Feeds | |||
API Method | HTTP method | Endpoint | Description |
---|---|---|---|
feeds.setFeedOnList | POST | /feeds.setFeedOnList.json | Sets a feed on a list |
feeds.getFeed | GET | /feeds.getFeed.json | Returns an array containing the data of a feed from the list |
feeds.getFeeds | GET | /feeds.getFeeds.json | Returns feeds for a list |
feeds.updateFeedStatus | POST | /feeds.updateFeedStatus.json | Updates the status of a feed from a list |
feeds.initFeedRefresh | POST | /feeds.initFeedRefresh.json | Initiates a refresh process for a feed from a list |
feeds.updateFeed | POST | /feeds.updateFeed.json | Updates the properties of a feed |
feeds.deleteFeed | POST | /feeds.deleteFeed.json | Deletes a feed from a list |
feeds.getFeedProducts | GET | /feeds.getFeedProducts.json | Returns the products of a feed (max 5000 at once) |
feeds.addFeedProducts | POST | /feeds.addFeedProducts.json | Adds products to a fixed type feed |
feeds.removeFeedProducts | POST | /feeds.removeFeedProducts.json | Removes products from a fixed type feed |
feeds.replaceFeedProducts | POST | /feeds.replaceFeedProducts.json | Replaces products in a fixed type feed |
feeds.addProductGroupToList | POST | /feeds.addProductGroupToList.json | Adds a product group to a list |
feeds.getProductGroup | GET | /feeds.getProductGroup.json | Returns an array containing the data of a product group from the list |
feeds.getProductGroups | GET | /feeds.getProductGroups.json | Returns product groups for a list |
feeds.getProductGroupProducts | GET | /feeds.getProductGroupProducts.json | Returns the products of a product group (a product group may contain a maximum of 100 products) |
feeds.updateProductGroup | POST | /feeds.updateProductGroup.json | Updates the properties of a product group |
feeds.updateProductGroupStatus | POST | /feeds.updateProductGroupStatus.json | Updates the status of a product group from a list |
feeds.initProductGroupRefresh | POST | /feeds.initProductGroupRefresh.json | Initiates a refresh process for a product group from a list |
feeds.deleteProductGroup | POST | /feeds.deleteProductGroup.json | Deletes a product group from a list |