Logo
Ecartapi.com Public API Documentation

Get all Fulfillment Services

GET https://api.ecartapi.com/api/v2/services/fulfillment

 

Body PARAM

Key Datatype Required Description 
ecommerce
boolean



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "fulfillmentServices": [ { "id": 58301153446, "name": "Dani's Fulfillment", "email": null, "service_name": "Dani's Fulfillment", "handle": "danis-fulfillment", "fulfillment_orders_opt_in": true, "include_pending_stock": false, "provider_id": null, "location_id": 64968392870, "callback_url": "https://a103-2806-108e-21-2c4-a1e1-731a-12ec-9ccf.ngrok.io/api/v1/services/fulfillment/actions/2flTPkldiFa2Bs5a1631224725415", "tracking_support": true, "inventory_management": true }, { "id": 58301186214, "name": "Dani's Fulfillment2", "email": null, "service_name": "Dani's Fulfillment2", "handle": "danis-fulfillment2", "fulfillment_orders_opt_in": true, "include_pending_stock": false, "provider_id": null, "location_id": 64968425638, "callback_url": "https://a103-2806-108e-21-2c4-a1e1-731a-12ec-9ccf.ngrok.io/api/v1/services/fulfillment/actions/fkkKA5oRqWoAk2pe1631224783383", "tracking_support": true, "inventory_management": true }, { "id": 58349584550, "name": "Jupiter Fulfillment", "email": null, "service_name": "Jupiter Fulfillment", "handle": "jupiter-fulfillment", "fulfillment_orders_opt_in": true, "include_pending_stock": false, "provider_id": null, "location_id": 65179680934, "callback_url": "https://eshop-deve.herokuapp.com/api/v2/services/fulfillment/actions/1krHpAcxy0vfsxKN1632263146360", "tracking_support": true, "inventory_management": true } ] }



Curl
curl -X GET 'https://api.ecartapi.com/api/v2/services/fulfillment?ecommerce=true' -H 'Authorization: access_ token '

ENDPOINTS