v1.008
about 9 hours ago
v1.008
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 field`sscc`(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 field`sscc`(string|null) added to every receiving line in the response. Returns the SSCC associated with the line, ornullif none was provided.