Logo
Ecartapi.com Public API Documentation

Get Fulfillment Service

GET https://api.ecartapi.com/api/v2/services/fulfillment/{{id}}

 

Body PARAM

Key Datatype Required Description 
ecommerce
boolean



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "fulfillmentService": { "fulfillment_service": { "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/id?ecommerce=true' -H 'Authorization: access_token'

ENDPOINTS