Retrieve a shipping address.
cURL
curl --request GET \ --url https://api.buybase.ai/shipping/retrieve/{id} \ --header 'authorization: <authorization>'
{ "success": true, "shipping": { "id": "ship_12345", "first_name": "John", "last_name": "Smith", "email": "[email protected]", "phone": "+1234567890", "address_1": "456 Park Ave", "address_2": "Suite 789", "city": "New York", "country_code": "US", "province_code": "NY", "postal_code": "10022", "profile_id": "prof_67890", "created_at": "2023-09-15T14:22:31Z", "updated_at": "2023-09-16T10:15:22Z" }, "code": "SHIPPING_RETRIEVED" }
SHIPPING_RETRIEVED
SHIPPING_NOT_FOUND