App reviews, troubleshooting, and recommendations
I am updating an order shipping_address with this payload
{
"order" : {
"id" : order_id,
"shipping_address" : {
"address1" : "411 A1",
"city" : "some-city",
"country" : "some-country",
"name" : "Test Tests",
"phone" : "+some-phone",
"latitude" : 31.469693,
"longitude" : 74.27284610000001,
"zip" : "",
"province" : ""
}
}
}
where I have just updated the first name. When this request is accepted, the logs with order on Shopify admin says shipping address updated, first name updated from this to this, Longitude removed, Latitude removed.
But when I get the order again via API, it return both the latitude and longitude. What is going wrong?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025