OrdersStatuses
Update OrderStatus
Update OrderStatus via JSON. Authorize with basic auth
PUT
/v1/batches/orders/statuses
AuthorizationBasic <token>
Basic Authorization header using the Bearer scheme.
In: header
Authorization<token>
JWT Authorization header using the Bearer scheme.
In: header
orderStatuses?array<RemarkableCommerce.Store.Api.Models.Import.OrderStatus> | null
Response Body
curl -X PUT "https://loading/v1/batches/orders/statuses" \ -H "Content-Type: application/json" \ -d '{}'
{
"importTaskGuid": "12fc4914-3218-43c0-afda-4651810d5aa2",
"feedType": "string",
"processed": true,
"dateProcessed": "2019-08-24T14:15:22Z",
"updatedCount": 0,
"errorCount": 0,
"success": true
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
{
"message": "string",
"code": 0
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
How is this guide?