SubmitDirectFulfillmentShippingLabelBatch
Creates shipping labels for a purchase order and returns a `transactionId` for reference.
Input
| Name | Type | Required | Description |
| ShippingLabels | String | True | Represents the request payload for creating a shipping label, containing the purchase order number, selling party, ship from party, and a list of containers or packages in the shipment. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| TransactionId | String | GUID to identify this transaction. This value can be used with the Transaction Status API to return the status of this transaction. |