Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

New version - Fulfillment_service - packing slips & Product inventory

New version - Fulfillment_service - packing slips & Product inventory

KlayThompson
Shopify Partner
5 0 0

Hi, Recently we migrated our api to the new version, but we met some new problems:

  1. We can't print orders' packing slips in the list 【The orders you selected aren’t eligible for packing slips.
  2. 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
  3. 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

 

Replies 2 (2)

ShopifyDevSup
Shopify Staff
1453 238 522

Hi @KlayThompson ,

 

We tested this behaviour on our end and once you set the permitsSkuSharing to 'true' it can not be reverted to "false". We tried in both REST and GraphQL with no success and it appears that this is intended behaviour. I will pass this information along to our development documents team to see if we can get the documents updated. 

 

Hope that helps! 

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

extima
Shopify Partner
2 0 0

Item #1  is not working for us either - we are getting "The orders you selected aren’t eligible for packing slips." when trying to print from the Order List. If we click into a specific order we can print a packing slip with no problem.