items
[MagentoInventoryItemInput!]!
Required
[MagentoStockResult]
type Query { magentoReservationStockStatus(items: [MagentoInventoryItemInput!]!): [MagentoStockResult] }
Query.
magentoReservationStockStatus
Checks the stock status and available quantity for the specified items, accounting for reservations.
Arguments
items
[MagentoInventoryItemInput!]!
Required
Returns:
[MagentoStockResult]
type Query { magentoReservationStockStatus(items: [MagentoInventoryItemInput!]!): [MagentoStockResult] }