Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryBulkAdjustQuantityAtLocationPayload
Return type for inventoryBulkAdjustQuantityAtLocation mutation.
Signature:
export interface InventoryBulkAdjustQuantityAtLocationPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| inventoryLevels? | Maybe<Array<InventoryLevel>> | (Optional) Represents the updated inventory quantities of an inventory item at the location. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |