Orders
Skip single order
Skip order specified by order ID
PUT
/
v1
/
orders
/
{orderId}
/
skip
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
orderId
string
requiredOrder ID
Response
200 - application/json
Skipped order details
responseStatus
string
Brief response status
message
string
Full response message
data
object
Skipped order details
Was this page helpful?