get https://acuityscheduling.com/api/v1/products
Get a list of products and packages.
Response Fields
Field | Description |
---|---|
id | The product ID. |
name | The name of the product. |
description | The description of the product. |
price | The price of the product in the account's currency. |
type | The product type: product for regular products, appointments for packages of appointments, or minutes for packages of minutes. |
hidden | Whether or not the product is hidden from the store. |
expires | The number of days from the date of purchase that a package expires. Null if it does not expire. |
appointmentTypeIDs | The appointment types that a package can be applied to. |
appointmentTypeCounts | A hash containing the total number of appointments an appointments package may be redeemed for, keyed by appointment type ID; null otherwise. |
minutes | The total number of minutes of the selected appointment types a minutes package may be redeemed for; null otherwise. |