Name | Type | Description | Notes |
---|---|---|---|
id | string | A unique identifier that represents the product and is assigned by Voucherify. | [optional] |
source_id | string | The merchant’s product ID (if it is different than Voucherify's product ID). It is really useful in case of integration between multiple systems. It can be an ID from an eCommerce site, a database or a 3rd party service. | [optional] |
override | bool | The override set to `true` is used to store the product information in the system. If the product does not exist, it will be created with a source_id; if it does exist, the provided values for the name, price, and metadata will replace those already stored in the system. | [optional] |
name | string | Product name. | [optional] |
metadata | object | [optional] | |
price | float | Product price. A positive integer in the smallest currency unit (e.g. 100 cents for $1.00). | [optional] |
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.