get https://sandbox.shipmonk.dev/v1/integrations/receiving
ASN & Receiving Key
When retrieving a Receiving, you must supply either receivingKey
or asn
parameter.
- In case both is supplied, they must both match a single Receiving.
- Using only one of the parameters is strongly advised.
LineKey
- When item objects are supplied with
line_key
string field, these items are then uniquely identified and can be referenced by it, if needed to change expected quantity. - Line Key must be unique per receiving.
- Null/missing values are also expected. Such lines are then grouped by product and lot if supplied multiple times in the POST request.