- Add an `inventoryAction` enum to the `fulfillmentServiceDelete` mutation for inventory handling (KEEP, DELETE, TRANSFER).
- KEEP transfers location ownership to the merchant; DELETE removes inventory and the location; TRANSFER retains existing behavior with a destinationLocationId.
- KEEP and DELETE cannot be combined with `destinationLocationId`, and KEEP requires sufficient location quota on the merchant’s plan.