ConfirmDirectFulfillmentShipment
Submits one shipment confirmation for vendor orders.
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. |
| EstimatedDeliveryDate | Datetime | False | The date on which the shipment is expected to reach the buyer's warehouse. The date is estimated based on the average transit time between the ship-from location and the destination. Usually, the exact appointment time is unknown when creating the shipment confirmation and is later provided by the buyer. |
| IsPriorityShipment | Bool | False | Provide the priority of the shipment. |
| ShipmentItems | String | True | Details of the items being shipped. |
| ShipFromName | String | False | 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 | Purchase order number corresponding to the shipment. |
| ShipmentStatus | String | True | The shipment status. |
| ShippedDate | Datetime | True | The date of the shipment's departure from vendor's location. Vendors send ASNs within 30 minutes of departure from their warehouse/distribution center or six hours prior to the appointment time at the Amazon destination warehouse. The shipped date mentioned in the shipment confirmation cannot be in the future. |
| ShipFromStateOrRegion | String | False | The state or region where person, business or institution is located. |
| ShipFromTaxRegistrationDetails | String | False | Tax registration details of the entity. |
| VendorOrderNumber | String | False | The vendor order number is a unique identifier generated by a vendor for their reference. |
| 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. |