Skip to main content

removeFulfillmentRule

Removes the fulfillment rule from a fulfillment.

Once removed, the fulfillment has no fulfillment rule governing its lifecycle until another is assigned.

Error Scenarios

  • **NOT_FOUND**: when the fulfillment does not exist.

Permissions Required

  • orders:remove_fulfillment_profile permission
removeFulfillmentRule(
input: RemoveFulfillmentRuleInput!
): OrderFulfillment!

Arguments

removeFulfillmentRule.input ● RemoveFulfillmentRuleInput! non-null input common

Parameters for RemoveFulfillmentRule

Type

OrderFulfillment object orders

This type represents an order fulfillment. An order can have multiple fulfillments, each one associated with a warehouse and a party that fulfilled the order.