Skip to main content

Shipping rules configuration API (v0)

Download OpenAPI specification:Download

Used to manage the configuration for uploading order routing rules via spreadsheet.

Get setting for tenant feature toggle to upload routing rules csv

Retrieves the current configuration to determine whether the retailer can configure routing rules with csv upload

Authorizations:
newStoreAccessToken

Responses

Response samples

Content type
application/json
{
  • "value": false,
  • "updated_at": "2021-07-13T20:18:25Z"
}

Set setting for tenant feature toggle to upload routing rules csv

Set the configuration to determine whether the retailer can configure routing rules with csv upload

Authorizations:
newStoreAccessToken
Request Body schema: application/json
value
required
boolean or null

Tenant-based release toggle for enabling routing rules csv upload.

Responses

Request samples

Content type
application/json
{
  • "value": false
}