CreateDirectFulfillmentContainer
Creates a container (pallet) label for the associated shipment package.
Input
| Name | Type | Required | Description |
| ShipFromPartyAddressLine1 | String | False | First line of the address. |
| ShipFromPartyAddressLine2 | String | False | Additional street address information, if required. |
| ShipFromPartyAddressLine3 | String | False | Additional street address information, if required. |
| ShipFromPartyCarrierId | String | False | The unique carrier code for the carrier for whom container labels are requested. |
| ShipFromPartyCity | String | False | The city where the person, business or institution is located. |
| ShipFromPartyCountryCode | String | False | The two-letter country code in [ISO 3166-1 alpha-2](https://www.iban.com/country-codes) format. |
| ShipFromPartyCounty | String | False | The county where person, business or institution is located. |
| ShipFromPartyDistrict | String | False | The district where person, business or institution is located. |
| ShipFromPartyName | String | False | The name of the person, business or institution at that address. |
| ShipFromPartyPackages | String | False | An array of package objects in a container. |
| ShipFromPartyPartyId | String | False | The identifier of the party. |
| ShipFromPartyPhone | String | False | The phone number of the person, business or institution located at that address. |
| ShipFromPartyPostalCode | String | False | The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation. |
| ShipFromPartyStateOrRegion | String | False | The state or region where person, business or institution is located. |
| ShipFromPartyTaxRegistrationDetails | String | False | Tax registration details of the entity. |
| ContainerId | String | False | The unique, vendor-provided identifier for the container. |
| SellingPartyAddressLine1 | String | False | First line of the address. |
| SellingPartyAddressLine2 | String | False | Additional street address information, if required. |
| SellingPartyAddressLine3 | String | False | Additional street address information, if required. |
| SellingPartyCity | String | False | The city where the person, business or institution is located. |
| SellingPartyCountryCode | String | False | The two-letter country code in [ISO 3166-1 alpha-2](https://www.iban.com/country-codes) format. |
| SellingPartyCounty | String | False | The county where person, business or institution is located. |
| SellingPartyDistrict | String | False | The district where person, business or institution is located. |
| SellingPartyName | String | False | The name of the person, business or institution at that address. |
| SellingPartyPartyId | String | False | The identifier of the party. |
| SellingPartyPhone | String | False | The phone number of the person, business or institution located at that address. |
| SellingPartyPostalCode | String | False | The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation. |
| SellingPartyStateOrRegion | String | False | The state or region where person, business or institution is located. |
| SellingPartyTaxRegistrationDetails | String | False | Tax registration details of the entity. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| ContainerTrackingNumber | String | The container (pallet) tracking identifier from the shipping carrier. |
| Content | String | The container label content encoded into a Base64 string. |
| Format | String | The format of the container label. |