Skip to content
Guides
Fulfillment & ShippingFulfillment
settings:read

Get fulfillment settings

Returns the fulfillment rules of the store: how orders are routed and split.

GET/v1/fulfillment/settings

Returns the fulfillment rules of the store: how orders are routed and split.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Header Parameters

x-Store-Id?string

Store the request acts on. Not needed when the token is bound to a store.

Authorization*string

OAuth 2.0 bearer token.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/fulfillment/settings" \  -H "x-Store-Id: <store-id>" \  -H "Authorization: Bearer <token>"
{  "storeId": "7204558912004325301",  "routingMode": "defaultLocation",  "splitFulfillmentEnabled": false,  "packingSlipSenderName": "Example resource",  "packingSlipSenderPhone": "+51987654321",  "packingSlipSenderEmail": "andrea@example.com",  "packingSlipNotes": "Example note."}