-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
DEVDOCS-5284 [new]: Shipping Provider API, add digital wallets #2073
Conversation
Thanks @agchan12 @benpratt77 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a comment to improve the readability. I am open to other suggestions.
docs/api-docs/store-management/shipping/shipping-provider-api.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Traci Porter <[email protected]>
@@ -496,6 +496,8 @@ When you uninstall an app with an associated shipping carrier, you also automati | |||
The response payload will display shipping quotes from lowest to highest price. | |||
</Callout> | |||
|
|||
Shipping provider integrations should plan to handle incomplete postcodes when handling shipping quotes. Incomplete postcodes can occur when stores use [digital wallets](https://support.bigcommerce.com/s/article/Online-Payment-Methods?language=en_US#digital-wallet) as a payment method. Digital wallets truncate postcodes for shipping addresses in the UK and Canada as they only provide the first three characters to shipping provider integrations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth putting this somewhere more prominently or make it easier to spot like in an info/warning style panel?
I would also add that postcodes are truncated only at time of shipping quotation, and are subsequently available/complete once the order is placed (knowing that some shipping providers also read the Order data after order placement to pull details/update costs).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEVDOCS-5284
What changed?
@bigcommerce/team-shipping