Fulfillment returns
Get all returns.
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.
A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.
Only return objects with these IDs.
Only return objects with these upstreamIds.
Only return objects in the given state
The fulfillment order to retrieve returns for.
The inventory item id to retrieve returns for.
200 OK
Whether or not there are more elements available after this set. If false this set represents the end of the list.
true400 Bad Request
401 Unauthorized
403 Forbidden
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
Returns all or part of a previously created fulfillment order.
The unique identifier of the fulfillment order associated with the fulfillment return.
6645940010The unique identifier of the upstream order.
6645940010The reason for the return.
requested_by_customer201 Created
400 Bad Request
401 Unauthorized
403 Forbidden
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
409 Conflict
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
Retrieves a fulfillment return. Supply the unique identifier of the return.
Return ID
OK.
The unique identifier for the fulfillment return.
ret_5823594809The time when the fulfillment return was created.
2018-04-25T20:36:00ZThe unique identifier of the fulfillment order associated with the fulfillment return.
ord_6645940010The unique identifier of the upstream order.
ord_6645940010The reason for the return.
requested_by_customerAn enumeration indicating the state of the fulfillment return.
pendingPossible values: An enumeration indicating the type of the fulfillment return.
clientPossible values: Has the value true if the object exists in live mode or the value false if the object exists in test mode.
false400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
Last updated