Send shipping documents
The user must register the movement of products between organizations – external shipment, or between departments of own organization – internal shipment. /make_shipping/ is used to create such movement – via a shipment document.
Note: the “parent_code” parameter is optional. It was added to provide an option for the business entity to pack goods into a “transport pallet” during the shipment process. Transport pallet - is a service hidden category in the T&T system, “assort_id” of the transport pallet = 25, “unit_id” = 17. This transport pallet is also specified as a separate object in the array – See Example with a transport pallet.
If user does not plan to pack goods into a transport pallet during the shipment process, the “parent_code” parameter can be ignored.
Note: this method required signature with gzipped parameters, size of unpacked data cannot be more than 1 Mb.

Request
| Parameter | Description | Need compression? |
|---|---|---|
| /make_shipping/ | Signature required. Size of unpacked data cannot be more than 1 Mb. | Parameters are gzipped |