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?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025