For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
Hi,
What is customerPaymentMethodCreditCardUpdate API's sessionId argument?
https://shopify.dev/api/admin-graphql/2021-07/mutations/customerpaymentmethodcreditcardupdate
How do I get the session id?
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi camelmasa,
Updating an order's billing address is not possible. The billing address field is immutable after an order is created.
Here is a link with a response to a similar question which is still valid:
https://community.shopify.com/c/shopify-apis-and-sdks/admin-api-orders-update-billing-address/td-p/3...
Thanks,
Pranab
To learn more visit the Shopify Help Center or the Community Blog.
It is not possible to have a session id for the API at the moment. Can you please clarify what you are trying to do with the API? Maybe we can look into other ways of achieving your use case.
Thank you
Pranab
To learn more visit the Shopify Help Center or the Community Blog.
Hi, Thanks for replying!
Sure. We'd like to update an order's billing address using the API.
Is it possible?
Thanks
This is an accepted solution.
Hi camelmasa,
Updating an order's billing address is not possible. The billing address field is immutable after an order is created.
Here is a link with a response to a similar question which is still valid:
https://community.shopify.com/c/shopify-apis-and-sdks/admin-api-orders-update-billing-address/td-p/3...
Thanks,
Pranab
To learn more visit the Shopify Help Center or the Community Blog.
Hi,
We encounter problems.
Shopify makes an order by calling subscriptionBillingattemptCreate API.
The order's billing address's name is a credit card's first name and last name. I think it's not a problem in the English region. In the case of Japan, We expect a name in Kanji (like 齊藤 正浩).
Also, A billing address's address2 (maybe building name) is blank.
Thanks,