Skip to main content

Big Cartel

The Big Cartel modules allow you to watch, create, update, list, retrieve, and delete the categories, discounts, and products in your Big Cartel account.

Getting Started with Big Cartel

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.

Notice

The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!

Connecting Big Cartel to Make

1. Go to Make and open the Big Cartel module's Create a connection dialog.

61d5a9383ef9b.gif

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.

Category

Returns all categories.

Connection

Establish a connection to your Big Cartel account.

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

Establish a connection to your Big Cartel account.

Category ID

Select the Category ID whose details you want to retrieve.

Creates a new category.

Connection

Establish a connection to your Big Cartel account.

Name

Enter the name of the category.

Updates a category object in your Big Cartel account.

Connection

Establish a connection to your Big Cartel account.

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

Establish a connection to your Big Cartel account.

Category ID

Select the Category ID you want to delete.

Discount

Gets all discounts for an account.

Connection

Establish a connection to your Big Cartel account.

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

Establish a connection to your Big Cartel account.

Discount ID

Select the Discount ID whose details you want to retrieve.

Creates a new discount.

Connection

Establish a connection to your Big Cartel account.

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:

  • Any order

  • Minimum Cart Total

  • Minimum Cart Quantity

Expiration Type

Select the option when the discount expires:

  • Never

  • On Date

  • On Limit

Reward Type

Select the rewards in which discount is offered:

  • Percent Discount

  • Flate Rate Discount

  • Free Shipping

Percent Discount

Enter the discount offered in percentage. For example, 85%.

Flat Rate Discount

Enter the discount amount offered. For example, 150.

Application Type

Select the application for which the discount is applicable:

  • All

  • Category

  • Product

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

Establish a connection to your Big Cartel account.

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:

  • Any order

  • Minimum Cart Total

  • Minimum Cart Quantity

Expiration Type

Select the option when the discount expires:

  • Never

  • On Date

  • On Limit

Reward Type

Select the rewards in which discount is offered:

  • Percent Discount

  • Flate Rate Discount

  • Free Shipping

Percent Discount

Enter the discount offered in percentage. For example, 85%.

Flat Rate Discount

Enter the discount amount offered. For example, 150.

Application Type

Select the application for which the discount is applicable:

  • All

  • Category

  • Product

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

Establish a connection to your Big Cartel account.

Discount ID

Select the Discount ID you want to delete.

Product

Triggers when a new product is created.

Connection

Establish a connection to your Big Cartel account.

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

Establish a connection to your Big Cartel account.

Gets all products for an account.

Connection

Establish a connection to your Big Cartel account.

Filter by

Select the option to filter the products:

  • Status

  • Category ID

  • Artist ID

Filter Value

Select the product's status you want to list:

  • Active

  • Coming Soon

  • Hidden

  • Sold Out

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:

  • Position

  • Created At

  • Updated At

Returns a specific product for an account.

Connection

Establish a connection to your Big Cartel account.

Product ID

Select the product ID whose details you want to retrieve.

Other

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Big Cartel account.

URL

Enter a path relative to https://api.bigcartel.com/{apiversion}/accounts/{accountid}. For example: /products

For the list of available endpoints, refer to the Big Cartel API Documentation.

Method

Select the HTTP method you want to use:

GET to retrieve information for an entry.

POST to create a new entry.

PUT to update/replace an existing entry.

PATCH to make a partial entry update.

DELETE to delete an entry.

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.

The following API call returns all the products from your Big Cartel account:

URL: /products

Method: GET

61d5a93a7e389.png

Matches of the search can be found in the module's Output under Bundle > Body > data. In our example, 5 products were returned:

61d5a93ba4864.png