Skip to content
Guides
API reference
stablesettings: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

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"
{  "storeId": "string",  "routingMode": "defaultLocation",  "splitFulfillmentEnabled": true,  "packingSlipSenderName": null,  "packingSlipSenderPhone": null,  "packingSlipSenderEmail": null,  "packingSlipNotes": null}