Skip to main content
Enough talking, let’s get to action!

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 Key
For more details about the Product Create endpoint, refer to its API Reference.

Response

If everything worked, you should get a response like this:
json
Which is the Product object you just created. Good job!

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.