Skip to main content

DeclineFulfillStockInput

Stock input for declining fulfillment.

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 warehouse.

DeclineFulfillStockInput.warehouse ● ID! non-null scalar

ID of the warehouse from which the item would have been fulfilled.

Member Of

DeclineFulfillLineInput input

Was this page helpful?