Using the companyLocationUpdate
graphQL mutation I can see we can update the name
but not the Shipping Address.
What do I use to update a company locations shipping address?
Using the companyLocationUpdate
graphQL mutation I can see we can update the name
but not the Shipping Address.
What do I use to update a company locations shipping address?
Would the locationEdit mutation work for this?
Hi @Liam-Shopify,
I believe the locationEdit
mutation is only for Shopify Locations for fulfillment of orders.
I need to edit the B2B Company Locations. Their Billing and / or Shipping Address.
Hi @Stats_Marketing - would the companyLocationAssignAddress
mutation that Brett above shared work?
Hey there @Liam-Shopify and @Brett,
So I can use companyLocationAssignAddress
to update the addresses, thank you.
I will then do a seperate call to update the name
with companyLocationUpdate
.
Thank you.