v1.008
5 months ago
Added sscc (Serial Shipping Container Code) support to the receiving API โ both as an optional input field when submitting receiving lines and as a field always present in the response.
๐ New Endpoints
None
๐ Schema & Property Updates
-
Receiving Line Input (
POST /v1/integrations/receivingโitems[].sscc): New optional fieldsscc(string|null, exactly 18 characters) added to each line item in the receiving request body. Allows callers to associate a Serial Shipping Container Code with a specific receiving line at submission time. -
PublicApiReceivingLineOutput(sscc): New required response fieldsscc(string|null) added to every receiving line in the response. Returns the SSCC associated with the line, ornullif none was provided.