PUT
/external/api/campaigns
cURL (application/json)
curl \
--request PUT 'https://api.fygi.store/external/api/campaigns' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"name":"string","internalName":"string","id":"string","storeId":"string","startDate":"2025-05-04T09:42:00Z","endDate":"2025-05-04T09:42:00Z","rule":{"type":"cashDiscount","requiresMembership":true,"scope":"product"},"products":[{"id":"string","sortIndex":42}]}]'
curl \
--request PUT 'https://api.fygi.store/external/api/campaigns' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://api.fygi.store/external/api/campaigns' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
[
{
"name": "string",
"internalName": "string",
"id": "string",
"storeId": "string",
"startDate": "2025-05-04T09:42:00Z",
"endDate": "2025-05-04T09:42:00Z",
"rule": {
"type": "cashDiscount",
"requiresMembership": true,
"scope": "product"
},
"products": [
{
"id": "string",
"sortIndex": 42
}
]
}
]
Request examples
[
{
"name": "string",
"internalName": "string",
"id": "string",
"storeId": "string",
"startDate": "2025-05-04T09:42:00Z",
"endDate": "2025-05-04T09:42:00Z",
"rule": {
"type": "cashDiscount",
"requiresMembership": true,
"scope": "product"
},
"products": [
{
"id": "string",
"sortIndex": 42
}
]
}
]
Request examples
[
{
"name": "string",
"internalName": "string",
"id": "string",
"storeId": "string",
"startDate": "2025-05-04T09:42:00Z",
"endDate": "2025-05-04T09:42:00Z",
"rule": {
"type": "cashDiscount",
"requiresMembership": true,
"scope": "product"
},
"products": [
{
"id": "string",
"sortIndex": 42
}
]
}
]