You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@paulyili
Testing the Auspost API, I noticed a few things.
Label Settings
Each label needs to have it's own configuration for size, offset and branded option.
Offset and branded option so you can use pre printed labels.
size reference here - https://developers.auspost.com.au/apis/shipping-and-tracking/info/api-resources/labels
Create Label - https://developers.auspost.com.au/apis/shipping-and-tracking/reference/create-labels
Settings for domestic Shipping
https://developers.auspost.com.au/apis/shipping-and-tracking/reference/create-domestic-shipments
These need to be user selected for default settings.
authority_to_leave
allow_partial_delivery
International
Australia post does international also
https://developers.auspost.com.au/apis/shipping-and-tracking/reference/create-international-shipments
International Default settings
These need to be set as a default setting
classification_type
commercial_value
description_of_other
Shipment Validation
https://developers.auspost.com.au/apis/shipping-and-tracking/reference/validate-shipments
reference fields can be found here.
e.g classification_type fields are shown in there.
Beta Was this translation helpful? Give feedback.
All reactions