UpdateDirectFulfillmentInventory
Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items.
Input
| Name | Type | Required | Description |
| IsFullUpdate | Boolean | True | When true, this request contains a full feed. Otherwise, this request contains a partial feed. When sending a full feed, you must send information about all items in the warehouse. Any items not in the full feed are updated as not available. When sending a partial feed, only include the items that need an update to inventory. The status of other items will remain unchanged. |
| ItemDetails | String | True | Updated inventory details for an item. |
| SellingPartyId | String | True | Assigned identification for the party. |
| WarehouseId | String | True | Identifier for the warehouse for which to update inventory. |
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. |