Hi, Recently we migrated our api to the new version, but we met some new problems:
- We can’t print orders’ packing slips in the list 【The orders you selected aren’t eligible for packing slips.】
- If the order is refunded, products need to be restocked, but the product inventory can not be updated correctly (need to -1). Maybe because our fulfillment_service set attr ‘inventory_management’ as false? We hope that can be updated automatically
- if we set fulfillment_service’s attr ‘permits_sku_sharing’ as true, we can not revert it to false 【 “permits_sku_sharing”: [“cannot be reverted via the FulfillmentServiceUpdate API.”] 】
Actually, we create a new fulfillment_service, but we still hope to manage product inventory by shopify