Robust Catalog + Flexible Inventory Management with ChannelApe
Use flexible inventory management across all channels, create product listings, stop overselling with ChannelApe.
Influencers, wholesale & more
Inventory effective & expiration datesNo more spreadsheets required
Multi-status, multi-location inventoryWarehouses, stores, and channels
Fulfillment holds & order editsAuto-hold on new CX ticket
Automate fulfillment rulesBundles, marketing SKUs, and more
Influencers, wholesale & more
Inventory effective & expiration datesNo more spreadsheets required
Multi-status, multi-location inventoryWarehouses, stores, and channels
Fulfillment holds & order editsAuto-hold on new CX ticket
Automate fulfillment rulesBundles, marketing SKUs, and more
API Accounts are a new feature that will allow outside developers to integrate with ChannelApe’s platform without having to create a regular user to use as the API account.
ChannelApe now supports API Accounts.
API Accounts are a new feature that will allow outside developers to integrate with ChannelApe’s platform without having to create a regular user to use as the API account.
To set up an API Account for your business, navigate to the new Settings page. Here, you will be able to manage the Accounts that have access to your business’s data. Create an API account by clicking the ‘create’ button in the API Accounts section. All you need to specify is the name. Once you create it, then you will be shown a private key. Save or copy this because it only is shown once. The private key is then used in API requests as the value of the ‘X-Channel-Ape-Authorization-Token’ header.
curl –request GET \
–url ‘https://api.channelape.com/v1/actions?size=5&endDate=2016-03-23T12:42:21.338Z&businessId=&startDate=2016-03-01T12:41:21.338Z&lastKey=’ \
–header ‘Content-Type: application/json’ \
–header ‘X-Channel-Ape-Authorization-Token: ’
For a comprehensive view on what you can do with ChannelApe’s APIs then check out our API documentation:
https://docs.channelape.io/
Use flexible inventory management across all channels, create product listings, stop overselling with ChannelApe.
Rate limiting allows an API Account to make a certain amount of requests per second to a business’s data before being throttled.
Inventory, fulfillments, and refunds will need to have a location ID. ChannelApe will by default choose the lowest ID location for your store.