在 API 文档的各个地方,我看到可以在哪里传递带有地址信息的 JSON 对象:
https://goshippo.com/docs/first-shipment
或使用地址标识符:
https://goshippo.com/docs/manifests
我可以随时对 address_from 字段使用 JSON 或标识符吗?
在 API 文档的各个地方,我看到可以在哪里传递带有地址信息的 JSON 对象:
https://goshippo.com/docs/first-shipment
或使用地址标识符:
https://goshippo.com/docs/manifests
我可以随时对 address_from 字段使用 JSON 或标识符吗?
您可以使用地址 object_id 代替任何address_to
或address_from
字段的完整地址对象。
您可以在https://goshippo.com/docs/reference#shipments-create看到您可以提供 astring
或 anobject
来创建货件。