SetProductReorderConfigurationInput
Input for setProductReorderConfiguration. Sets the product-level reorder thresholds that apply across all warehouses.
input SetProductReorderConfigurationInput {
productId: ID!
reorderPoint: Int!
targetMaximumQuantity: Int
}
Fields
SetProductReorderConfigurationInput.productId ● ID! non-null scalar
ID of the product.
SetProductReorderConfigurationInput.reorderPoint ● Int! non-null scalar
Stock level at or below which the product is considered to need reordering. Must be 0 or greater.
SetProductReorderConfigurationInput.targetMaximumQuantity ● Int scalar
Target maximum stock quantity used as the replenish-to level for the product. Must be 0 or greater when set. Pass null (or omit) to clear it.
Member Of
setProductReorderConfiguration mutation