ShippingAddressType
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.
[null,null,["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."]]],["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"]]