ShippingAddressType
Stay organized with collections
Save and categorize content based on your preferences.
Indicates the type of the shipping address.
| Enums |
SHIPPING_ADDRESS_TYPE_UNSPECIFIED |
Do not ever set this default value! |
USER_ADDRESS |
Ship to to the User's address. |
STORE |
Used for BOPIS (Buy Online Pickup In Store). |
THIRD_PARTY_PICKUP_POINT |
Used for third Party pickups. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[],["The shipping address type can be specified using enumerated values. `USER_ADDRESS` designates shipping to the user's provided address. `STORE` indicates \"Buy Online, Pickup In Store\" (BOPIS). `THIRD_PARTY_PICKUP_POINT` is for shipments picked up by a third party. `SHIPPING_ADDRESS_TYPE_UNSPECIFIED` should not be used as a default value. These enums define the destination of a shipment.\n"]]