Skip to content

Commit

Permalink
Merge pull request #490 from p-zielinski/pz/types-012
Browse files Browse the repository at this point in the history
pz/types-012 - promotionsStacks
  • Loading branch information
p-zielinski authored Oct 20, 2023
2 parents 27cbaca + 31ada9e commit 4ab2433
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 8 deletions.
27 changes: 27 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 20231019 - Promotions Stacks

#### New schemas
- PromotionsStacksListInCampaignResponseBody
- PromotionsStacksListResponseBody
- PromotionsStacksListRequestQuery
- PromotionsStacksGetResponseBody
- PromotionsStacksUpdateRequestBody
- PromotionsStacksUpdateResponseBody
- PromotionsStacksCreateInCampaignRequestBody
- PromotionsStacksCreateInCampaignResponseBody
- PromotionStackBase
- PromotionStack

- GET /v1/promotions/{campaignId}/stacks
- new response schema `PromotionsStacksListInCampaignResponseBody` (old `3_res_list_promotion_stacks`)
- POST /v1/promotions/{campaignId}/stacks
- new request schema `PromotionsStacksCreateInCampaignRequestBody` (old `3_req_create_promotion_stack`)
- new response schema `PromotionsStacksCreateInCampaignResponseBody` (old `3_obj_promotion_stack_object`)
- GET /v1/promotions/{campaignId}/stacks/{stackId}
- new response schema `PromotionsStacksGetResponseBody` (old `3_obj_promotion_stack_object`)
- PUT /v1/promotions/{campaignId}/stacks/{stackId}
- new request schema `PromotionsStacksUpdateRequestBody` (old `3_req_create_promotion_stack`)
- new response schema `PromotionsStacksUpdateResponseBody` (old `3_obj_promotion_stack_object`)
- GET /v1/promotions/stacks
- new response schema `PromotionsStacksListResponseBody` (old `3_res_list_promotion_stacks`)

# 20231019 - Vouchers

- Vouchers - List Gift Card Transactions (**GET** `/vouchers/{code}/transactions`) renamed to List Voucher Transactions
Expand Down
Loading

0 comments on commit 4ab2433

Please sign in to comment.