Home > @vsf-enterprise/bigcommerce-api > ProductGiftWrappingOptionType
# ProductGiftWrappingOptionType enum
Possible values of product gift wrapping option types.
Signature:
export declare enum ProductGiftWrappingOptionType
# Enumeration Members
Member | Value | Description |
---|---|---|
Any | "any" | Allow any gift-wrapping options in the store. |
List | "list" | Provide a list of IDs in the gift_wrapping_options_list field. |
None | "none" | Disallow gift-wrapping on the product. |