Key | Type | Description |
---|---|---|
offers | Offer[] | List of offers to create. See Offer[] - except for read-only attributes |
dry_run | boolean | When true, nothing will be persisted. May be used to validate the input |
Status | Description |
---|---|
422 | Invalid parameters - see Invalid parameters errors model |
{}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v3/infinity-mall/offers' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}