DeclineFulfillStockInput
No description
input DeclineFulfillStockInput {
quantityDeclined: Int!
warehouse: ID!
}
Fields
DeclineFulfillStockInput.quantityDeclined ● Int! non-null scalar
The number of line items to be declined and deallocated from the given warehouse.
DeclineFulfillStockInput.warehouse ● ID! non-null scalar
ID of the warehouse from which the item will be fulfilled.
Member Of
DeclineFulfillLineInput input