The product object will contain everything you could want to know about a product in your account. By understanding the product object you'll be able to configure new products through the API without needing to use our website. Each field of the object will be explained below so that you can understand the use case and what values are accepted.

{
     "title": "My Test Product",
     "platform_status": 1,
     "product_id": "123456789",
     "variant_id": "123456789",
     "sku": "123",
     "price": 7.99,
     "store_id": 1
}