Products

Operations related to products

Operations related to products.

Use GET /v1/products to browse the catalog. Key fields to check before ordering: availability (only ON_SALE products can be ordered), available_delivery_method (how the gift can reach the recipient — see Delivery methods), net_price (your account-specific price), and recipient_info_provided_by (whether the recipient enters their own delivery details).

Before placing time-sensitive orders, confirm live availability with GET /v1/products/{id}/availability.