Sending your first API request - create a new Product.
Let’s create a new product called Super Product.Don’t forget to replace
<YOUR_SECRET_KEY_HERE>
with your API Secret KeyFor more details about the Product Create endpoint, refer to its API Reference.
Response
If everything worked, you should get a response like this:json
Next
Next, you’ll create a Price for this product.Create a price
Let’s now create a Price for the Product you just created.