We wanted to make an API call to submit the shipping and billing address to create and order. Can you please suggest API
Hello @dipalidadore , To submit the shipping and billing address to create an order using the Shopify GraphQL Admin API, you can use the draftOrderCreate mutation. This mutation allows you to create a draft order, which includes specifying the shipping and billing addresses.
Hello,
Thanks for replying can you please tell me how i can get the data in the postman? I am unable to do that
If you developing an app then must having a “Admin API access token” and “Storefront API access token”, then pass this credentials to the postman and run API.
No I a developing an app. I am writing the load test script . I am stuck at the shipping form because in payload no backend is getting generated to call the shipping form. I tried in the following way
[email removed]
Yes you can do it in this Way.
Hi,
I have created the Draftorder for Admin through Postman, as I am doing performance testing(Load test) on the Shopify Partner Storefront. I need to make an API call to submit the shipping and billing address on the Storefront not on Admin.
Can you please suggest APIs to submit the Shipping and Billing