SubmitDirectFulfillmentShippingLabel
Creates a shipping label for a purchase order and returns a `transactionId` for reference.
Input
| Name | Type | Required | Description |
| ShipFromAddressLine1 | String | True | First line of the address. |
| ShipFromAddressLine2 | String | False | Additional street address information, if required. |
| ShipFromAddressLine3 | String | False | Additional street address information, if required. |
| ShipFromCity | String | False | The city where the person, business or institution is located. |
| Containers | String | False | A container used for shipping and packing items. |
| ShipFromCountryCode | String | True | The two-letter country code in [ISO 3166-1 alpha-2](https://www.iban.com/country-codes) format. |
| ShipFromCounty | String | False | The county where person, business or institution is located. |
| ShipFromDistrict | String | False | The district where person, business or institution is located. |
| ShipFromName | String | True | The name of the person, business or institution at that address. |
| ShipFromPartyId | String | True | The identifier of the party. |
| ShipFromPhone | String | False | The phone number of the person, business or institution located at that address. |
| ShipFromPostalCode | String | False | The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation. |
| PurchaseOrderNumber | String | True | The purchase order number of the order for which to create a shipping label. |
| ShipFromStateOrRegion | String | False | The state or region where person, business or institution is located. |
| ShipFromTaxRegistrationDetails | String | False | Tax registration details of the entity. |
| SellingPartyAddressLine1 | String | True | 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 | True | 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 | True | The name of the person, business or institution at that address. |
| SellingPartyId | String | True | 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. |
| TransactionId | String | GUID to identify this transaction. This value can be used with the Transaction Status API to return the status of this transaction. |