- Retrieve products
Retrieves a list of products.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/products
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/products
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/products
- SecretApiKey
- JWT
- ApplicationJWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/products?filter=string&sort=string&limit=1000&offset=1000&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of products retrieved.
Unit label, such as per seat or per unit.
Specifies if the product requires shipping. If this value is true, shipping calculations are applied.
Product options such as color, size, and so forth. Product option values are defined in plans. For more information, see Plans.
Tax category of the product. For a complete list of supported tax categories, see TaxJar sales tax API reference. If none of the tax categories from the list are applicable for your product, use the general tax category 00000.
Use custom fields to extend a resource scheme to include custom data that is not provided as a common field. For more information, see Custom fields.
{ "foo": "bar" }
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
[ { "id": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ", "name": "Premium membership", "unitLabel": "seat", "description": "string", "requiresShipping": false, "options": [ … ], "taxCategoryId": "00000", "accountingCode": "4010", "recognition": { … }, "customFields": { … }, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]