Admin GraphQL API2024-10
New parameter on fulfillmentServiceDelete
to control inventory behaviour on location removal
fulfillmentServiceDelete
to control inventory behaviour on location removalAs of GraphQL API version 2024-10
we will introduce a new enum field for the mutation. The
field will allow partners to specifiy the behaviour regarding the inventory when deleting a fulfillment service. The options are:
- this option will convert a Fulfillment Service's locations to be owned by the merchant and therefore the inventory at those locations becomes the responsiblity of the merchant.
- this option, when there are no outstanding fulfillments, will delete the inventory at the location and then the location itself.
- this is the existing behaviour, where a
is provided as the destination to relocate the inventory to, before the location is deleted.
If either or
are provided, it is not possible to also specify a
.
If is provided, then the merchant must have a sufficient remaining quota of locations on their plan for this operation to succeed, an error will be returned if they do not.
Was this section helpful?