removeFulfillmentProfile
Removes the fulfillment profile from a fulfillment.
Once removed, the fulfillment has no profile governing its lifecycle until another is assigned.
Error Scenarios
- **
NOT_FOUND**: when the fulfillment does not exist.
Permissions Required
orders:remove_fulfillment_profilepermission
removeFulfillmentProfile(
input: RemoveFulfillmentProfileInput!
): OrderFulfillment!
Arguments
removeFulfillmentProfile.input ● RemoveFulfillmentProfileInput! non-null input common
Parameters for RemoveFulfillmentProfile
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.