...
Those 3 webhooks let the connector update the order on Shopify when a line item is removed or when a parcel is dispatched.
parcel_state_changed:
The connector is listening to dispatched and collected state of a parcel. If the parcel is at one of those state, the connector create a fulfillment for the related line items. (A fulfillment order represents a group of one or more items in an order that will be fulfilled from the same location.)
order_state_changed:
The connector is listening to removed and fulfilled state of an order. If the order is at one of those state, the connector checks if there are items that need to be hold. In case there are items that need to be hold, it applies a fulfillment hold on the related fulfillment order.
line_item_group_state_changed:
The connector is listening to removed state of a line item. If the line item group is at this state, it applies a fulfillment hold on the related fulfillment order.
Rulesets Mapping (optional)
...