The tray.io BigCommerce connector allows you to manage your BigCommerce store.
Authentication
When using the BigCommerce connector, the first thing you will have to do is click on 'New Authentication' in the step editor:
You will need to enter the Client ID, Access token and Store hash.
Log into your store and select Advanced Settings
Select Api Accounts
Select Create API Account
Insert any name and the scopes (permissions) to allow the operations to be executed.
Select Save
You will then use the generated Client ID and Access token in your Tray authentication alongside with the Store hash (e.g. If your store url is https://store-hi1234.mybigcommerce.com then you will enter hi1234).
Example
In this example we will build a simple workflow to retrieve a list of products from a BigCommerce store.
Create a new workflow with a Manual Trigger, and add a step from the BigCommerce connector, with the operation set to List products. You can either run the workflow immediately or specify some filters, such as Availability or Type.
The output will be an object with a list of products.
All Operations
Latest version:
2.4
Archive order
Archives an order. Any attempt to archive an order on a store with automatic tax enabled will fail.
Create brand
Creates a new brand.
Create category
Creates a new category.
Create custom field
Creates a new custom field.
Create customer
Creates a new customer or customers.
Create order
Creates a new order.
Create order shipment
Creates a new order shipment.
Create product
Creates a new product.
Create product image
Creates a new product image.
Create product metafield
Creates a new product metafield.
Create product metafield
Creates a new product metafield.
Create product variant
Creates a new product variant.
Create product variant option
Creates a new product variant option.
Create product variant option value
Creates a new product variant option value.
Create product video
Creates a new product video.
Delete brand by ID
Deletes a brand.
Delete brands
Deletes brand(s) from the store.
Delete categories
Deletes categories from the store. It will also delete all products in that category.
Delete category
Deletes a category from the store. It will also delete all products in that category.
Delete custom field by ID
Deletes a custom field.
Delete order shipment
Deletes an order shipment.
Delete product
Deletes a product from the store.
Delete product image by ID
Deletes a product image.
Delete product metafield by ID
Deletes a product metafield.
Delete product variant by ID
Deletes a product variant.
Delete product variant metafield by ID
Deletes a product variant metafield.
Delete product variant option by ID
Deletes a product variant option.
Delete product variant option value by ID
Deletes a product variant option value.
Delete product video by ID
Deletes a product video.
Delete products
Deletes product(s) from the store.
Get brand
Returns information about a brand.
Get categories tree
Returns the categories tree, a nested lineage of the categories with parent->child relationship.
Get category
Returns information about a category.
Get custom field
Returns information about a custom field.
Get customer
Returns a single customer.
Get order
Returns information about an order.
Get order product
Returns information about an order product.
Get order shipping address
Returns information about an order shipping address.
Get product
Returns information about a product.
Get product image
Returns information about a product image.
Get product metafield
Returns information about a product metafield.
Get product variant
Returns information about a product variant.
Get product variant metafield
Returns information about a product variant metafield.
Get product variant option
Returns information about a product variant option.
Get product variant option value
Returns information about a product variant option value.
Get product video
Returns information about a product video.
Get store information
Returns metadata about a store.
List all order statuses DDL
List brands
Returns a list of brands.
List categories
Returns a list of categories.
List customer attributes
Returns a list of customer attributes.
List customer attributes DDL
List customer groups
Returns a list of customer groups.
List customer groups DDL
List customers
Returns a list of customers.
List customers DDL
List order coupons
Lists all order coupons.
List order products
Returns a list of order products.
List order shipments
Returns a list of order shipments.
List order shipping addresses
Returns a list of order shipping addresses.
List order statuses
Returns a list of possible order statuses.
List orders
Returns a list of orders.
List orders DDL
List product variants
Returns a list of product variants.
List product variants options
Returns a list of all the product variants options.
List products
Returns a list of products.
Raw HTTP request (advanced)
Perform a raw HTTP request with some pre-configuration and processing by the connector, such as authentication.