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