Service Level API (v0)
Download OpenAPI specification:Download
This is an internal API for customer support to update the service level for orders in the NewStore platform.
Update service level
Sets a new service level for conflict items in the specified order.
Authorizations:
newStoreAccessToken
path Parameters
order_id required | string The unique ID of the order. To retrieve the list of orders, use the List orders method. |
Request Body schema: application/json
new_service_level required | string non-empty The chosen service level identifier. |
Responses
Request samples
- Payload
Content type
application/json
{- "new_service_level": "GROUND"
}
Response samples
- 400
- 409
- 500
Content type
application/json
{- "error_code": "invalid_service_level",
- "message": "The new service level field is either missing or empty.",
- "request_id": "ec2f3c9bb016ba971bf6074098363"
}