Endpoint
GET/packing_slips</sublist</special>>
Description
Get packing slips for the given sublist and special characteristic. This is similar to API – Ship – orders.
Sublist is optional and may be one of the following:
- N : New List
- H : Hold List
- A : Aux Hold List
- P : Processed orders
- C : Cancelled or Move To History orders
- 1,2, .. 99 : One of the user-definable order lists by number
Special may expd to filter to only expedited orders.
Variables
Any order or order item field is available for order searches. Field names available can be inferred from an AoB formatted inventory download file. Full field lists will be presented in our full documentation when it is published.
A field search is an equality search only not a partial text search. For example, searching for words within a title will not work.
Output
JSON array of the packing slips in the following format:
{ [ <html of packing slip>,
<html of packing slip>,
.. ]
}
Comments