POST:data_feeds.json
POST:data_feeds.json
Description
Create one or multiple data feeds.
Permission bit: "data_feeds.create"
Topic: Data Feeds
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of DataFeedCreate
[ { "align_day": 5, "align_minute": 5, "align_weekday": 5, "fields": [ { "config": "max_length=100", "id": "title", "name": "title" } ], "filename": "all_published_products", "filter_fields": "", "filter_script": "", "name": "All Published Products", "options": [ { "key": "", "value": "" } ], "password": "6b42a6f52013", "schedule": "daily", "template_footer": "", "template_header": "", "template_item": "", "username": "ada79de6ecea" } ]
Response Body
Array of DataFeed
Response Body Type
Loading module