diff --git a/docs/integrations/apps/unified-billing/example-queries.mdx b/docs/integrations/apps/unified-billing/example-queries.mdx index 33751c94c..aa60341c2 100644 --- a/docs/integrations/apps/unified-billing/example-queries.mdx +++ b/docs/integrations/apps/unified-billing/example-queries.mdx @@ -28,12 +28,12 @@ To create a checkout, run the `createCheckout` mutation: subscriptionId status product { - entityId + id type productLevel } scope { - entityId + id type } pricingPlan { @@ -67,12 +67,12 @@ To create a checkout, run the `createCheckout` mutation: "items": [ { "product": { - "entityId": "1234", + "id": "bc/account/product/1234", "type": "APPLICATION", "productLevel": "Standard" }, "scope": { - "entityId": "f0qyczpkb2", + "id": "bc/account/scope/f0qyczpkb2", "type": "STORE" }, "pricingPlan": { @@ -111,12 +111,12 @@ To create a checkout, run the `createCheckout` mutation: "subscriptionId": null, "status": "PENDING", "product": { - "entityId": "1234", + "id": "bc/account/product/1234", "type": "APPLICATION", "productLevel": "Standard" }, "scope": { - "entityId": "f0qyczpkb2", + "id": "bc/account/scope/f0qyczpkb2", "type": "STORE" }, "pricingPlan": { @@ -172,12 +172,12 @@ To fetch an existing checkout, copy and run the following query: description status product { - entityId + id productLevel type } scope { - entityId11 + id type } pricingPlan { @@ -218,12 +218,12 @@ To fetch an existing checkout, copy and run the following query: "description": "Silver Tier Monthly Plan", "status": "PENDING", "product": { - "entityId": "5", + "id": "bc/account/product/5", "productLevel": null, "type": "APPLICATION" }, "scope": { - "entityId": "fsm6cvyxbj", + "id": "bc/account/scope/fsm6cvyxbj", "type": "STORE" }, "pricingPlan": { @@ -266,12 +266,12 @@ To fetch an existing checkout, copy and run the following query: "description": "Gold Tier Annual Plan", "status": "COMPLETE", "product": { - "entityId": "5", + "id": "bc/account/product/5", "productLevel": null, "type": "APPLICATION" }, "scope": { - "entityId": "q6sxaezcnf", + "id": "bc/account/scope/fsm6cvyxbj", "type": "STORE" }, "pricingPlan": {