Update SKU Order
POST/api/magento1/instances/:integrationInstance/orders/:order/update-sku-order
Refetches a single Magento 1 order and re-syncs the status fields on its linked SKU.io sales order. Returns 403 if the order does not belong to the instance, 404 if no SKU order is linked, 422 if the update failed.
Not yet available to API tokens
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
OK
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
Not Found
Unprocessable Entity
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.