0

In various places in the API documentation, I see where I can pass a JSON object with address information:

https://goshippo.com/docs/first-shipment

or using an address identifier:

https://goshippo.com/docs/manifests

Can I use either JSON or an identifier for the address_from field anytime?

Colin
  • 163
  • 1
  • 3

1 Answers1

0

You can use the address object_id in place of the full address object for any address_to or address_from field.

You can see at https://goshippo.com/docs/reference#shipments-create that you can provide either a string or an object to create the shipment.

mootrichard
  • 3,581
  • 13
  • 25
  • It would be really helpful if the docs were updated to say that. Thank you very much for quick help! – Colin Mar 20 '17 at 22:33