Skip to content
Guides
API reference
stablesettings:update

Update fulfillment settings

Updates the fulfillment rules. Applies to orders created from here on; existing ones keep their routing.

PUT/v1/fulfillment/settings

Updates the fulfillment rules. Applies to orders created from here on; existing ones keep their routing.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PUT "https://example.com/v1/fulfillment/settings" \  -H "Content-Type: application/json" \  -d '{}'
{  "storeId": "string",  "routingMode": "defaultLocation",  "splitFulfillmentEnabled": true,  "packingSlipSenderName": null,  "packingSlipSenderPhone": null,  "packingSlipSenderEmail": null,  "packingSlipNotes": null}