Creates a loyalty promotion for a loyalty program.
POST
/v2/loyalty/programs/{program_id}/promotions
Creates a loyalty promotion for a loyalty program.
A loyalty promotion enables buyers to earn points in addition to those earned from the base loyalty program.
This endpoint sets the loyalty promotion to the ACTIVE
or SCHEDULED
status, depending on the available_time
setting. A loyalty program can have a maximum of 10 loyalty promotions with an ACTIVE
or SCHEDULED
status.
The ID of the loyalty program to associate with the promotion. To get the program ID, call RetrieveLoyaltyProgram using the main
keyword.
A unique identifier for this request, which is used to ensure idempotency. For more information, see Idempotency.