Package Exports
- activepieces-ssactivewear
- activepieces-ssactivewear/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (activepieces-ssactivewear) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SSActiveWear Piece for Activepieces
This piece provides integration with SSActiveWear for product and inventory management.
Features
- Get Products: Retrieve all products from SSActiveWear with pagination
- Get Product: Retrieve a specific product by SKU
- Search Products: Search products in the SSActiveWear catalog
- Get Categories: Retrieve all product categories
- Get Brands: Retrieve all brands
- Get Inventory: Get inventory levels for specific products
Authentication
To use this piece, you'll need:
- API Key: Your SSActiveWear API key
- Account Number: Your SSActiveWear account number (username/account identifier)
Setup
- Login to your SSActiveWear account
- Go to Account Settings -> API Access
- Generate a new API key
- Use your account number and API key for authentication
API Documentation: https://api.ssactivewear.com/V2/
Rate Limits: 60 requests per minute
Usage
Get All Products
- Action: Get Products
- Parameters:
- Page (optional): Page number for pagination (default: 1)
- Per Page (optional): Number of products per page (default: 50, max: 100)
Get Specific Product
- Action: Get Product
- Parameters:
- SKU (required): Product SKU
Search Products
- Action: Search Products
- Parameters:
- Query (required): Search term
- Page (optional): Page number for pagination
- Per Page (optional): Number of products per page
Get Categories
- Action: Get Categories
- Parameters: None
Get Brands
- Action: Get Brands
- Parameters: None
Get Inventory
- Action: Get Inventory
- Parameters:
- SKU (required): Product SKU
Custom API Calls
The piece also includes a custom API call action that allows you to make direct API calls to the SSActiveWear API with full control over the request parameters.
Error Handling
The piece includes comprehensive error handling for:
- Invalid credentials
- API rate limits
- Network errors
- Invalid product SKUs
Support
For issues or questions about this piece, please refer to the SSActiveWear API documentation or contact support.