Skip to main content

BatchProductAvailabilityInput

Input for batch product availability settings

input BatchProductAvailabilityInput {
whenInStockId: Int
whenOutOfStockId: Int
}

Fields

whenInStockId ● Int

Availability when product is in stock - references stock status id

whenOutOfStockId ● Int

Availability when product is out of stock - references stock status id

Example

{
"whenInStockId": 1,
"whenOutOfStockId": 2
}