简体   繁体   中英

Shopify order shipping address id

Is there a way to retrieve the id of the shipping address per order? The shopify api returns the billing and shipping address and the billing address has an id field but the shipping address does not.

I need the shipping address id specifically, not just the address fields.

So I contacted Shopify support and this was their response:

At this time, there's no way to pull a shipping address ID from an order, rather the closest thing to your request would be to go through the Customer resource, retrieve the customer associated to a specific order and then grab that customers address using this endpoint:

GET /admin/customers/#{id}/addresses.json

I hope this helps anyone with the same query.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM