Tags:
- Action Required
- Admin GraphQL API
- Admin REST API
- 2025-10
Setting permitsSkuSharing
argument to false
when creating a fulfillment service returns an error
permitsSkuSharing
argument to false
when creating a fulfillment service returns an errorWith the 2025-10 API version, the argument has been updated for both the
mutation and the
REST endpoint to return an error if a
false
value is passed in. Non-SKU sharing fulfillment services have been deprecated, and this pushes us in the direction of making all Fulfillment Services Sku sharing enabled.
If your app or service is currently passing in a false
value, please update it to send in true
instead, or omit this parameter entirely. This change means that any new fulfillment services that are created can share SKUs with other locations and ensures future compatibilty with our systems.
Was this section helpful?