This object represents a product purchasable by customers
Product object is a purchasable resource, it comes with multiple purchase options based on the subscription offers set up in your account. Customers can subscribe to a product or add them as onetime purchases to upcoming recurring orders.
| Field | Description | Type |
|---|---|---|
| id | The product identifier | string |
| title | The product title | string |
| status | The product status | enum (ACTIVE, ARCHIVED, DRAFT) |
| availability | The product availability | enum (not-for-sale, out-of-stock, subscription-only, onetime-only, available) |
| variants.id | The product’s variant id | string |
| variants.title | The product’s variant title | string |
| collections.handle | The product’s collections’ handle | string |