No content to show
User Activity
01-07-2025
I am creating a complex Shopify application.Using the 2024-10 version of the GraphQL API, I created a fulfillmentService using the following mutation: mutation fulfillmentServiceCreate($name: String!, $callbackUrl: URL!, $inventoryManagement:Boolean...
01-07-2025
I am creating a complex Shopify application.Using the 2024-10 version of the GraphQL API, I created a fulfillmentService using the following mutation: mutation fulfillmentServiceCreate($name: String!, $callbackUrl: URL!, $inventoryManagement:Boolea...
我正在创建一个复杂的shopify应用我用 2024-10 版本 graphql api创建了一个fulfillmentService:mutation fulfillmentServiceCreate($name: String!, $callbackUrl: URL!, $inventoryManagement:Boolean!, $permitsSkuSharing:Boolean!) { fulfillmentServiceCreate(name: $name, callbackUr...