The Big Cartel modules allow you to watch, create, update, list, retrieve, and delete the categories, discounts, and products in your Big Cartel account.
Prerequisites
A Big Cartel account
In order to use Big Cartel with {{Make}}, it is necessary to have a Big Cartel account. If you do not have one, you can create a Big Cartel account at bigcartel.com/pricing.
![]() |
Note |
---|---|
The module dialog fields that are displayed in bold (in the {{Make}} scenario, not in this documentation article) are mandatory! |
1. Go to {{Make}} and open the Big Cartel module's Create a connection dialog.
2. In the Connection name field, enter a name for the connection and click Continue.
3. Enter your login credentials to authenticate.
The connection has been established.
Returns all categories.
Connection |
|
Limit |
Set the maximum number of categories {{Make}} should return during one scenario execution cycle. |
Retrieves a category object from your Big Cartel account.
Connection |
|
Category ID |
Select the Category ID whose details you want to retrieve. |
Creates a new category.
Connection |
|
Name |
Enter the name of the category. |
Updates a category object in your Big Cartel account.
Connection |
|
Category ID |
Select the Category ID whose details you want to update. |
Name |
Enter a new name for the category. |
Deletes the category object and its associated data.
Connection |
|
Category ID |
Select the Category ID you want to delete. |
Gets all discounts for an account.
Connection |
|
Filter |
Select the option to filter the discounts you want to list. |
Limit |
Set the maximum number of discounts {{Make}} should return during one scenario execution cycle. |
Gets a specific discount for an account.
Connection |
|
Discount ID |
Select the Discount ID whose details you want to retrieve. |
Creates a new discount.
Connection |
|
Name |
Enter a name for the discount. |
Code |
Enter a code for the discount which the customer will use to avail of the discount. |
Active At |
Enter the date on which the discount is available. |
Requirement Type |
Select the required type for the user to qualify for the discount:
|
Expiration Type |
Select the option when the discount expires:
|
Reward Type |
Select the rewards in which discount is offered:
|
Percent Discount |
Enter the discount offered in percentage. For example, |
Flat Rate Discount |
Enter the discount amount offered. For example, |
Application Type |
Select the application for which the discount is applicable:
|
Category ID |
Select the Category ID for which the discount is applicable. |
Product ID |
Select the Product ID for which the discount is applicable. |
Updates a discount object in your Big Cartel account.
Connection |
|
Discount ID |
Select the Discount ID whose details you want to update. |
Name |
Enter a name for the discount. |
Code |
Enter a code for the discount which the customer will use to avail of the discount. |
Active At |
Enter the date on which the discount is available. |
Requirement Type |
Select the required type for the user to qualify for the discount:
|
Expiration Type |
Select the option when the discount expires:
|
Reward Type |
Select the rewards in which discount is offered:
|
Percent Discount |
Enter the discount offered in percentage. For example, |
Flat Rate Discount |
Enter the discount amount offered. For example, |
Application Type |
Select the application for which the discount is applicable:
|
Category ID |
Select the Category ID for which the discount is applicable. |
Product ID |
Select the Product ID for which the discount is applicable. |
Deletes a specific discount.
Connection |
|
Discount ID |
Select the Discount ID you want to delete. |
Triggers when a new product is created.
Connection |
|
Limit |
Set the maximum number of products {{Make}} should return during one scenario execution cycle. |
Triggers when a product is created, updated, or deleted.
![]() |
Note |
---|---|
You do not have to add a webhook in your Big Cartel account as it is automatically done for you once you add and save an instant trigger module to your scenario. |
Webhook Name |
Enter a name for the webhook. |
Connection |
Gets all products for an account.
Connection |
|
Filter by |
Select the option to filter the products:
|
Filter Value |
Select the product's status you want to list:
|
Categories |
Add the categories whose products you want to list. |
Artists |
Add the artists whose products you want to list. |
Sort By |
Select the option to sort the products:
|
Returns a specific product for an account.
Connection |
|
Product ID |
Select the product ID whose details you want to retrieve. |
Performs an arbitrary authorized API call.
Connection |
|
URL |
Enter a path relative to For the list of available endpoints, refer to the Big Cartel API Documentation. |
Method |
Select the HTTP method you want to use:
|
Headers |
Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |