Get Store Promotion Details

GET {{base_url}}/v1/delivery/promotions/{{promotion_id}}

Get single promotion metadata by specifying the promotion_id

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
User-Agentstring

RESPONSES

status: OK

{"promotion":{"promotion_id":"{prpmotion_id}","store_id":"{store_id}","start_time":"2024-01-03T16:00:00Z","end_time":"2024-01-10T16:00:00Z","created_time":"2024-02-06T20:41:43Z","state":"ACTIVE","external_promotion_id":"test_promo","user_group":"ALL_CUSTOMERS","allow_unlimited_apply":true,"currency_code":"MXN","budget":{"unlimited_budget":true},"promo_type":"FREEITEM_MINBASKET","free_item_discount":{"min_basket_constraint":{"min_spend":{"amount":1000,"currency_code":"MXN"}},"free_items":[{"free_item_id":"10838"}]}}}