Skip to content

Commit

Permalink
add note about app-only mutation in quickstart (saleor#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski authored Dec 20, 2024
1 parent 99ab4fa commit cd3b27d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quickstart/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ subscription {
If you forgot or lost a token from the previous step, you can create another one in the app settings.

After executing the mutation, you should be able to see the order in the dashboard and a payload in the https://webhook.site/ with the order details provided in the subscription query.

Note: [`orderCreateFromCheckout`](/api-reference/orders/mutations/order-create-from-checkout) mutation requires the App Token. To transform the checkout on behalf of the customer, use [`checkoutComplete`](/api-reference/checkout/mutations/checkout-complete) mutation.
</S.Details>

<S.Code>
Expand Down

0 comments on commit cd3b27d

Please sign in to comment.