POST:data_feeds.json
Commerce APIPOST:data_feeds.json

POST:data_feeds.json

Description

Modify one or multiple data feeds.

Permission bit: "data_feeds.modify"

Topic: Data Feeds

Query Parameters

ids: Comma-separated array of String, required

List of data feed ids. See also: Unique Identifiers

Example: ?ids=df_EQzGqWoY,df_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of DataFeedModify

[
  {
    "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