Sales Order Support API (1.0.0)
Download OpenAPI specification:Download
team-headquarters: team-headquarters@newstore.com URL: https://newstoreinc.slack.com/archives/C07ECPJ7601
Sales Order Support HTTP API
Update order information
Updates specific fields of an order.
Supported updates:
- Order Status
Authorizations:
oauth
path Parameters
id required | string ID of the order. |
header Parameters
Request-Id required | string |
Tenant required | string |
X-Newstore-Tenant required | string |
Request Body schema: application/json
status | string The new status of the order. Only |
Responses
Request samples
- Payload
Content type
application/json
{- "status": "string"
}
Response samples
- 400
- 500
Content type
application/problem+json
{- "error_code": "string",
- "message": "string",
- "request_id": "string"
}