Updates the unique catalog offer promotion.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
external_id required | integer Promotion external ID. Unique promotion identifier within the project. Example: coupon_44056_1 |
Unique catalog offer was successfully updated.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Coupon not found. Make sure the external_id
is correct.
Invalid request.
{- "date_start": "2020-04-15T18:16:00+05:00",
- "date_end": "2020-04-15T18:16:00+05:00",
- "name": {
- "en-US": "Coupon title",
- "de-DE": "Gutscheintitel"
}, - "items": [
- "booster_mega_1"
], - "redeem_total_limit": 10,
- "redeem_user_limit": 10,
- "redeem_code_limit": 10
}
{- "statusCode": 401,
- "errorCode": 1020,
- "errorMessage": "[0401-1020]: Error in Authentication method occurred"
}