Skip to content

Create or update the account Shopify SKU settings

Request

Security
bearerToken
Bodyapplication/jsonrequired
fieldIdstringrequired

The ID of the field which should be used to match SKUs in Shopify

Example:"7756d388-110c-4712-b350-0b2b48e156c1"
curl -i -X PUT \
  https://api-v2.dash.app/shopify-sku-settings \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "fieldId": "7756d388-110c-4712-b350-0b2b48e156c1"
  }'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "fieldId": "7756d388-110c-4712-b350-0b2b48e156c1" }, "permittedActions": [ {} ] }