We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction array contained in response received by calling /orders/id endpoint.
/orders/id
"transactions": [ { "object_id": "****", "object_status": "SUCCESS", "label_url": "****", "tracking_number": "****", "test": true } ]
Expected shape of transaction object according to docs https://goshippo.com/docs/reference#transactions
{ "object_state": "VALID", "status": "SUCCESS", "object_created": "2022-05-06T13:48:08.807Z", "object_updated": "2022-05-06T13:48:10.206Z", "object_id": "****", "object_owner": "****", "test": true, "rate": "****", "tracking_number": "****", "tracking_status": "UNKNOWN", "eta": null, "tracking_url_provider": "https://tools.usps.com/go/TrackConfirmAction_input?origTrackNum=****", "label_url": "****", "commercial_invoice_url": null, "messages": [], "order": "****", "metadata": "****", "parcel": "****", "billing": { "payments": [] }, "qr_code_url": null }
Other information that you might find useful:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Transaction array contained in response received by calling
/orders/id
endpoint.Expected shape of transaction object according to docs https://goshippo.com/docs/reference#transactions
Other information that you might find useful:
The text was updated successfully, but these errors were encountered: