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` field determines the destination of an order, such as a user's home address, a store for pickup, or a third-party location."],["Avoid using the `SHIPPING_ADDRESS_TYPE_UNSPECIFIED` value as it is not a valid shipping destination."],["`USER_ADDRESS`, `STORE`, and `THIRD_PARTY_PICKUP_POINT` are the accepted values for specifying the delivery location."],["When using the `STORE` type, it indicates a \"Buy Online, Pickup In Store\" (BOPIS) order."]]],[]]