From d50286790c22b056ecca3e49281ed26d5393cebe Mon Sep 17 00:00:00 2001 From: Brijesh Mahidhariya <51912873+brijeshgajjarfynd@users.noreply.github.com> Date: Tue, 16 Apr 2024 03:45:18 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 21266 +++++++------------------------------------------ 1 file changed, 2722 insertions(+), 18544 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c87142b..e8687396b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# CHANGE LOG (1.4.1) - fp-v1.9.0 +# CHANGE LOG (1.4.3) - fp-v1.9.2 ## Application Client @@ -12,412 +12,233 @@ #### getCart -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property last_modified of schema CartDetailResponse in response with status code 200 #### addItems -- ##### What's New - - [Added] property `items[].seller_identifier` of schema `AddProductCart` in request body - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property cart.last_modified of schema CartDetailResponse in response with status code 200 #### updateCart - ##### What's New - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### getCoupons - -- ##### What's New - - [Added] `query` parameter `slug` (type: `string`) + - [Added] query parameter cart_type (type: string) - - [Added] `query` parameter `store_id` (type: `string`) - - [Added] property `available_coupon_list[].coupon_amount` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].start_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].end_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].coupon_applicable_message` of schema `Coupon` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property cart.last_modified of schema CartDetailResponse in response with status code 200 #### applyCoupon - ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 201 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 201 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - + - [Added] query parameter cart_type (type: string) -#### applyRewardPoints -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property last_modified of schema CartDetailResponse in response with status code 201 -#### getAddresses +#### removeCoupon -- ##### What's New - - [Added] property `address[].sector` of schema `Address` in response with status code 200 - - [Added] property `address[].state_code` of schema `Address` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property last_modified of schema CartDetailResponse in response with status code 200 -#### addAddress +#### applyRewardPoints -- ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property last_modified of schema CartDetailResponse in response with status code 200 -#### getAddressById +#### selectAddress -- ##### What's New - - [Added] property `sector` of schema `Address` in response with status code 200 - - [Added] property `state_code` of schema `Address` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property last_modified of schema CartDetailResponse in response with status code 201 -#### updateAddress +#### selectPaymentMode -- ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property last_modified of schema CartDetailResponse in response with status code 200 -#### selectAddress +#### validateCouponForPayment - ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 201 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 201 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 201 + - [Added] query parameter cart_type (type: string) -#### selectPaymentMode - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - #### getShipments -- ##### What's New - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property last_modified of schema CartShipmentsResponse in response with status code 200 #### checkoutCart - ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 + - [Added] query parameter cart_type (type: string) + + - [Added] property iin of schema CartCheckoutDetailRequest in request body + - [Added] property network of schema CartCheckoutDetailRequest in request body + - [Added] property type of schema CartCheckoutDetailRequest in request body + - [Added] property card_id of schema CartCheckoutDetailRequest in request body - ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 + - [Breaking] [Changed] Value format from date to date-time of property cart.last_modified of schema CheckCart in response with status code 200 #### getCartSharedItems -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 404 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 404 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 404 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 404 +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property cart.last_modified of schema SharedCart in response with status code 200 + - [Breaking] [Changed] Value format from date to date-time of property cart.last_modified of schema SharedCart in response with status code 404 #### updateCartWithSharedItems +- ##### What's Changed + - [Breaking] [Changed] Value format from date to date-time of property cart.last_modified of schema SharedCart in response with status code 200 + + +#### getPromotionOffers + - ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 + - [Added] query parameter cart_type (type: string) + #### checkoutCartV2 - ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 + - [Added] query parameter cart_type (type: string) + + - [Added] property iin of schema CartCheckoutDetailV2Request in request body + - [Added] property network of schema CartCheckoutDetailV2Request in request body + - [Added] property type of schema CartCheckoutDetailV2Request in request body + - [Added] property card_id of schema CartCheckoutDetailV2Request in request body - ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 + - [Breaking] [Changed] Value format from date to date-time of property cart.last_modified of schema CheckCart in response with status code 200 ### Catalog -#### getCollections +#### getProductStockForTimeByIds - ##### What's New - - [Added] property `items[].tags` of schema `GetCollectionDetailNest` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `items[].tag` of schema `GetCollectionDetailNest` in response with status code 200 - - -#### getProductPriceBySlug - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `pincode` (type: `string`) + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 +#### getProducts -#### getProductSellersBySlug +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `pincode` (type: `string`) - + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -### Configuration - - - -#### getApplication +#### getBrands - ##### What's New - - [Added] property `modified_at` of schema `Application` in response with status code 200 - - [Added] property `slug` of schema `Application` in response with status code 200 - - [Added] property `mode` of schema `Application` in response with status code 200 - - [Added] property `status` of schema `Application` in response with status code 200 - - [Added] property `tokens` of schema `Application` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Application` in response with status code 200 + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -#### getOwnerInfo +#### getHomeProducts - ##### What's New - - [Added] property `application_info.meta[]` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.company_info` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.owner_info` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.mode` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.tokens` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.domains` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.favicon` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.mobile_logo` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.slug` of schema `ApplicationInfo` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Deleted] properties `application_info.meta.name`, `application_info.meta.value` in response with status code 200 - - [Breaking] [Deleted] property `company_info` of schema `ApplicationAboutResponse` in response with status code 200 - - [Breaking] [Deleted] property `owner_info` of schema `ApplicationAboutResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `application_info.meta` of schema `ApplicationMeta` in response with status code 200 - + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -#### getBasicDetails -- ##### What's New - - [Added] property `slug` of schema `ApplicationDetail` in response with status code 200 - - [Added] property `company_id` of schema `ApplicationDetail` in response with status code 200 - - -#### getIntegrationTokens +#### getCollections - ##### What's New - - [Added] property `modified_at` of schema `AppTokenResponse` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `AppTokenResponse` in response with status code 200 + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -#### getFeatures +#### getCollectionItemsBySlug - ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.modified_at` of schema `AppFeature` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in response with status code 200 + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -#### getContactInfo +#### getFollowedListing - ##### What's New - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in response with status code 200 - - [Added] property `address.phone[]` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in response with status code 200 - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in response with status code 200 - - [Added] property `links[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInformation` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Deleted] properties `address.phone.code`, `address.phone.number` in response with status code 200 - - [Deleted] properties `links.title`, `links.link` in response with status code 200 - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `address.phone` of schema `InformationPhone` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `links` of schema `Links` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in response with status code 200 + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -#### getCurrencies +#### getStores - ##### What's New - - [Added] property `items[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_code` of schema `Currency` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `Currency` in response with status code 200 + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -#### getCurrencyById +#### getInStockLocations - ##### What's New - - [Added] property `modified_at` of schema `Currency` in response with status code 200 - - [Added] property `country_name` of schema `Currency` in response with status code 200 - - [Added] property `country_code` of schema `Currency` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Currency` in response with status code 200 + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 -#### getAppCurrencies +#### getProductSellersBySlug - ##### What's New - - [Added] property `supported_currency[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_code` of schema `Currency` in response with status code 200 - - [Added] property `_id` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `created_at` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `modified_at` of schema `AppCurrencyResponse` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `supported_currency[].updated_at` of schema `Currency` in response with status code 200 - - -#### getAppStaffList - -- ##### What's New - - [Added] Response with status 400 + - [Deleted] Possible nullable value from true from property page.next_id of schema Page in response with status code 200 ### Content @@ -427,110 +248,312 @@ #### getBlog - ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 #### getBlogs - ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.popup.type in response with status code 200 -#### getSEOConfiguration +#### getLandingPage - ##### What's New - - [Added] property `seo.additonal_sitemap` of schema `SeoSchema` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.popup.type in response with status code 200 -#### getPage +#### getNavigations - ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].navigation[].action.popup.type in response with status code 200 -#### getPages +#### getSlideshows - ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].media[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].media[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].media[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].media[].action.popup.type in response with status code 200 -#### getSEOMarkupSchemas +#### getSlideshow - ##### What's New - - [Added] method `getSEOMarkupSchemas` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.popup.type in response with status code 200 - -#### getCustomObject +#### getPage - ##### What's New - - [Added] method `getCustomObject` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 - -#### getCustomFields +#### getPages - ##### What's New - - [Added] method `getCustomFields` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.popup.type in response with status code 200 - -### Logistic +### Lead -#### getLocations +#### getTicket - ##### What's New - - [Added] method `getLocations` - + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -#### getCountries +#### createHistory - ##### What's New - - [Added] method `getCountries` + - [Added] Possible values rating to property type of schema HistoryTypeEnum in request body + - [Added] Possible values log to property type of schema HistoryTypeEnum in request body + - [Added] Possible values comment to property type of schema HistoryTypeEnum in request body + - [Added] Possible values thread to property type of schema HistoryTypeEnum in request body +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body -#### getCountry +#### createTicket - ##### What's New - - [Added] method `getCountry` + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + + +#### getCustomForm + +- ##### What's New + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + + +#### submitCustomForm + +- ##### What's New + - [Added] Possible values image to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values video to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values file to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values youtube to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values product to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values collection to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values brand to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values shipment to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values order to property attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values image to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property ticket.source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property ticket.source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property ticket.priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property ticket.priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property ticket.priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property ticket.priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property ticket.priority.key of schema PriorityEnum in response with status code 200 + + +#### getParticipantsInsideVideoRoom + +- ##### What's New + - [Added] property participants[].user.application_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.user_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.meta of schema UserSchema in response with status code 200 + - [Added] property participants[].user.dob of schema UserSchema in response with status code 200 + - [Added] property participants[].user.external_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.rr_id of schema UserSchema in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] property participants[].user.uid of schema UserSchema in response with status code 200 + - [Breaking] [Deleted] property participants[].user.debug of schema UserSchema in response with status code 200 + - [Breaking] [Deleted] property participants[].user.has_old_password_hash of schema UserSchema in response with status code 200 +### Logistic -#### getLocalities -- ##### What's New - - [Added] method `getLocalities` +#### getLocations +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 -#### getLocality -- ##### What's New - - [Added] method `getLocality` +#### getCountries +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 -#### validateAddress +#### getLocalities - ##### What's New - - [Added] method `validateAddress` - + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 ### Order @@ -540,19491 +563,3646 @@ #### getOrders - ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) + - [Added] query parameter allow_inactive (type: boolean) - - [Added] `query` parameter `end_date` (type: `string`) - - - [Added] property `items[].shipments[].tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `items[].shipments[].delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `items[].shipments[].shipment_created_ts` of schema `Shipments` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `OrderSchema` in response with status code 200 + - [Added] property items[].shipments[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].shipments[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].shipments[].bags[].financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property items[].shipments[].bags[].article of schema Bags in response with status code 200 + - [Added] property items[].shipments[].payment_info of schema Shipments in response with status code 200 + - [Added] property items[].shipments[].order of schema Shipments in response with status code 200 #### getOrderById - ##### What's New - - [Added] `query` parameter `allow_inactive` (type: `boolean`) - - - [Added] property `order.shipments[].tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `order.shipments[].delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `order.shipments[].shipment_created_ts` of schema `Shipments` in response with status code 200 - - [Added] property `order.order_created_ts` of schema `OrderSchema` in response with status code 200 + - [Added] property order.shipments[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property order.shipments[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property order.shipments[].bags[].financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property order.shipments[].bags[].article of schema Bags in response with status code 200 + - [Added] property order.shipments[].payment_info of schema Shipments in response with status code 200 + - [Added] property order.shipments[].order of schema Shipments in response with status code 200 #### getPosOrderById - ##### What's New - - [Added] property `order.shipments[].tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `order.shipments[].delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `order.shipments[].shipment_created_ts` of schema `Shipments` in response with status code 200 - - [Added] property `order.order_created_ts` of schema `OrderSchema` in response with status code 200 + - [Added] property order.shipments[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property order.shipments[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property order.shipments[].bags[].financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property order.shipments[].bags[].article of schema Bags in response with status code 200 + - [Added] property order.shipments[].payment_info of schema Shipments in response with status code 200 + - [Added] property order.shipments[].order of schema Shipments in response with status code 200 #### getShipmentById - ##### What's New - - [Added] `query` parameter `allow_inactive` (type: `boolean`) - - - [Added] property `shipment.tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `shipment.delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `shipment.shipment_created_ts` of schema `Shipments` in response with status code 200 + - [Added] property shipment.prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property shipment.bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property shipment.bags[].financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property shipment.bags[].article of schema Bags in response with status code 200 + - [Added] property shipment.payment_info of schema Shipments in response with status code 200 + - [Added] property shipment.order of schema Shipments in response with status code 200 ### Payment -#### getActiveCardAggregator +#### getPaymentModeRoutes - ##### What's New - - [Breaking] [Added] Type `object` to property `cards` of schema `CardPaymentGateway` in response with status code 200 - - [Breaking] [Added] properties `cards.api`, `cards.aggregator`, `cards.customer_id` in response with status code 200 - - [Breaking] [Added] Required status to property `cards.aggregator` in response with status code 200 + - [Added] property payment_options.payment_option[] of schema PaymentOptionAndFlow in response with status code 200 + - [Added] property payment_options.payment_default_selection of schema PaymentOptionAndFlow in response with status code 200 +- ##### What's Deprecated + - [Deleted] properties payment_options.payment_option.is_pay_by_card_pl, payment_options.payment_option.add_card_enabled, payment_options.payment_option.display_priority, payment_options.payment_option.display_name, payment_options.payment_option.list, payment_options.payment_option.save_card, payment_options.payment_option.aggregator_name, payment_options.payment_option.name, payment_options.payment_option.anonymous_enable in response with status code 200 + - [Deleted] Required status from properties payment_options.payment_option.display_name, payment_options.payment_option.display_priority, payment_options.payment_option.name in response with status code 200 + +- ##### What's Changed + - [Breaking] [Changed] Type from object to array of property payment_options.payment_option of schema RootPaymentMode in response with status code 200 -#### getPaymentModeRoutes + +#### getPosPaymentModeRoutes - ##### What's New - - [Breaking] [Deleted] Required `query` parameter `pincode` (type: `string`) + - [Added] property payment_options.payment_option[] of schema PaymentOptionAndFlow in response with status code 200 + - [Added] property payment_options.payment_default_selection of schema PaymentOptionAndFlow in response with status code 200 -- [Added] `query` parameter `order_id` (type: `string`) - - [Added] `query` parameter `display_split` (type: `boolean`) +- ##### What's Deprecated + - [Deleted] properties payment_options.payment_option.is_pay_by_card_pl, payment_options.payment_option.add_card_enabled, payment_options.payment_option.display_priority, payment_options.payment_option.display_name, payment_options.payment_option.list, payment_options.payment_option.save_card, payment_options.payment_option.aggregator_name, payment_options.payment_option.name, payment_options.payment_option.anonymous_enable in response with status code 200 + - [Deleted] Required status from properties payment_options.payment_option.display_name, payment_options.payment_option.display_priority, payment_options.payment_option.name in response with status code 200 - - [Added] `query` parameter `advance_payment` (type: `boolean`) +- ##### What's Changed + - [Breaking] [Changed] Type from object to array of property payment_options.payment_option of schema RootPaymentMode in response with status code 200 - - [Added] `query` parameter `shipment_id` (type: `string`) - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 +#### walletLinkInitate - ##### What's Changed - - [Changed] Required status of query parameter `cart_id` + - [Breaking] [Changed] operationId from walletLinkInitate to walletLinkInitiate -#### getPosPaymentModeRoutes +#### validateVPA - ##### What's New - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Required status of query parameter `cart_id` - - [Changed] Required status of query parameter `checkout_mode` + - [Added] property aggregator of schema ValidateVPARequest in request body -#### getRupifiBannerDetails +#### getPaymentModeRoutesPaymentLink - ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `RupifiBannerData` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.kyc_url` in response with status code 200 + - [Added] property payment_options.payment_option[] of schema PaymentOptionAndFlow in response with status code 200 + - [Added] property payment_options.payment_default_selection of schema PaymentOptionAndFlow in response with status code 200 +- ##### What's Deprecated + - [Deleted] properties payment_options.payment_option.is_pay_by_card_pl, payment_options.payment_option.add_card_enabled, payment_options.payment_option.display_priority, payment_options.payment_option.display_name, payment_options.payment_option.list, payment_options.payment_option.save_card, payment_options.payment_option.aggregator_name, payment_options.payment_option.name, payment_options.payment_option.anonymous_enable in response with status code 200 + - [Deleted] Required status from properties payment_options.payment_option.display_name, payment_options.payment_option.display_priority, payment_options.payment_option.name in response with status code 200 -#### getEpaylaterBannerDetails +- ##### What's Changed + - [Breaking] [Changed] Type from object to array of property payment_options.payment_option of schema RootPaymentMode in response with status code 200 -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `EpaylaterBannerData` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.message`, `data.display` in response with status code 200 - - [Breaking] [Added] Required status to property `data.display` in response with status code 200 +#### createPaymentOrder -#### resendOrCancelPayment +- ##### What's Deprecated + - [Deleted] Required status from property success in response with status code 200 -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `LinkStatus` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.message` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.message`, `data.status` in response with status code 200 + +### Rewards -#### validateVPA + +#### getUserPointsHistory - ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `ValidateUPI` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.customer_name`, `data.is_valid`, `data.upi_vpa` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.customer_name`, `data.is_valid`, `data.status`, `data.upi_vpa` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 -#### cardDetails +### Share -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `CardDetails` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.country`, `data.bank_code`, `data.id`, `data.card_exp_year`, `data.card_brand`, `data.type`, `data.card_sub_type`, `data.is_domestic_card`, `data.name_on_card`, `data.card_exp_month`, `data.extended_card_type`, `data.card_object`, `data.card_token`, `data.user`, `data.bank` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.bank`, `data.bank_code`, `data.card_brand`, `data.card_object`, `data.card_sub_type`, `data.country`, `data.extended_card_type`, `data.id`, `data.is_domestic_card`, `data.status`, `data.type` in response with status code 200 -#### addBeneficiaryDetails +#### createShortLink -- ##### What's New - - [Breaking] [Added] Type `object` to property `details` of schema `BeneficiaryModeDetails` in request body - - [Breaking] [Added] properties `details.account_no`, `details.address`, `details.mobile`, `details.bank_name`, `details.comment`, `details.ifsc_code`, `details.vpa`, `details.branch_name`, `details.account_holder`, `details.wallet`, `details.email` in request body - - [Breaking] [Added] Required status to properties `details.account_holder`, `details.account_no`, `details.bank_name`, `details.branch_name`, `details.email`, `details.ifsc_code`, `details.mobile` in request body +- ##### What's Deprecated + - [Breaking] [Deleted] property url.short of schema UrlInfo in response with status code 200 -#### getPaymentLink +#### getShortLinkByHash + +- ##### What's Deprecated + - [Breaking] [Deleted] property url.short of schema UrlInfo in response with status code 200 -- ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 + +#### getOriginalShortLinkByHash - ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 + - [Breaking] [Deleted] property url.short of schema UrlInfo in response with status code 200 + +### Theme -#### createPaymentLink -- ##### What's New - - [Breaking] [Added] Type `object` to property `meta` of schema `CreatePaymentLinkMeta` in request body - - [Breaking] [Added] properties `meta.cart_id`, `meta.checkout_mode`, `meta.assign_card_id`, `meta.amount` in request body - - [Breaking] [Added] Required status to properties `meta.amount`, `meta.cart_id`, `meta.checkout_mode` in request body - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 +#### getAllPages + +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.popup.type in response with status code 200 -#### resendPaymentLink +#### getPage - ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 + +### User -#### cancelPaymentLink + +#### loginWithFacebook - ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 401 - ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getPaymentModeRoutesPaymentLink +#### loginWithGoogle - ##### What's New - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 - ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### pollingPaymentLink +#### loginWithGoogleAndroid - ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 - ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### createOrderHandlerPaymentLink +#### loginWithGoogleIOS - ##### What's New - - [Breaking] [Added] Type `object` to property `payment_methods` of schema `CreateOrderUserPaymentMethods` in request body - - [Breaking] [Added] properties `payment_methods.name`, `payment_methods.mode`, `payment_methods.meta` in request body - - [Breaking] [Added] Required status to properties `payment_methods.meta`, `payment_methods.mode`, `payment_methods.name` in request body - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 - ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### customerCreditSummary +#### loginWithAppleIOS - ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `CreditSummary` in response with status code 200 - - [Breaking] [Added] properties `data.total_due_amount`, `data.status`, `data.limit`, `data.credit_line_id`, `data.amount_available`, `data.due_amount`, `data.due_date`, `data.balance`, `data.status_message`, `data.repayment_url`, `data.soa_url`, `data.is_eligible_for_txn`, `data.merchant_customer_ref_id`, `data.buyer_status`, `data.activation_url` in response with status code 200 + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### redirectToAggregator +#### loginWithOTP - ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `RedirectURL` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.signup_url` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.signup_url`, `data.status` in response with status code 200 + - [Added] property encrypt_otp of schema SendOtpRequestSchema in request body + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### checkCredit +#### loginWithEmailAndPassword - ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `CreditDetail` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.is_registered`, `data.signup_url` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.is_registered`, `data.signup_url`, `data.status` in response with status code 200 + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### customerOnboard +#### sendResetPasswordEmail - ##### What's New - - [Breaking] [Added] Type `object` to property `personal_info` of schema `UserPersonalInfoInDetails` in request body - - [Breaking] [Added] properties `personal_info.first_name`, `personal_info.voter_id`, `personal_info.gender`, `personal_info.dob`, `personal_info.passport`, `personal_info.fathers_name`, `personal_info.mothers_name`, `personal_info.middle_name`, `personal_info.last_name`, `personal_info.pan`, `personal_info.driving_license`, `personal_info.email_verified`, `personal_info.address_as_per_id`, `personal_info.mobile_verified`, `personal_info.phone`, `personal_info.email` in request body - - [Breaking] [Added] Required status to properties `personal_info.address_as_per_id`, `personal_info.dob`, `personal_info.email_verified`, `personal_info.first_name`, `personal_info.mobile_verified`, `personal_info.phone` in request body - - [Breaking] [Added] Type `object` to property `marketplace_info` of schema `MarketplaceInfo` in request body - - [Breaking] [Added] properties `marketplace_info.date_of_joining`, `marketplace_info.name`, `marketplace_info.membership_id` in request body - - [Breaking] [Added] Required status to properties `marketplace_info.membership_id`, `marketplace_info.name` in request body - - [Breaking] [Added] Type `object` to property `business_info` of schema `BusinessDetails` in request body - - [Breaking] [Added] properties `business_info.business_ownership_type`, `business_info.vintage`, `business_info.gstin`, `business_info.pan`, `business_info.entity_type`, `business_info.shop_and_establishment`, `business_info.fssai`, `business_info.fda`, `business_info.business_type`, `business_info.name`, `business_info.address` in request body - - [Breaking] [Added] Type `object` to property `device` of schema `DeviceDetails` in request body - - [Breaking] [Added] properties `device.identification_number`, `device.identifier_type`, `device.device_model`, `device.device_make`, `device.device_type`, `device.os`, `device.os_version` in request body - - [Breaking] [Added] Type `object` to property `data` of schema `OnboardSummary` in response with status code 200 - - [Breaking] [Added] properties `data.redirect_url`, `data.session`, `data.status`, `data.status_remark`, `data.is_eligible_for_txn`, `data.merchant_customer_ref_id`, `data.activation_url` in response with status code 200 - - [Breaking] [Added] Required status to property `data.status` in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Required status from property `personal_info` in request body + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### walletLinkInitate +#### sendResetPasswordMobile - ##### What's New - - [Added] method `walletLinkInitate` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 200 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### linkWallet +#### forgotPassword - ##### What's New - - [Added] method `linkWallet` + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### delinkWallet +#### resetForgotPassword - ##### What's New - - [Added] method `delinkWallet` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### createPaymentOrder +#### sendResetToken - ##### What's New - - [Added] method `createPaymentOrder` + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX +#### loginWithToken -### PosCart +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] property code of schema APIError in response with status code 400 + - [Added] property info of schema APIError in response with status code 400 + - [Added] property request_id of schema APIError in response with status code 400 + - [Added] property error of schema APIError in response with status code 400 + - [Added] property meta of schema APIError in response with status code 400 + - [Added] property authenticated of schema APIError in response with status code 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getCart +#### registerWithForm - ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### addItems + +#### verifyEmail - ##### What's New - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### updateCart +#### verifyMobile - ##### What's New - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### applyCoupon -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 +#### hasPassword +- ##### What's New + - [Added] Response with status 401 -#### removeCoupon +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Type from boolean to integer of property result of schema HasPasswordSuccess in response with status code 200 -#### applyRewardPoints +#### updatePassword - ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 500 + - [Breaking] [Deleted] Response with status 4XX -#### getAddresses +#### deleteUser - ##### What's New - - [Added] property `address[].sector` of schema `Address` in response with status code 200 - - [Added] property `address[].state_code` of schema `Address` in response with status code 200 + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 500 + - [Breaking] [Deleted] Response with status 4XX -#### addAddress +#### logout - ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body + - [Added] Response with status 401 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getAddressById +#### sendOTPOnMobile - ##### What's New - - [Added] property `sector` of schema `Address` in response with status code 200 - - [Added] property `state_code` of schema `Address` in response with status code 200 + - [Added] property encrypt_otp of schema SendMobileOtpRequestSchema in request body + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### updateAddress +#### sendForgotOTPOnMobile - ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body - - -#### selectAddress - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### getShipments - -- ##### What's New - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### updateShipments - -- ##### What's New - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### checkoutCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -### Theme - - - -#### getAllPages - -- ##### What's New - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].seo.canonical_url` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - -#### getPage - -- ##### What's New - - [Added] `query` parameter `filters` (type: `string`) - - - [Added] `query` parameter `company` (type: `integer`) - - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - -#### getAppliedTheme - -- ##### What's New - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - -#### getThemeForPreview - -- ##### What's New - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - -### User - - - -#### loginWithOTP - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendOtpRequestSchema` in request body - - -#### loginWithEmailAndPassword - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `PasswordLoginRequestSchema` in request body - - -#### sendResetPasswordEmail - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendResetPasswordEmailRequestSchema` in request body - - -#### sendResetPasswordMobile - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendResetPasswordMobileRequestSchema` in request body - - -#### sendOTPOnMobile - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendMobileOtpRequestSchema` in request body - - -#### sendOTPOnEmail - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendEmailOtpRequestSchema` in request body - - -#### userExists - -- ##### What's New - - [Added] method `userExists` - - - -#### getUserAttributes - -- ##### What's New - - [Added] method `getUserAttributes` - - - -#### updateUserAttributes - -- ##### What's New - - [Added] method `updateUserAttributes` - - - -## Platform Client - - - -### AuditTrail - - - -#### getAuditLogs - -- ##### What's Changed - - [Changed] Path From `/service/platform/audit-trail/v1.0/company/{company_id}/logs/` To `/service/platform/audit-trail/v1.0/company/{company_id}/logs` - - -#### createAuditLog - -- ##### What's Changed - - [Changed] Path From `/service/platform/audit-trail/v1.0/company/{company_id}/logs/` To `/service/platform/audit-trail/v1.0/company/{company_id}/logs` - - -### Billing - - - -#### getentityDetail - -- ##### What's New - - [Added] method `getentityDetail` - - - -### Cart - - - -#### getPromotions - -- ##### What's New - - [Breaking] [Added] properties `items[].restrictions.user_registered.end`, `items[].restrictions.user_registered.start` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `items[].restrictions.user_registered` of schema `Restrictions1` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `items[].restrictions.payments` of schema `Restrictions1` in response with status code 200 - - -#### createPromotion - -- ##### What's New - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in request body - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in response with status code 201 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in request body - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in response with status code 201 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in request body - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in response with status code 201 - - -#### getPromotionById - -- ##### What's New - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in response with status code 200 - - -#### updatePromotion - -- ##### What's New - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in request body - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in request body - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in request body - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in response with status code 200 - - -#### updatePriceAdjustment - -- ##### What's New - - [Added] property `restrictions` of schema `PriceAdjustmentUpdate` in request body - - [Added] property `data.restrictions` of schema `PriceAdjustment` in response with status code 200 - - -#### addPriceAdjustment - -- ##### What's New - - [Added] property `restrictions` of schema `PriceAdjustmentAdd` in request body - - [Added] property `data.restrictions` of schema `PriceAdjustment` in response with status code 201 - - -#### fetchAndvalidateCartItems - -- ##### What's New - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### checkCartServiceability - -- ##### What's New - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### getAbandonedCartDetails - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `items[].seller_identifier` of schema `AddProductCart` in request body - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### overrideCart - -- ##### What's New - - [Added] property `cart_items[].promo_list[].parent_promo_id` of schema `OverrideCartItemPromo` in request body - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### getCartList - -- ##### What's New - - [Added] property `data[].currency_code` of schema `CartList` in response with status code 200 - - -#### updateCartUser - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### getCart - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformAddItems - -- ##### What's New - - [Added] property `items[].seller_identifier` of schema `AddProductCart` in request body - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformUpdateCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### getAppCoupons - -- ##### What's New - - [Added] `query` parameter `slug` (type: `string`) - - - [Added] `query` parameter `store_id` (type: `string`) - - - [Added] property `available_coupon_list[].start_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].end_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].coupon_applicable_message` of schema `Coupon` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### getAddresses - -- ##### What's New - - [Added] property `address[].sector` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[].state_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[].country_phone_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[].country_iso_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[]._custom_json` of schema `PlatformAddress` in response with status code 200 - - -#### addAddress - -- ##### What's New - - [Added] property `sector` of schema `PlatformAddress` in request body - - [Added] property `state_code` of schema `PlatformAddress` in request body - - [Added] property `country_phone_code` of schema `PlatformAddress` in request body - - [Added] property `country_iso_code` of schema `PlatformAddress` in request body - - [Added] property `_custom_json` of schema `PlatformAddress` in request body - - -#### getAddressById - -- ##### What's New - - [Added] property `sector` of schema `PlatformAddress` in response with status code 200 - - [Added] property `state_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `country_phone_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `country_iso_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `_custom_json` of schema `PlatformAddress` in response with status code 200 - - -#### updateAddress - -- ##### What's New - - [Added] property `sector` of schema `PlatformAddress` in request body - - [Added] property `state_code` of schema `PlatformAddress` in request body - - [Added] property `country_phone_code` of schema `PlatformAddress` in request body - - [Added] property `country_iso_code` of schema `PlatformAddress` in request body - - [Added] property `_custom_json` of schema `PlatformAddress` in request body - - -#### selectAddress - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - -#### getShipments - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### updateShipments - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformCheckoutCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformCheckoutCartV2 - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - -#### selectPaymentModeV2 - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -### Catalog - - - -#### createCollection - -- ##### What's New - - [Added] property `seo.canonical_url` of schema `SeoDetail` in request body - - -#### updateCollection - -- ##### What's New - - [Added] property `seo.canonical_url` of schema `SeoDetail` in request body - - [Added] property `seo.canonical_url` of schema `SeoDetail` in response with status code 200 - - -#### getCollectionDetail - -- ##### What's New - - [Breaking] [Added] properties `_schedule.cron`, `_schedule.duration`, `_schedule.end`, `_schedule.next_schedule`, `_schedule.start` in response with status code 200 - - [Breaking] [Added] properties `badge.color`, `badge.text` in response with status code 200 - - [Added] property `_custom_json` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `_locale_language` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `action` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `is_visible` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `published` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `seo` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `sort_on` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `tags` of schema `GetCollectionDetailResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cron` of schema `CollectionDetailResponse` in response with status code 200 - - [Breaking] [Deleted] property `tag` of schema `CollectionDetailResponse` in response with status code 200 - - -#### getAppLocations - -- ##### What's New - - [Added] `query` parameter `tags` (type: `array`) - - - [Added] `query` parameter `store_types` (type: `array`) - - - -#### listCategories - -- ##### What's New - - [Breaking] [Deleted] `query` parameter `departments` (type: `string`) - -- [Added] `query` parameter `department` (type: `integer`) - - [Added] `query` parameter `uids` (type: `array`) - - - [Added] `query` parameter `slug` (type: `string`) - - - -#### listDepartmentsData - -- ##### What's New - - [Added] `query` parameter `slug` (type: `string`) - - - -#### bulkHsnCode - -- ##### What's New - - [Added] Possible values `15` to property `data[].tax1` of schema `HsnUpsert` in request body - - [Added] Possible values `15` to property `data[].tax2` of schema `HsnUpsert` in request body - - -#### updateHsnCode - -- ##### What's New - - [Added] Possible values `15` to property `tax1` of schema `HsnUpsert` in request body - - [Added] Possible values `15` to property `tax2` of schema `HsnUpsert` in request body - - -#### addInventory - -- ##### What's Deprecated - - [Deleted] Possible values from `QAR,INR` from property `sizes[].currency` of schema `InvSize` in request body - - -#### deleteInventory - -- ##### What's Deprecated - - [Breaking] [Deleted] method `deleteInventory` - - - -#### getSizeGuides - -- ##### What's New - - [Added] `query` parameter `brand_id` (type: `integer`) - - - -#### getConfigurationMetadata - -- ##### What's New - - [Added] `query` parameter `page_no` (type: `integer`) - - - [Added] `query` parameter `page_size` (type: `integer`) - - - [Added] `query` parameter `q` (type: `string`) - - - [Added] property `page` of schema `GetConfigMetadataResponse` in response with status code 200 - - -#### createProduct - -- ##### What's New - - [Added] property `uid` of schema `SuccessResponse1` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible values from `INR,QAR` from property `currency` of schema `ProductCreateUpdateSchemaV2` in request body - - -#### editProduct - -- ##### What's Deprecated - - [Deleted] Possible values from `INR,QAR` from property `currency` of schema `ProductCreateUpdateSchemaV2` in request body - - -#### getMarketplaces - -- ##### What's New - - [Added] method `getMarketplaces` - - - -#### updateMarketplaceOptin - -- ##### What's New - - [Added] method `updateMarketplaceOptin` - - - -### Communication - - - -#### deleteAudienceById - -- ##### What's New - - [Added] property `_id` of schema `Audience` in response with status code 200 - - [Added] property `application` of schema `Audience` in response with status code 200 - - [Added] property `name` of schema `Audience` in response with status code 200 - - [Added] property `description` of schema `Audience` in response with status code 200 - - [Added] property `records_count` of schema `Audience` in response with status code 200 - - [Added] property `type` of schema `Audience` in response with status code 200 - - [Added] property `tags` of schema `Audience` in response with status code 200 - - [Added] property `headers` of schema `Audience` in response with status code 200 - - [Added] property `file_url` of schema `Audience` in response with status code 200 - - [Added] property `is_active` of schema `Audience` in response with status code 200 - - [Added] property `created_at` of schema `Audience` in response with status code 200 - - [Added] property `updated_at` of schema `Audience` in response with status code 200 - - [Added] property `slug` of schema `Audience` in response with status code 200 - - [Added] property `__v` of schema `Audience` in response with status code 200 - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `message` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Deleted] property `acknowledged` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Deleted] property `affected` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Deleted] property `operation` of schema `GenericDelete` in response with status code 200 - - -#### getEventSubscriptions - -- ##### What's New - - [Added] Response with status 404 - - [Added] Response with status 500 - - -#### createEventSubscriptions - -- ##### What's New - - [Added] method `createEventSubscriptions` - - - -#### getEventSubscriptionsById - -- ##### What's New - - [Added] method `getEventSubscriptionsById` - - - -#### editEventSubscriptions - -- ##### What's New - - [Added] method `editEventSubscriptions` - - - -#### deleteEventSubscriptionsById - -- ##### What's New - - [Added] method `deleteEventSubscriptionsById` - - - -#### createEventSubscriptionsByBulk - -- ##### What's New - - [Added] method `createEventSubscriptionsByBulk` - - - -#### createJobs - -- ##### What's New - - [Added] method `createJobs` - - - -#### getOtpConfiguration - -- ##### What's New - - [Added] method `getOtpConfiguration` - - - -#### updateOtpConfiguration - -- ##### What's New - - [Added] method `updateOtpConfiguration` - - - -### CompanyProfile - - - -#### cbsOnboardGet - -- ##### What's New - - [Added] property `business_country_info.currency` of schema `BusinessCountryInfo` in response with status code 200 - - [Added] property `business_country_info.timezone` of schema `BusinessCountryInfo` in response with status code 200 - - [Breaking] [Added] Required status to properties `business_country_info.country_code`, `business_country_info.country`, `business_country_info.currency`, `business_country_info.timezone` in response with status code 200 - - [Added] property `addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - -#### updateCompany - -- ##### What's Changed - - [Breaking] [Changed] pattern validator for business_info in request body - - -#### getBrands - -- ##### What's New - - [Added] property `items[].company.addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].company.addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].company.business_country_info.currency` of schema `BusinessCountryInfo` in response with status code 200 - - [Added] property `items[].company.business_country_info.timezone` of schema `BusinessCountryInfo` in response with status code 200 - - [Breaking] [Added] Required status to properties `items[].company.business_country_info.country_code`, `items[].company.business_country_info.country`, `items[].company.business_country_info.currency`, `items[].company.business_country_info.timezone` in response with status code 200 - - -#### getLocations - -- ##### What's New - - [Added] `query` parameter `types` (type: `array`) - - - [Added] `query` parameter `tags` (type: `array`) - - - [Added] property `items[].company.addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].company.addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].address.state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].address.sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].auto_assign_courier_partner` of schema `GetLocationSerializer` in response with status code 200 - - -#### createLocation - -- ##### What's New - - [Added] property `address.sector` of schema `AddressSerializer` in request body - - [Added] property `address.state_code` of schema `AddressSerializer` in request body - - [Breaking] [Added] Required status to property `address.country_code` in request body - - [Added] property `auto_assign_courier_partner` of schema `LocationSerializer` in request body - - [Breaking] [Added] Required status to property `documents` in request body - - -#### getLocationDetail - -- ##### What's New - - [Added] property `company.addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `company.addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `address.state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `address.sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `auto_assign_courier_partner` of schema `GetLocationSerializer` in response with status code 200 - - -#### updateLocation - -- ##### What's New - - [Added] property `address.sector` of schema `AddressSerializer` in request body - - [Added] property `address.state_code` of schema `AddressSerializer` in request body - - [Breaking] [Added] Required status to property `address.country_code` in request body - - [Added] property `auto_assign_courier_partner` of schema `LocationSerializer` in request body - - [Breaking] [Added] Required status to property `documents` in request body - - -#### createLocationBulk - -- ##### What's New - - [Added] property `data[].address.sector` of schema `AddressSerializer` in request body - - [Added] property `data[].address.state_code` of schema `AddressSerializer` in request body - - [Breaking] [Added] Required status to property `data[].address.country_code` in request body - - [Added] property `data[].auto_assign_courier_partner` of schema `LocationSerializer` in request body - - [Breaking] [Added] Required status to property `data[].documents` in request body - - -### Configuration - - - -#### getBuildConfig - -- ##### What's New - - [Added] property `modified_at` of schema `MobileAppConfiguration` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `MobileAppConfiguration` in response with status code 200 - - -#### updateBuildConfig - -- ##### What's New - - [Added] property `modified_at` of schema `MobileAppConfiguration` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `MobileAppConfiguration` in response with status code 200 - - -#### getPreviousVersions - -- ##### What's New - - [Added] property `versions[]` of schema `BuildVersionHistory` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `versions._id`, `versions.application`, `versions.platform_type`, `versions.build_status`, `versions.version_name`, `versions.version_code`, `versions.created_at`, `versions.updated_at`, `versions.__v` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `versions` of schema `BuildVersion` in response with status code 200 - - -#### getAppFeatures - -- ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.modified_at` of schema `AppFeature` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in response with status code 200 - - -#### updateAppFeatures - -- ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in request body - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in request body - - [Added] property `feature.modified_at` of schema `AppFeature` in request body - - [Added] property `common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `modified_at` of schema `AppFeature` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in request body - - [Breaking] [Deleted] property `updated_at` of schema `AppFeature` in response with status code 200 - - -#### modifyAppFeatures - -- ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in request body - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in request body - - [Added] property `feature.modified_at` of schema `AppFeature` in request body - - [Added] property `common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `modified_at` of schema `AppFeature` in response with status code 200 - - [Added] Response with status 400 - - [Added] Response with status 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in request body - - [Breaking] [Deleted] property `updated_at` of schema `AppFeature` in response with status code 200 - - -#### getAppBasicDetails - -- ##### What's New - - [Added] property `domain.message` of schema `Domain` in response with status code 200 - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `slug` of schema `ApplicationDetail` in response with status code 200 - - [Added] property `company_id` of schema `ApplicationDetail` in response with status code 200 - - -#### updateAppBasicDetails - -- ##### What's New - - [Added] property `domain.message` of schema `Domain` in request body - - [Added] property `domains[].message` of schema `Domain` in request body - - [Added] property `slug` of schema `ApplicationDetail` in request body - - [Added] property `company_id` of schema `ApplicationDetail` in request body - - [Added] property `domain.message` of schema `Domain` in response with status code 200 - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `slug` of schema `ApplicationDetail` in response with status code 200 - - [Added] property `company_id` of schema `ApplicationDetail` in response with status code 200 - - -#### getAppContactInfo - -- ##### What's New - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in response with status code 200 - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in response with status code 200 - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in response with status code 200 - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in response with status code 200 - - -#### updateAppContactInfo - -- ##### What's New - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in request body - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in request body - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in request body - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in request body - - [Added] property `modified_at` of schema `ApplicationInformation` in request body - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in response with status code 200 - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in response with status code 200 - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in response with status code 200 - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in request body - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in request body - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in request body - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in request body - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in response with status code 200 - - -#### getAppApiTokens - -- ##### What's New - - [Added] property `tokens.fynd_rewards.credentials.private_key` of schema `FyndRewardsCredentials` in response with status code 200 - - [Added] property `modified_at` of schema `TokenResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `TokenResponse` in response with status code 200 - - -#### updateAppApiTokens - -- ##### What's New - - [Added] property `tokens.fynd_rewards.credentials.private_key` of schema `FyndRewardsCredentials` in request body - - [Added] property `modified_at` of schema `TokenResponse` in request body - - [Added] property `tokens.fynd_rewards.credentials.private_key` of schema `FyndRewardsCredentials` in response with status code 200 - - [Added] property `modified_at` of schema `TokenResponse` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `TokenResponse` in request body - - [Breaking] [Deleted] property `updated_at` of schema `TokenResponse` in response with status code 200 - - -#### getAppCompanies - -- ##### What's New - - [Added] property `items[]` of schema `CompaniesResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items.uid`, `items.name`, `items.company_type` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `items` of schema `AppInventoryCompanies` in response with status code 200 - - -#### getAppStores - -- ##### What's New - - [Added] property `items[]` of schema `StoresResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items._id`, `items.modified_on`, `items.uid`, `items.name`, `items.display_name`, `items.store_type`, `items.store_code`, `items.company_id` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `items` of schema `AppInventoryStores` in response with status code 200 - - -#### getInventoryConfig - -- ##### What's New - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### updateInventoryConfig - -- ##### What's New - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in request body - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in request body - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in request body - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in request body - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in request body - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in request body - - [Added] property `pii_masking` of schema `ApplicationInventory` in request body - - [Added] property `tags` of schema `ApplicationInventory` in request body - - [Added] property `__v` of schema `ApplicationInventory` in request body - - [Added] property `modified_at` of schema `ApplicationInventory` in request body - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 429 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in request body - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### partiallyUpdateInventoryConfig - -- ##### What's New - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in request body - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in request body - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInventory` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### getAppCurrencyConfig - -- ##### What's New - - [Added] property `modified_at` of schema `AppSupportedCurrency` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `AppSupportedCurrency` in response with status code 200 - - -#### updateAppCurrencyConfig - -- ##### What's New - - [Added] property `modified_at` of schema `AppSupportedCurrency` in request body - - [Added] property `modified_at` of schema `AppSupportedCurrency` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `AppSupportedCurrency` in request body - - [Breaking] [Deleted] property `updated_at` of schema `AppSupportedCurrency` in response with status code 200 - - -#### getAppSupportedCurrency - -- ##### What's New - - [Added] property `supported_currency[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_code` of schema `Currency` in response with status code 200 - - [Added] property `_id` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `created_at` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `modified_at` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `supported_currency[].updated_at` of schema `Currency` in response with status code 200 - - -#### getOrderingStoresByFilter - -- ##### What's New - - [Added] property `items[].address.sector` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.country_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.state_code` of schema `OptedStoreAddress` in response with status code 200 - - -#### updateOrderingStoreConfig - -- ##### What's New - - [Added] property `__v` of schema `DeploymentMeta` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - [Added] property `deployment_meta.__v` of schema `DeploymentMeta` in request body - - -#### getOrderingStoreConfig - -- ##### What's New - - [Added] property `deployment_meta.__v` of schema `DeploymentMeta` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### getStaffOrderingStores - -- ##### What's New - - [Added] property `items[].address.sector` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.country_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.state_code` of schema `OptedStoreAddress` in response with status code 200 - - -#### getOrderingStoreCookie - -- ##### What's New - - [Added] property `success` of schema `NotFound` in response with status code 400 - - -#### getDomains - -- ##### What's New - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - -#### addDomain - -- ##### What's New - - [Added] property `message` of schema `Domain` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - -#### removeDomainById - -- ##### What's New - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### changeDomainType - -- ##### What's New - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### createApplication - -- ##### What's New - - [Added] property `configuration.payment.callback_url` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.methods` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.payment_selection_lock` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.enabled` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.cod_amount_limit` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.cod_charges` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.anonymous_cod` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.user_cod_limit` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in request body - - [Added] property `configuration.inventory` of schema `ApplicationInventory` in request body - - [Added] property `configuration.authentication` of schema `ApplicationInventory` in request body - - [Added] property `configuration.reward_points` of schema `ApplicationInventory` in request body - - [Added] property `configuration.cart` of schema `ApplicationInventory` in request body - - [Added] property `configuration.order` of schema `ApplicationInventory` in request body - - [Added] property `configuration.logistics` of schema `ApplicationInventory` in request body - - [Added] property `configuration.pii_masking` of schema `ApplicationInventory` in request body - - [Added] property `configuration.tags` of schema `ApplicationInventory` in request body - - [Added] property `configuration.__v` of schema `ApplicationInventory` in request body - - [Added] property `configuration.business` of schema `ApplicationInventory` in request body - - [Added] property `configuration.comms_enabled` of schema `ApplicationInventory` in request body - - [Added] property `configuration.communication` of schema `ApplicationInventory` in request body - - [Added] property `configuration.platforms` of schema `ApplicationInventory` in request body - - [Added] property `configuration._id` of schema `ApplicationInventory` in request body - - [Added] property `configuration.loyalty_points` of schema `ApplicationInventory` in request body - - [Added] property `configuration.app` of schema `ApplicationInventory` in request body - - [Added] property `configuration.created_at` of schema `ApplicationInventory` in request body - - [Added] property `configuration.modified_at` of schema `ApplicationInventory` in request body - - [Added] property `configuration.modified_by` of schema `ApplicationInventory` in request body - - [Added] property `app.domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `app.domain.message` of schema `Domain` in response with status code 200 - - [Added] property `app.modified_at` of schema `Application` in response with status code 200 - - [Added] property `app.mode` of schema `Application` in response with status code 200 - - [Added] property `app.status` of schema `Application` in response with status code 200 - - [Added] property `app.tokens` of schema `Application` in response with status code 200 - - [Added] property `app.secret` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `object` to property `app` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `configuration.inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `configuration.inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `configuration.inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `configuration.article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `configuration.cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `configuration.payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `configuration.pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `configuration.tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `configuration.__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `configuration.modified_at` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `configuration.brand` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.store` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.image` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.franchise_enabled` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.out_of_stock` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.only_verified_products` of schema `AppInventory` in request body - - [Deleted] Possible values from `ECOMM` from property `configuration.payment.mode_of_payment` of schema `InventoryPaymentConfig` in request body - - [Deleted] Possible values from `ECOMM` from property `configuration.payment.source` of schema `InventoryPaymentConfig` in request body - - [Deleted] Type from `string` from property `configuration.article_assignment.rules.store_priority.storetype_order[]` of schema `StorePriorityRule` in request body - - [Breaking] [Deleted] property `app.updated_at` of schema `Application` in response with status code 200 - - [Breaking] [Deleted] property `configuration.updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### getApplications - -- ##### What's New - - [Added] property `items[].domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `items[].domain.message` of schema `Domain` in response with status code 200 - - [Added] property `items[].modified_at` of schema `Application` in response with status code 200 - - [Added] property `items[].mode` of schema `Application` in response with status code 200 - - [Added] property `items[].status` of schema `Application` in response with status code 200 - - [Added] property `items[].tokens` of schema `Application` in response with status code 200 - - [Added] property `items[].secret` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[]` of schema `Application` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `Application` in response with status code 200 - - -#### getApplicationById - -- ##### What's New - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `domain.message` of schema `Domain` in response with status code 200 - - [Added] property `modified_at` of schema `Application` in response with status code 200 - - [Added] property `mode` of schema `Application` in response with status code 200 - - [Added] property `status` of schema `Application` in response with status code 200 - - [Added] property `tokens` of schema `Application` in response with status code 200 - - [Added] property `secret` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `object` to property `` of schema `Application` in response with status code 200 - - [Added] Response with status 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Application` in response with status code 200 - - -#### getCurrencies - -- ##### What's New - - [Added] property `items[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_code` of schema `Currency` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `Currency` in response with status code 200 - - -#### getIntegrationById - -- ##### What's New - - [Added] property `slug` of schema `Integration` in response with status code 200 - - [Added] property `hidden` of schema `Integration` in response with status code 200 - - [Added] property `modified_at` of schema `Integration` in response with status code 200 - - [Added] Response with status 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Integration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `companies[]` of schema `Integration` in response with status code 200 - - -#### getAvailableOptIns - -- ##### What's New - - [Added] property `items[].slug` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].hidden` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].modified_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `items[].companies[]` of schema `IntegrationOptIn` in response with status code 200 - - -#### getSelectedOptIns - -- ##### What's New - - [Added] property `items[].slug` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].hidden` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].modified_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `items[].companies[]` of schema `IntegrationOptIn` in response with status code 200 - - -#### getIntegrationLevelConfig - -- ##### What's New - - [Added] property `items[].company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `items[].modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `items[].success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `items[].message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### updateLevelIntegration - -- ##### What's New - - [Added] property `items[].company_id` of schema `IntegrationLevel` in request body - - [Added] property `items[].modified_at` of schema `IntegrationLevel` in request body - - [Added] property `items[].success` of schema `IntegrationLevel` in request body - - [Added] property `items[].message` of schema `IntegrationLevel` in request body - - [Added] property `company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationLevel` in request body - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### getIntegrationByLevelId - -- ##### What's New - - [Added] property `company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### updateLevelUidIntegration - -- ##### What's New - - [Added] property `company_id` of schema `IntegrationLevel` in request body - - [Added] property `modified_at` of schema `IntegrationLevel` in request body - - [Added] property `success` of schema `IntegrationLevel` in request body - - [Added] property `message` of schema `IntegrationLevel` in request body - - [Added] property `company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in request body - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### getLevelActiveIntegrations - -- ##### What's New - - [Added] property `other_integration.slug` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `other_integration.hidden` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `other_integration.modified_at` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `other_entity.modified_at` of schema `OtherEntity` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `other_integration.updated_at` of schema `IntegrationOptIn` in response with status code 200 - - [Breaking] [Deleted] property `other_entity.updated_at` of schema `OtherEntity` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `other_integration.companies[]` of schema `IntegrationOptIn` in response with status code 200 - - -#### getBrandsByCompany - -- ##### What's New - - [Added] property `brands[]` of schema `BrandsByCompanyResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `brands.name`, `brands.value`, `brands.brand_logo_url`, `brands.brand_banner_url`, `brands.brand_banner_portrait_url` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `brands` of schema `CompanyBrandInfo` in response with status code 200 - - -#### getStoreByBrands - -- ##### What's New - - [Added] property `items[].store_address.sector` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].store_address.country_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].store_address.state_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].company.id` of schema `OptedCompany` in response with status code 200 - - -#### getOtherSellerApplicationById - -- ##### What's New - - [Added] property `company.id` of schema `OptedCompany` in response with status code 200 - - [Breaking] [Added] Type `array` to property `opted_inventory.items` of schema `OptedInventory` in response with status code 200 - - [Added] property `opted_inventory.items[]` of schema `OptedInventory` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### optOutFromApplication - -- ##### What's New - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -### Content - - - -#### createBlog - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getBlogs - -- ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### updateBlog - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### deleteBlog - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getComponentById - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getPageMeta - -- ##### What's New - - [Added] property `custom_pages[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `custom_pages[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `custom_pages[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `custom_pages[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### createPagePreview - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### updatePagePreview - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### deletePage - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getSEOConfiguration - -- ##### What's New - - [Added] property `seo.additional_sitemap` of schema `SeoSchema` in response with status code 200 - - -#### updateSEOConfiguration - -- ##### What's New - - [Added] property `seo.additional_sitemap` of schema `SeoSchema` in request body - - [Added] property `additional_sitemap` of schema `SeoSchema` in response with status code 200 - - -#### getSlideshows - -- ##### What's Changed - - [Changed] Path From `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows/` To `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows` - - -#### createSlideshow - -- ##### What's Changed - - [Changed] Path From `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows/` To `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows` - - -#### getBlogBySlug - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### createPage - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getPages - -- ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### updatePage - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getPageBySlug - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getDataLoadersByService - -- ##### What's New - - [Added] method `getDataLoadersByService` - - - -#### getDefaultSEOMarkupSchema - -- ##### What's New - - [Added] method `getDefaultSEOMarkupSchema` - - - -#### getSEOMarkupSchemas - -- ##### What's New - - [Added] method `getSEOMarkupSchemas` - - - -#### createSEOMarkupSchema - -- ##### What's New - - [Added] method `createSEOMarkupSchema` - - - -#### getSEOMarkupSchema - -- ##### What's New - - [Added] method `getSEOMarkupSchema` - - - -#### editSEOMarkupSchema - -- ##### What's New - - [Added] method `editSEOMarkupSchema` - - - -#### deleteSEOMarkupSchema - -- ##### What's New - - [Added] method `deleteSEOMarkupSchema` - - - -#### getCustomFieldTypes - -- ##### What's New - - [Added] method `getCustomFieldTypes` - - - -#### getResources - -- ##### What's New - - [Added] method `getResources` - - - -#### getCustomFieldDefinitions - -- ##### What's New - - [Added] method `getCustomFieldDefinitions` - - - -#### createCustomFieldDefinition - -- ##### What's New - - [Added] method `createCustomFieldDefinition` - - - -#### getCustomFieldDefinition - -- ##### What's New - - [Added] method `getCustomFieldDefinition` - - - -#### updateCustomFieldDefinition - -- ##### What's New - - [Added] method `updateCustomFieldDefinition` - - - -#### deleteCustomFieldDefinition - -- ##### What's New - - [Added] method `deleteCustomFieldDefinition` - - - -#### getCustomFields - -- ##### What's New - - [Added] method `getCustomFields` - - - -#### getCustomFieldsByResourceId - -- ##### What's New - - [Added] method `getCustomFieldsByResourceId` - - - -#### createCustomFieldByResourceId - -- ##### What's New - - [Added] method `createCustomFieldByResourceId` - - - -#### createCustomObjectDefinition - -- ##### What's New - - [Added] method `createCustomObjectDefinition` - - - -#### getCustomObjectDefinitions - -- ##### What's New - - [Added] method `getCustomObjectDefinitions` - - - -#### getCustomObjectDefinition - -- ##### What's New - - [Added] method `getCustomObjectDefinition` - - - -#### updateCustomObjectDefinition - -- ##### What's New - - [Added] method `updateCustomObjectDefinition` - - - -#### deleteCustomObjectDefinition - -- ##### What's New - - [Added] method `deleteCustomObjectDefinition` - - - -#### getCustomObjects - -- ##### What's New - - [Added] method `getCustomObjects` - - - -#### createCustomObject - -- ##### What's New - - [Added] method `createCustomObject` - - - -#### getCustomObject - -- ##### What's New - - [Added] method `getCustomObject` - - - -#### deleteCustomObject - -- ##### What's New - - [Added] method `deleteCustomObject` - - - -#### updateCustomObject - -- ##### What's New - - [Added] method `updateCustomObject` - - - -#### getJobs - -- ##### What's New - - [Added] method `getJobs` - - - -#### importCustomObjectEntries - -- ##### What's New - - [Added] method `importCustomObjectEntries` - - - -#### exportCustomObjectEntries - -- ##### What's New - - [Added] method `exportCustomObjectEntries` - - - -#### sampleCustomObjectBulkEntry - -- ##### What's New - - [Added] method `sampleCustomObjectBulkEntry` - - - -#### getAppCustomFieldTypes - -- ##### What's New - - [Added] method `getAppCustomFieldTypes` - - - -#### getAppResources - -- ##### What's New - - [Added] method `getAppResources` - - - -#### getAppCustomFieldDefinitions - -- ##### What's New - - [Added] method `getAppCustomFieldDefinitions` - - - -#### createAppCustomFieldDefinition - -- ##### What's New - - [Added] method `createAppCustomFieldDefinition` - - - -#### getAppCustomFieldDefinition - -- ##### What's New - - [Added] method `getAppCustomFieldDefinition` - - - -#### updateAppCustomFieldDefinition - -- ##### What's New - - [Added] method `updateAppCustomFieldDefinition` - - - -#### deleteAppCustomFieldDefinition - -- ##### What's New - - [Added] method `deleteAppCustomFieldDefinition` - - - -#### getAppCustomFields - -- ##### What's New - - [Added] method `getAppCustomFields` - - - -#### getAppCustomFieldsByResourceId - -- ##### What's New - - [Added] method `getAppCustomFieldsByResourceId` - - - -#### createAppCustomFieldByResourceId - -- ##### What's New - - [Added] method `createAppCustomFieldByResourceId` - - - -#### createAppCustomObjectDefinition - -- ##### What's New - - [Added] method `createAppCustomObjectDefinition` - - - -#### getAppCustomObjectDefinitions - -- ##### What's New - - [Added] method `getAppCustomObjectDefinitions` - - - -#### getAppCustomObjectDefinition - -- ##### What's New - - [Added] method `getAppCustomObjectDefinition` - - - -#### updateAppCustomObjectDefinition - -- ##### What's New - - [Added] method `updateAppCustomObjectDefinition` - - - -#### deleteAppCustomObjectDefinition - -- ##### What's New - - [Added] method `deleteAppCustomObjectDefinition` - - - -#### getAppCustomObjects - -- ##### What's New - - [Added] method `getAppCustomObjects` - - - -#### createAppCustomObject - -- ##### What's New - - [Added] method `createAppCustomObject` - - - -#### getAppCustomObject - -- ##### What's New - - [Added] method `getAppCustomObject` - - - -#### deleteAppCustomObject - -- ##### What's New - - [Added] method `deleteAppCustomObject` - - - -#### updateAppCustomObject - -- ##### What's New - - [Added] method `updateAppCustomObject` - - - -#### getAppJobs - -- ##### What's New - - [Added] method `getAppJobs` - - - -#### importAppCustomObjectEntries - -- ##### What's New - - [Added] method `importAppCustomObjectEntries` - - - -#### exportAppCustomObjectEntries - -- ##### What's New - - [Added] method `exportAppCustomObjectEntries` - - - -#### sampleAppCustomObjectBulkEntry - -- ##### What's New - - [Added] method `sampleAppCustomObjectBulkEntry` - - - -### Discount - - - -#### getDiscounts - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `items[].validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `items[].validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `items[].zone_ids` of schema `DiscountJob` in response with status code 200 - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `message` in response with status code 400 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `string` of property `page.type` of schema `Page` in response with status code 200 - - -#### createDiscount - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `zone_ids` of schema `DiscountJob` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `extension_ids` in request body - - -#### getDiscount - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `zone_ids` of schema `DiscountJob` in response with status code 200 - - -#### updateDiscount - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `zone_ids` of schema `DiscountJob` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `extension_ids` in request body - - -#### upsertDiscountItems - -- ##### What's New - - [Added] property `items[].brand_name` of schema `DiscountItems` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].brand_uid` of schema `DiscountItems` in request body - - -#### validateDiscountFile - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in request body - - [Added] property `company_id` of schema `FileJobRequest` in request body - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - -#### downloadDiscountFile - -- ##### What's New - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - -#### getValidationJob - -- ##### What's New - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - [Deleted] Required status from property `message` in response with status code 400 - - -#### cancelValidationJob - -- ##### What's New - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `message` in response with status code 400 - - -#### getDownloadJob - -- ##### What's New - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - [Deleted] Required status from property `message` in response with status code 400 - - -#### cancelDownloadJob - -- ##### What's New - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `message` in response with status code 400 - - -### FileStorage - - - -#### startUpload - -- ##### What's Deprecated - - [Deleted] properties `params.subpath` in request body - - -#### appStartUpload - -- ##### What's Deprecated - - [Deleted] properties `params.subpath` in request body - - -#### appbrowse - -- ##### What's New - - [Added] `query` parameter `search` (type: `string`) - - - -#### getPdfTypes - -- ##### What's New - - [Breaking] [Added] Required status to property `data[].country_code` in response with status code 200 - - -#### getDefaultPdfData - -- ##### What's New - - [Added] property `data[].payload.delivery_partner_detail.origin` of schema `DeliveryPartnerDetail` in response with status code 200 - - [Added] property `data[].payload.delivery_partner_detail.destination` of schema `DeliveryPartnerDetail` in response with status code 200 - - [Added] property `data[].payload.payments[].time` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.payments[].mode` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.payments[].name` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.payments[].meta` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.device_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.marketplace_invoice_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.marketplace_shipment_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.channel_order_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.display_address` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.sector` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.phone` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.trn` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.vat` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.business_country_timezone` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.business_country_currency` of schema `CompanyDetail` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `data[].payload.store_detail.gstin` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.store_detail.display_address` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.store_detail.sector` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.store_detail.store_id` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.customer_billing_detail.display_address` of schema `CustomerBillingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_billing_detail.sector` of schema `CustomerBillingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_billing_detail.email` of schema `CustomerBillingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_shipping_detail.display_address` of schema `CustomerShippingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_shipping_detail.sector` of schema `CustomerShippingDetail` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `data[].payload.return_detail.gstin` of schema `ReturnDetail` in response with status code 200 - - [Added] property `data[].payload.return_detail.display_address` of schema `ReturnDetail` in response with status code 200 - - [Added] property `data[].payload.return_detail.sector` of schema `ReturnDetail` in response with status code 200 - - [Added] property `data[].payload.product_table.products[].meta` of schema `ItemsProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.products[].country_of_origin` of schema `ItemsProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.gift_price` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.total_quantity` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.sub_total` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.discount` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.promotion` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.coupon` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.reward` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.round_off` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.total_value_of_goods` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.registered_company_detail.display_address` of schema `RegisteredCompanyDetail` in response with status code 200 - - [Added] property `data[].payload.registered_company_detail.sector` of schema `RegisteredCompanyDetail` in response with status code 200 - - [Added] property `data[].payload.meta.generator.awb_number_barcode_generator` of schema `MetaProperty` in response with status code 200 - - [Added] property `data[].payload.is_export` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.is_export_shipment` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.txn_id` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.utr` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.po_number` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.credit_note_id` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.current_date` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.total_value_of_goods` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.b2b_buyer_details` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.is_qwik` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.order_type` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].country_code` of schema `DummyTemplateData` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data[].payload.is_international` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Deleted] properties `data[].payload.conversion_rate.rates.inr`, `data[].payload.conversion_rate.rates.usd` in response with status code 200 - - -#### browsefiles - -- ##### What's New - - [Added] method `browsefiles` - - - -### Finance - - - -#### generateReport - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### downloadReport - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### getData - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### getReason - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### getReportList - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### creditlineDataplatform - -- ##### What's New - - [Breaking] [Added] properties `page.item_count`, `page.current`, `page.has_next`, `page.size`, `page.type` in response with status code 200 - - -#### invoiceListing - -- ##### What's New - - [Added] property `items[].currency` of schema `InvoiceListingResponseItems` in response with status code 200 - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### invoicePDF - -- ##### What's New - - [Breaking] [Added] Required status to Request body content - - -#### creditNoteDetails - -- ##### What's New - - [Breaking] [Added] properties `data.cn_details.staff_id`, `data.cn_details.expiry_date`, `data.cn_details.channel_of_issuance`, `data.cn_details.order_id`, `data.cn_details.date_issued`, `data.cn_details.ordering_channel`, `data.cn_details.shipment_id`, `data.cn_details.store_id`, `data.cn_details.invoice_number` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data.cn_details[]` of schema `CreditNoteDetails` in response with status code 200 - - -#### generateReportCustomerCn - -- ##### What's New - - [Added] property `data.page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data.page.item_total` of schema `Page` in response with status code 200 - - -#### invoicePaymentDetails - -- ##### What's New - - [Added] method `invoicePaymentDetails` - - - -#### invoiceActivityLogs - -- ##### What's New - - [Added] method `invoiceActivityLogs` - - - -#### unlockCreditNote - -- ##### What's New - - [Added] method `unlockCreditNote` - - - -### Lead - - - -#### getTickets - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTickets` to `getNewTickets` - - -#### getTicket - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTicket` to `getNewTicket` - - -#### editTicket - -- ##### What's Changed - - [Breaking] [Changed] operationId from `editTicket` to `editNewTicket` - - -#### createPlatformTicketHistory - -- ##### What's New - - [Added] Possible values to property `type` of schema `HistoryTypeEnum` in request body - - -#### createHistory - -- ##### What's Changed - - [Breaking] [Changed] operationId from `createHistory` to `createNewHistory` - - -#### getTicketHistory - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTicketHistory` to `getNewTicketHistory` - - -#### getTokenForVideoRoom - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTokenForVideoRoom` to `getNewTokenForVideoRoom` - - -#### getVideoParticipants - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getVideoParticipants` to `getNewVideoParticipants` - - -#### deleteCustomForm - -- ##### What's New - - [Added] method `deleteCustomForm` - - - -### Serviceability - - - -#### getApplicationServiceability - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getApplicationServiceability` - - - -#### updateApplicationServiceability - -- ##### What's Deprecated - - [Breaking] [Deleted] method `updateApplicationServiceability` - - - -#### getEntityRegionView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getEntityRegionView` - - - -#### getListView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getListView` - - - -#### getCompanyStoreView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getCompanyStoreView` - - - -#### updateZoneControllerView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `updateZoneControllerView` - - - -#### getZoneDataView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZoneDataView` - - - -#### createZone - -- ##### What's New - - [Added] property `name` of schema `CreateZoneData` in request body - - [Added] property `slug` of schema `CreateZoneData` in request body - - [Added] property `company_id` of schema `CreateZoneData` in request body - - [Added] property `is_active` of schema `CreateZoneData` in request body - - [Added] property `channels` of schema `CreateZoneData` in request body - - [Added] property `store_ids` of schema `CreateZoneData` in request body - - [Added] property `region_type` of schema `CreateZoneData` in request body - - [Added] property `mapping` of schema `CreateZoneData` in request body - - [Added] property `assignment_preference` of schema `CreateZoneData` in request body - - [Breaking] [Added] Required status to property `is_active` in request body - - [Breaking] [Added] Required status to property `mapping` in request body - - [Breaking] [Added] Required status to property `name` in request body - - [Breaking] [Added] Required status to property `product` in request body - - [Breaking] [Added] Required status to property `region_type` in request body - - [Breaking] [Added] Required status to property `slug` in request body - - [Breaking] [Added] Required status to property `store_ids` in request body - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `identifier` of schema `ZoneRequest` in request body - - [Breaking] [Deleted] property `data` of schema `ZoneRequest` in request body - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `data` in request body - - [Breaking] [Changed] Required status of property `identifier` in request body - - [Changed] Path From `/service/platform/logistics/v1.0/company/{company_id}/zone` To `/service/platform/logistics/v2.0/company/{company_id}/zones` - - -#### getZoneFromPincodeView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZoneFromPincodeView` - - - -#### getZonesFromApplicationIdView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZonesFromApplicationIdView` - - - -#### getZoneListView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZoneListView` - - - -#### getStore - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getStore` - - - -#### getAllStores -- [Note] This method is deprecated and it will be removed in future versions. - - -#### addAppDp - -- ##### What's Deprecated - - [Breaking] [Deleted] method `addAppDp` - - - -#### deleteAppDp - -- ##### What's Deprecated - - [Breaking] [Deleted] method `deleteAppDp` - - - -#### updatePincodeMopView - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### updatePincodeBulkView - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### updatePincodeCoDListing - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### updatePincodeAuditHistory - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### upsertDpAccount - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpAccount` - - - -#### getDpAccount - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpAccount` - - - -#### updateDpRule - -- ##### What's Deprecated - - [Breaking] [Deleted] method `updateDpRule` - - - -#### getDpRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpRules` - - - -#### upsertDpRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpRules` - - - -#### getDpRuleInsert - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpRuleInsert` - - - -#### upsertDpCompanyRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpCompanyRules` - - - -#### getDpCompanyRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpCompanyRules` - - - -#### upsertDpApplicationRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpApplicationRules` - - - -#### getDpApplicationRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpApplicationRules` - - - -#### updateSelfShip - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] operationId from `updateSelfShip` to `patchApplicationServiceabilitySelfShipment` - - -#### getSelfShip - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getSelfShip` to `getApplicationServiceabilitySelfShipment` - - -#### getZones - -- ##### What's New - - [Added] method `getZones` - - - -#### updateZoneById - -- ##### What's New - - [Added] method `updateZoneById` - - - -#### getZoneById - -- ##### What's New - - [Added] method `getZoneById` - - - -#### createCourierPartnerAccount - -- ##### What's New - - [Added] method `createCourierPartnerAccount` - - - -#### getCourierPartnerAccounts - -- ##### What's New - - [Added] method `getCourierPartnerAccounts` - - - -#### updateCourierPartnerAccount - -- ##### What's New - - [Added] method `updateCourierPartnerAccount` - - - -#### getCourierPartnerAccount - -- ##### What's New - - [Added] method `getCourierPartnerAccount` - - - -#### updateCourierRule - -- ##### What's New - - [Added] method `updateCourierRule` - - - -#### getCourierPartnerRule - -- ##### What's New - - [Added] method `getCourierPartnerRule` - - - -#### createCourierPartnerRule - -- ##### What's New - - [Added] method `createCourierPartnerRule` - - - -#### getCourierPartnerRules - -- ##### What's New - - [Added] method `getCourierPartnerRules` - - - -#### updateCompanyConfiguration - -- ##### What's New - - [Added] method `updateCompanyConfiguration` - - - -#### getCompanyConfiguration - -- ##### What's New - - [Added] method `getCompanyConfiguration` - - - -#### updateApplicationConfiguration - -- ##### What's New - - [Added] method `updateApplicationConfiguration` - - - -#### getApplicationConfiguration - -- ##### What's New - - [Added] method `getApplicationConfiguration` - - - -#### bulkTat - -- ##### What's New - - [Added] method `bulkTat` - - - -#### getBulkTat - -- ##### What's New - - [Added] method `getBulkTat` - - - -#### getApplicationConfig - -- ##### What's New - - [Added] method `getApplicationConfig` - - - -#### insertApplicationConfig - -- ##### What's New - - [Added] method `insertApplicationConfig` - - - -#### updateStoreRulesConfig - -- ##### What's New - - [Added] method `updateStoreRulesConfig` - - - -#### getStoreRules - -- ##### What's New - - [Added] method `getStoreRules` - - - -#### createStoreRules - -- ##### What's New - - [Added] method `createStoreRules` - - - -#### getStoreRule - -- ##### What's New - - [Added] method `getStoreRule` - - - -#### updateStoreRules - -- ##### What's New - - [Added] method `updateStoreRules` - - - -#### bulkServiceability - -- ##### What's New - - [Added] method `bulkServiceability` - - - -#### getBulkServiceability - -- ##### What's New - - [Added] method `getBulkServiceability` - - - -#### getServiceability - -- ##### What's New - - [Added] method `getServiceability` - - - -#### updateServiceability - -- ##### What's New - - [Added] method `updateServiceability` - - - -#### createPackageMaterial - -- ##### What's New - - [Added] method `createPackageMaterial` - - - -#### getPackageMaterialList - -- ##### What's New - - [Added] method `getPackageMaterialList` - - - -#### createPackageMaterialRule - -- ##### What's New - - [Added] method `createPackageMaterialRule` - - - -#### getPackageMaterialRules - -- ##### What's New - - [Added] method `getPackageMaterialRules` - - - -#### updatePackageMaterialRule - -- ##### What's New - - [Added] method `updatePackageMaterialRule` - - - -#### getPackageMaterialRule - -- ##### What's New - - [Added] method `getPackageMaterialRule` - - - -#### updatePackageMaterials - -- ##### What's New - - [Added] method `updatePackageMaterials` - - - -#### getPackageMaterials - -- ##### What's New - - [Added] method `getPackageMaterials` - - - -#### updateCourierPartnerRulePriority - -- ##### What's New - - [Added] method `updateCourierPartnerRulePriority` - - - -### Order - - - -#### invalidateShipmentCache - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### reassignLocation - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateShipmentLock - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### getAnnouncements - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateAddress - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateShipmentStatus - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### processManifest - -- ##### What's Deprecated - - [Breaking] [Deleted] method `processManifest` - - - -#### dispatchManifest - -- ##### What's Deprecated - - [Breaking] [Deleted] method `dispatchManifest` - - - -#### getRoleBasedActions - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### getShipmentHistory - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### postShipmentHistory - -- ##### What's New - - [Added] property `activity_history[].filters` of schema `PostHistoryDict` in request body - - [Added] property `activity_history[].data` of schema `PostHistoryDict` in request body - - [Breaking] [Added] Required status to property `activity_history[].filters` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `activity_history[].activity_history` of schema `PostHistoryDict` in request body - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `activity_history[].activity_history` in request body - - -#### sendSmsNinja - -- ##### What's New - - [Added] property `result[].order_details.user_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.tax_details` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mongo_cart_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.delivery_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.transaction_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.collect_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.headers` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.coupon_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.created_time` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.currency` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.total_order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.meta` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cod_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.refund_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_date` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_methods` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_mode_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.promotion_effective_discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mode_of_payment` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_applied` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.fynd_credits` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel_logo` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.prices` of schema `OrderDetails` in response with status code 200 - - -#### updatePackagingDimensions - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### createOrder - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta` of schema `Shipment` in request body - - [Added] property `shipments[].parent_type` of schema `Shipment` in request body - - [Added] property `shipments[].store_invoice_id` of schema `Shipment` in request body - - [Added] property `shipments[].lock_status` of schema `Shipment` in request body - - [Added] property `shipments[].type` of schema `Shipment` in request body - - [Added] property `shipments[].billing_address_json` of schema `Shipment` in request body - - [Added] property `shipments[].id` of schema `Shipment` in request body - - [Added] property `shipments[].fulfilment_priority` of schema `Shipment` in request body - - [Added] property `shipments[].is_active` of schema `Shipment` in request body - - [Added] property `shipments[].previous_shipment_id` of schema `Shipment` in request body - - [Added] property `shipments[].pdf_links` of schema `Shipment` in request body - - [Added] property `shipments[].delivery_address_json` of schema `Shipment` in request body - - [Added] property `shipments[].eway_bill_id` of schema `Shipment` in request body - - [Added] property `shipments[].affiliate_shipment_id` of schema `Shipment` in request body - - [Added] property `shipments[].fynd_order_id` of schema `Shipment` in request body - - [Added] property `shipments[].tags` of schema `Shipment` in request body - - [Added] property `shipments[].created_at` of schema `Shipment` in request body - - [Added] property `shipments[].delivery_awb_number` of schema `Shipment` in request body - - [Added] property `shipments[].hand_over_contact_json` of schema `Shipment` in request body - - [Added] property `shipments[].credit_note_id` of schema `Shipment` in request body - - [Added] property `shipments[].parent_id` of schema `Shipment` in request body - - [Added] property `shipments[].affiliate_id` of schema `Shipment` in request body - - [Added] property `shipments[].packaging_type` of schema `Shipment` in request body - - [Added] property `shipments[].vertical` of schema `Shipment` in request body - - [Added] property `shipments[].quantity` of schema `Shipment` in request body - - [Added] property `shipments[].status` of schema `Shipment` in request body - - [Added] property `shipments[].price` of schema `Shipment` in request body - - [Added] property `shipments[].gst` of schema `Shipment` in request body - - [Added] property `shipping_info.address` of schema `ShippingInfo` in request body - - [Added] property `shipping_info.area` of schema `ShippingInfo` in request body - - [Added] property `shipping_info.country_iso_code` of schema `ShippingInfo` in request body - - [Added] property `billing_info.address` of schema `BillingInfo` in request body - - [Added] property `billing_info.area` of schema `BillingInfo` in request body - - [Added] property `billing_info.landmark` of schema `BillingInfo` in request body - - [Added] property `billing_info.country_iso_code` of schema `BillingInfo` in request body - -- ##### What's Deprecated - - [Deleted] Required status from properties `shipping_info.address1`, `shipping_info.city`, `shipping_info.country`, `shipping_info.first_name`, `shipping_info.pincode`, `shipping_info.primary_email`, `shipping_info.primary_mobile_number`, `shipping_info.state` in request body - - [Deleted] Required status from properties `billing_info.address1`, `billing_info.city`, `billing_info.country`, `billing_info.first_name`, `billing_info.pincode`, `billing_info.primary_email`, `billing_info.primary_mobile_number`, `billing_info.state` in request body - - -#### uploadConsent - -- ##### What's Deprecated - - [Breaking] [Deleted] method `uploadConsent` - - - -#### checkOrderStatus - -- ##### What's New - - [Added] property `result[].order_details.user_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.tax_details` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mongo_cart_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.delivery_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.transaction_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.collect_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.headers` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.coupon_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.created_time` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.currency` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.total_order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.meta` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cod_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.refund_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_date` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_methods` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_mode_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.promotion_effective_discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mode_of_payment` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_applied` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.fynd_credits` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel_logo` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.prices` of schema `OrderDetails` in response with status code 200 - - -#### fetchCreditBalanceDetail - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### fetchRefundModeConfig - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### attachOrderUser - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### sendUserMobileOTP - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### verifyMobileOTP - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### downloadLanesReport - -- ##### What's New - - [Added] property `start_date` of schema `BulkReportsDownloadRequest` in request body - - [Added] property `end_date` of schema `BulkReportsDownloadRequest` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `from_date` of schema `BulkReportsDownloadRequest` in request body - - [Breaking] [Deleted] property `to_date` of schema `BulkReportsDownloadRequest` in request body - - -#### eInvoiceRetry - -- ##### What's New - - [Added] property `shipments_data[].einvoice_type` of schema `EInvoiceRetryShipmentData` in request body - - [Breaking] [Added] Required status to property `shipments_data[].einvoice_type` in request body - - [Added] property `response_data[].einvoice_type` of schema `EInvoiceResponseData` in response with status code 200 - - [Added] property `response_data[].status` of schema `EInvoiceResponseData` in response with status code 200 - - [Added] property `response_data[].einvoice_info` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Added] Required status to property `response_data[].status` in response with status code 200 - - [Added] Response with status 400 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `success` of schema `EInvoiceRetryResponse` in response with status code 200 - - [Breaking] [Deleted] property `success_count` of schema `EInvoiceRetryResponse` in response with status code 200 - - [Breaking] [Deleted] property `message` of schema `EInvoiceRetryResponse` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].success` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].ack_no` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].irn` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].ack_dt` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].timeout` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].timeout_unit` of schema `EInvoiceResponseData` in response with status code 200 - - [Deleted] Required status from property `success_count` in response with status code 200 - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `response_data[].success` in response with status code 200 - - -#### trackShipment - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `page.item_total` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.current` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.size` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.type` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.has_next` of schema `PageDetails` in response with status code 200 - - [Added] property `page.has_previous` of schema `PageDetails` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateShipmentTracking - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### getShipments - -- ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) - - - [Added] `query` parameter `end_date` (type: `string`) - - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.status` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.status_created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].fulfilling_store.address1` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.display_address` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.tags` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].estimated_sla_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].status_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].shipment_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency_info` of schema `ShipmentItem` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] `query` parameter `fetch_active_shipment` (type: `boolean`) - - - [Added] property `shipments[].tracking_list[].created_ts` of schema `TrackingList` in response with status code 200 - - [Added] property `shipments[].order.created_ts` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].ordering_store.address1` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].ordering_store.display_address` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].bags[].current_status.created_ts` of schema `CurrentStatus` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.address1` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.display_address` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].status.created_ts` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].status.status_created_at` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].rto_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].estimated_sla_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].shipment_created_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency_info` of schema `PlatformShipment` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].shipment_details.box_type` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.shipments` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.fulfillment_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.articles` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.dp_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.meta` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.affiliate_shipment_id` of schema `ShipmentDetails` in response with status code 200 - - [Deleted] Required status from properties `shipments[].shipment_details.affiliate_shipment_id`, `shipments[].shipment_details.articles`, `shipments[].shipment_details.fulfillment_id`, `shipments[].shipment_details.shipments` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] `query` parameter `allow_inactive` (type: `boolean`) - - - [Added] property `order.created_ts` of schema `OrderData` in response with status code 200 - - [Added] property `shipments[].tracking_list[].created_ts` of schema `TrackingList` in response with status code 200 - - [Added] property `shipments[].order.created_ts` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].ordering_store.address1` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].ordering_store.display_address` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].bags[].current_status.created_ts` of schema `CurrentStatus` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.address1` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.display_address` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].status.created_ts` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].status.status_created_at` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].rto_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].estimated_sla_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].shipment_created_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency_info` of schema `PlatformShipment` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].shipment_details.box_type` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.shipments` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.fulfillment_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.articles` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.dp_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.meta` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.affiliate_shipment_id` of schema `ShipmentDetails` in response with status code 200 - - [Deleted] Required status from properties `shipments[].shipment_details.affiliate_shipment_id`, `shipments[].shipment_details.articles`, `shipments[].shipment_details.fulfillment_id`, `shipments[].shipment_details.shipments` in response with status code 200 - - -#### getLaneConfig - -- ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) - - - [Added] `query` parameter `end_date` (type: `string`) - - - -#### getOrders - -- ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) - - - [Added] `query` parameter `end_date` (type: `string`) - - - [Added] property `items[].shipments[].tracking_list[].created_ts` of schema `TrackingList` in response with status code 200 - - [Added] property `items[].shipments[].order.created_ts` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].ordering_store.address1` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `items[].shipments[].ordering_store.display_address` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `items[].shipments[].bag_status_history[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bag_status_history[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bags[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].shipments[].bags[].current_status.created_ts` of schema `CurrentStatus` in response with status code 200 - - [Added] property `items[].shipments[].fulfilling_store.address1` of schema `FulfillingStore` in response with status code 200 - - [Added] property `items[].shipments[].fulfilling_store.display_address` of schema `FulfillingStore` in response with status code 200 - - [Added] property `items[].shipments[].status.created_ts` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `items[].shipments[].status.status_created_at` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `items[].shipments[].rto_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].shipments[].estimated_sla_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].shipment_created_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].currency` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].currency_info` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `PlatformOrderItems` in response with status code 200 - - [Added] property `items[].currency` of schema `PlatformOrderItems` in response with status code 200 - - [Added] property `items[].currency_info` of schema `PlatformOrderItems` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.box_type` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.shipments` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.fulfillment_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.articles` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.dp_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.meta` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.affiliate_shipment_id` of schema `ShipmentDetails` in response with status code 200 - - [Deleted] Required status from properties `items[].shipments[].shipment_details.affiliate_shipment_id`, `items[].shipments[].shipment_details.articles`, `items[].shipments[].shipment_details.fulfillment_id`, `items[].shipments[].shipment_details.shipments` in response with status code 200 - - -#### getApplicationShipments - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.status` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.status_created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].fulfilling_store.address1` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.display_address` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.tags` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].estimated_sla_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].status_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].shipment_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency_info` of schema `ShipmentItem` in response with status code 200 - - -#### getfilters - -- ##### What's New - - [Breaking] [Added] Value format `int32` to property `advance_filter.returned[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.action_centre[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.unfulfilled[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.filters[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.processed[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `global_filter[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - -#### getBulkShipmentExcelFile - -- ##### What's New - - [Breaking] [Deleted] `query` parameter `from_date` (type: `string`) - -- [Added] `query` parameter `start_date` (type: `string`) - - [Breaking] [Deleted] `query` parameter `to_date` (type: `string`) - -- [Added] `query` parameter `end_date` (type: `string`) - - -#### getBagById - -- ##### What's New - - [Added] property `status_code` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Added] property `data` of schema `BagDetailsPlatformResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `bag_update_time` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `gst_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `parent_promo_bags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `financial_breakup` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `bag_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `seller_identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `original_bag_list` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `article_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `current_operational_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `ordering_store` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `article` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `brand` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `affiliate_bag_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `item` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `qc_required` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `quantity` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `restore_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `affiliate_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `reasons` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `bag_status_history` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `display_name` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `line_number` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `restore_coupon` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `meta` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `no_of_bags_order` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `applied_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `journey_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `prices` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `dates` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `shipment_id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `current_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `order_integration_id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `operational_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `entity_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### getBags - -- ##### What's New - - [Added] property `status_code` of schema `GetBagsPlatformResponse` in response with status code 200 - - [Added] property `data` of schema `GetBagsPlatformResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items` of schema `GetBagsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `page` of schema `GetBagsPlatformResponse` in response with status code 200 - - [Deleted] Required status from properties `items`, `page` in response with status code 200 - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### generatePOSReceiptByOrderId - -- ##### What's New - - [Added] property `payment_receipt_template` of schema `GeneratePosOrderReceiptResponse` in response with status code 200 - - [Added] property `customer_cn_receipt_template` of schema `GeneratePosOrderReceiptResponse` in response with status code 200 - - [Added] property `invoice_receipt_template` of schema `GeneratePosOrderReceiptResponse` in response with status code 200 - - -#### bulkStateTransistion - -- ##### What's New - - [Added] method `bulkStateTransistion` - - - -#### bulkListing - -- ##### What's New - - [Added] method `bulkListing` - - - -#### jobDetails - -- ##### What's New - - [Added] method `jobDetails` - - - -#### getFileByStatus - -- ##### What's New - - [Added] method `getFileByStatus` - - - -#### getManifestShipments - -- ##### What's New - - [Added] method `getManifestShipments` - - - -#### getManifests - -- ##### What's New - - [Added] method `getManifests` - - - -#### processManifests - -- ##### What's New - - [Added] method `processManifests` - - - -#### getManifestDetails - -- ##### What's New - - [Added] method `getManifestDetails` - - - -#### dispatchManifests - -- ##### What's New - - [Added] method `dispatchManifests` - - - -#### uploadConsents - -- ##### What's New - - [Added] method `uploadConsents` - - - -#### getManifestfilters - -- ##### What's New - - [Added] method `getManifestfilters` - - - -#### failedOrderLogs - -- ##### What's New - - [Added] method `failedOrderLogs` - - - -#### generateInvoiceID - -- ##### What's New - - [Added] method `generateInvoiceID` - - - -#### failedOrderLogDetails - -- ##### What's New - - [Added] method `failedOrderLogDetails` - - - -#### getAllowedTemplatesForBulk - -- ##### What's New - - [Added] method `getAllowedTemplatesForBulk` - - - -#### getTemplate - -- ##### What's New - - [Added] method `getTemplate` - - - -### Payment - - - -#### getPaymentModeRoutes - -- ##### What's New - - [Added] `query` parameter `order_id` (type: `string`) - - - [Added] `query` parameter `shipment_id` (type: `string`) - - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptions` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option` in response with status code 200 - - [Breaking] [Added] Required status to property `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentOptionsResponse` in response with status code 200 - - -#### getAllPayouts - -- ##### What's New - - [Breaking] [Added] Type `object` to property `items[].customers` of schema `PayoutCustomer` in response with status code 200 - - [Breaking] [Added] properties `items[].customers.unique_external_id`, `items[].customers.mobile`, `items[].customers.name`, `items[].customers.email`, `items[].customers.id` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].more_attributes` of schema `PayoutMoreAttributes` in response with status code 200 - - [Breaking] [Added] properties `items[].more_attributes.branch_name`, `items[].more_attributes.city`, `items[].more_attributes.account_no`, `items[].more_attributes.country`, `items[].more_attributes.state`, `items[].more_attributes.account_holder`, `items[].more_attributes.ifsc_code`, `items[].more_attributes.account_type`, `items[].more_attributes.bank_name` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].payouts_aggregators[]` of schema `PayoutAggregator` in response with status code 200 - - [Breaking] [Added] properties `items[].payouts_aggregators[].aggregator_id`, `items[].payouts_aggregators[].aggregator_fund_id`, `items[].payouts_aggregators[].payout_details_id` in response with status code 200 - - -#### savePayout - -- ##### What's New - - [Breaking] [Added] Type `object` to property `bank_details` of schema `PayoutBankDetails` in request body - - [Breaking] [Added] properties `bank_details.ifsc_code`, `bank_details.account_holder`, `bank_details.state`, `bank_details.country`, `bank_details.account_type`, `bank_details.account_no`, `bank_details.city`, `bank_details.bank_name`, `bank_details.branch_name`, `bank_details.pincode` in request body - - [Breaking] [Added] Required status to properties `bank_details.account_type`, `bank_details.ifsc_code` in request body - - -#### updatePayout - -- ##### What's New - - [Breaking] [Added] Type `object` to property `bank_details` of schema `PayoutBankDetails` in request body - - [Breaking] [Added] properties `bank_details.ifsc_code`, `bank_details.account_holder`, `bank_details.state`, `bank_details.country`, `bank_details.account_type`, `bank_details.account_no`, `bank_details.city`, `bank_details.bank_name`, `bank_details.branch_name`, `bank_details.pincode` in request body - - [Breaking] [Added] Required status to properties `bank_details.account_type`, `bank_details.ifsc_code` in request body - - -#### getUserCODlimitRoutes - -- ##### What's New - - [Breaking] [Added] Type `object` to property `user_cod_data` of schema `CODdata` in response with status code 200 - - [Breaking] [Added] properties `user_cod_data.remaining_limit`, `user_cod_data.user_id`, `user_cod_data.is_active`, `user_cod_data.limit`, `user_cod_data.usages` in response with status code 200 - - [Breaking] [Added] Required status to properties `user_cod_data.is_active`, `user_cod_data.limit`, `user_cod_data.remaining_limit`, `user_cod_data.usages`, `user_cod_data.user_id` in response with status code 200 - - -#### edcDeviceStats - -- ##### What's New - - [Breaking] [Added] Type `object` to property `statistics` of schema `StatisticsData` in response with status code 200 - - [Breaking] [Added] properties `statistics.inactive_device_count`, `statistics.active_device_count` in response with status code 200 - - [Breaking] [Added] Required status to properties `statistics.active_device_count`, `statistics.inactive_device_count` in response with status code 200 - - -#### updateEdcDevice - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `EdcDevice` in response with status code 200 - - [Breaking] [Added] properties `data.edc_model`, `data.store_id`, `data.aggregator_id`, `data.terminal_unique_identifier`, `data.edc_device_serial_no`, `data.is_active`, `data.aggregator_name`, `data.terminal_serial_no`, `data.merchant_store_pos_code`, `data.device_tag`, `data.application_id` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.aggregator_id`, `data.application_id`, `data.device_tag`, `data.edc_device_serial_no`, `data.is_active`, `data.store_id`, `data.terminal_serial_no`, `data.terminal_unique_identifier` in response with status code 200 - - -#### getEdcDevice - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `EdcDevice` in response with status code 200 - - [Breaking] [Added] properties `data.edc_model`, `data.store_id`, `data.aggregator_id`, `data.terminal_unique_identifier`, `data.edc_device_serial_no`, `data.is_active`, `data.aggregator_name`, `data.terminal_serial_no`, `data.merchant_store_pos_code`, `data.device_tag`, `data.application_id` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.aggregator_id`, `data.application_id`, `data.device_tag`, `data.edc_device_serial_no`, `data.is_active`, `data.store_id`, `data.terminal_serial_no`, `data.terminal_unique_identifier` in response with status code 200 - - -#### edcDeviceList - -- ##### What's New - - [Breaking] [Added] Type `object` to property `page` of schema `Page` in response with status code 200 - - [Breaking] [Added] properties `page.size`, `page.has_next`, `page.current`, `page.type`, `page.item_total` in response with status code 200 - - [Breaking] [Added] Required status to properties `page.current`, `page.has_next`, `page.item_total`, `page.size`, `page.type` in response with status code 200 - - -#### getPosPaymentModeRoutes - -- ##### What's New - - [Added] `query` parameter `order_id` (type: `string`) - - - [Added] `query` parameter `display_split` (type: `boolean`) - - - [Added] `query` parameter `advance_payment` (type: `boolean`) - - - [Added] `query` parameter `shipment_id` (type: `string`) - - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Required status of query parameter `cart_id` - - [Changed] Required status of query parameter `checkout_mode` - - -#### resendOrCancelPayment - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `LinkStatus` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.message` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.message`, `data.status` in response with status code 200 - - -#### getPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### createPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `meta` of schema `CreatePaymentLinkMeta` in request body - - [Breaking] [Added] properties `meta.cart_id`, `meta.checkout_mode`, `meta.amount`, `meta.assign_card_id` in request body - - [Breaking] [Added] Required status to properties `meta.amount`, `meta.cart_id`, `meta.checkout_mode` in request body - - [Added] property `country_phone_code` of schema `CreatePaymentLinkRequest` in request body - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### pollingPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### resendPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### cancelPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### getPaymentCodeOption - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `GetPaymentCode` in response with status code 200 - - [Breaking] [Added] properties `data.method_code` in response with status code 200 - - [Breaking] [Added] Required status to property `data.method_code` in response with status code 200 - - -#### updatePaymentSession - -- ##### What's New - - [Added] property `payment_details[].meta` of schema `PaymentSessionDetail` in request body - - -#### updateRefundSession - -- ##### What's New - - [Added] property `error` of schema `RefundSessionRequestSerializer` in request body - - [Added] property `message` of schema `RefundSessionRequestSerializer` in request body - - -#### getPaymentModeControlRoutes - -- ##### What's New - - [Added] method `getPaymentModeControlRoutes` - - - -#### setMerchantModeControlRoutes - -- ##### What's New - - [Added] method `setMerchantModeControlRoutes` - - - -#### getPaymentModeCustomConfig - -- ##### What's New - - [Added] method `getPaymentModeCustomConfig` - - - -#### setPaymentModeCustomConfig - -- ##### What's New - - [Added] method `setPaymentModeCustomConfig` - - - -#### getPaymentSession - -- ##### What's New - - [Added] method `getPaymentSession` - - - -#### createPaymentOrder - -- ##### What's New - - [Added] method `createPaymentOrder` - - - -#### getMerchantAggregatorAppVersion - -- ##### What's New - - [Added] method `getMerchantAggregatorAppVersion` - - - -#### patchMerchantPaymentOptionVersion - -- ##### What's New - - [Added] method `patchMerchantPaymentOptionVersion` - - - -### Theme - - - -#### getAllPages - -- ##### What's New - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `pages[].updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### createPage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in request body - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in request body - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in request body - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in request body - - [Added] property `created_at` of schema `AvailablePageSchema` in request body - - [Added] property `updated_at` of schema `AvailablePageSchema` in request body - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### updateMultiplePages - -- ##### What's New - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in request body - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in request body - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in request body - - [Added] property `pages[].sections[].source` of schema `AvailablePageSchemaSections` in request body - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in request body - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in request body - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in request body - - [Added] property `pages[].created_at` of schema `AvailablePageSchema` in request body - - [Added] property `pages[].updated_at` of schema `AvailablePageSchema` in request body - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `pages[].updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### getPage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### updatePage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in request body - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in request body - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in request body - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in request body - - [Added] property `created_at` of schema `AvailablePageSchema` in request body - - [Added] property `updated_at` of schema `AvailablePageSchema` in request body - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### deletePage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### getCompanyLevelThemes - -- ##### What's New - - [Added] `query` parameter `search_text` (type: `string`) - - - [Added] property `[].marketplace_theme_id.release` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `[].marketplace_theme_id.created_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `[].marketplace_theme_id.updated_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `[].applied_themes` of schema `CompanyThemeSchema` in response with status code 200 - - -#### addMarketplaceThemeToCompany - -- ##### What's New - - [Added] property `marketplace_theme_id.release` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.created_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.updated_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `applied_themes` of schema `CompanyThemeSchema` in response with status code 200 - - -#### deleteCompanyTheme - -- ##### What's New - - [Added] property `marketplace_theme_id.release` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.created_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.updated_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `applied_themes` of schema `CompanyThemeSchema` in response with status code 200 - - -#### getApplicationThemes - -- ##### What's New - - [Breaking] [Added] properties `[].config.list[].page[].page`, `[].config.list[].page[].settings` in response with status code 200 - - [Added] property `[].config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `[].assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `[].assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `[].theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `[].company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `[].src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `[].config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `[].config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getThemeById - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### updateTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in request body - - [Added] property `config.global_schema.props[].value` of schema `Prop` in request body - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in request body - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in request body - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### deleteTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### addThemeToApplication - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### updateThemeName - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### applyTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### duplicateTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getAppliedTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getThemeForPreview - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### upgradeTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getCompanyLevelPrivateThemes - -- ##### What's New - - [Added] method `getCompanyLevelPrivateThemes` - - - -### User - - - -#### createUserGroup - -- ##### What's New - - [Added] property `conditions` of schema `CreateUserGroup` in request body - - [Added] property `type` of schema `CreateUserGroup` in request body - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 201 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 201 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 201 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 201 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_url` in request body - - -#### getUserGroups - -- ##### What's New - - [Added] `query` parameter `type` (type: `string`) - - - [Added] property `items[].conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `items[].error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `items[].is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `items[].type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### updateUserGroup - -- ##### What's New - - [Added] property `conditions` of schema `UpdateUserGroupSchema` in request body - - [Added] property `type` of schema `UpdateUserGroupSchema` in request body - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### getUserGroupById - -- ##### What's New - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### updateUserGroupPartially - -- ##### What's New - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### createUserAttributeDefinition - -- ##### What's New - - [Added] method `createUserAttributeDefinition` - - - -#### getUserAttributeDefinitions - -- ##### What's New - - [Added] method `getUserAttributeDefinitions` - - - -#### updateUserAttributeDefinition - -- ##### What's New - - [Added] method `updateUserAttributeDefinition` - - - -#### deleteUserAttributeDefinitionById - -- ##### What's New - - [Added] method `deleteUserAttributeDefinitionById` - - - -#### getUserAttributeDefinitionById - -- ##### What's New - - [Added] method `getUserAttributeDefinitionById` - - - -#### updateUserAttribute - -- ##### What's New - - [Added] method `updateUserAttribute` - - - -#### getUserAttribute - -- ##### What's New - - [Added] method `getUserAttribute` - - - -#### deleteUserAttribute - -- ##### What's New - - [Added] method `deleteUserAttribute` - - - -#### getUserAttributesForUser - -- ##### What's New - - [Added] method `getUserAttributesForUser` - - - -#### getUserAttributeById - -- ##### What's New - - [Added] method `getUserAttributeById` - - - -### Webhook - - - -#### manualRetryOfFailedEvent - -- ##### What's New - - [Added] property `status` of schema `RetryEventRequest` in request body - -- ##### What's Deprecated - - [Deleted] Value format from `date-time` from property `end_date` of schema `EventProcessRequest` in request body - - [Deleted] Value format from `date-time` from property `start_date` of schema `EventProcessRequest` in request body - - [Breaking] [Deleted] Response with status 400 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `` of schema `EventProcessedSuccessResponse` in response with status code 200 - - -#### getEventCounts - -- ##### What's New - - [Added] property `status` of schema `RetryEventRequest` in request body - -- ##### What's Deprecated - - [Deleted] Value format from `date-time` from property `end_date` of schema `EventProcessRequest` in request body - - [Deleted] Value format from `date-time` from property `start_date` of schema `EventProcessRequest` in request body - - [Breaking] [Deleted] Response with status 400 - - -#### getManualRetryStatus - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 400 - - -#### manualRetryCancel - -- ##### What's Deprecated - - [Deleted] properties `success`, `message` in response with status code 200 - - [Breaking] [Deleted] Response with status 400 - - -#### getDeliveryReports - -- ##### What's New - - [Added] property `status` of schema `EventProcessRequest` in request body - - [Added] property `rows[].message_id` of schema `EventProcessReportObject` in response with status code 200 - - [Added] property `rows[].event_trace_id` of schema `EventProcessReportObject` in response with status code 200 - - [Added] property `page.total_page` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 400 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `rows[].data` of schema `EventProcessReportObject` in response with status code 200 - - -#### downloadDeliveryReport - -- ##### What's New - - [Added] property `status` of schema `EventProcessRequest` in request body - - -#### fetchAllEventConfigurations - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `` of schema `EventConfigResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `event_configs[].id` of schema `EventConfig` in response with status code 200 - - -#### getReportFilters - -- ##### What's New - - [Breaking] [Added] Type `array` to property `` of schema `` in response with status code 200 - - [Added] property `[]` of schema `` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items` in response with status code 200 - - -#### getHistoricalReports - -- ##### What's New - - [Added] property `items[].association.subscriber_ids` of schema `HistoryAssociation` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].association` of schema `HistoryAssociation` in response with status code 200 - - [Added] property `items[].filters.events` of schema `HistoryFilters` in response with status code 200 - - [Added] property `items[].filters.search_text` of schema `HistoryFilters` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].upload_service_response` of schema `UploadServiceObject` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].updated_on` of schema `HistoryItems` in response with status code 200 - - [Added] property `page` of schema `HistoryResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `items[].association.company_id` of schema `AssociationDetails` in response with status code 200 - - -#### cancelJobByName - -- ##### What's New - - [Added] property `message` of schema `CancelResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `code` of schema `CancelResponse` in response with status code 200 - - -#### getSubscribersByCompany - -- ##### What's New - - [Added] property `items` of schema `SubscriberConfigList` in response with status code 200 - - [Added] property `page` of schema `SubscriberConfigList` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `id` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `name` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `webhook_url` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `association` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `custom_headers` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `email_id` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `auth_meta` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `created_on` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `updated_on` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `event_configs` of schema `SubscriberResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Required status of query parameter `page_no` - - [Changed] Required status of path parameter `company_id` - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/subscriber/` - - -#### registerSubscriberToEvent - -- ##### What's New - - [Added] property `modified_by` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `updated_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `created_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `type` of schema `SubscriberConfigResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/subscriber/` - - -#### updateSubscriberConfig - -- ##### What's New - - [Added] property `modified_by` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `updated_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `created_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `type` of schema `SubscriberConfigResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/subscriber/` - - -#### getSubscriberById - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfig` in response with status code 200 - - [Added] property `modified_by` of schema `SubscriberResponse` in response with status code 200 - - [Added] property `type` of schema `SubscriberResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `event_configs[].id` of schema `EventConfig` in response with status code 200 - - -#### getSubscribersByExtensionId - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `items[].event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `items[].event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `items[].event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].event_configs[]` of schema `EventConfig` in response with status code 200 - - [Added] property `items[].modified_by` of schema `SubscriberResponse` in response with status code 200 - - [Added] property `items[].type` of schema `SubscriberResponse` in response with status code 200 - - [Added] property `page.total_page` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `items[].event_configs[].id` of schema `EventConfig` in response with status code 200 - -- ##### What's Changed - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/extension/{extension_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/extension/{extension_id}/subscriber/` - - -## Public Client - -- [Added] Billing class in public client -- [Added] Content class in public client - - -### Webhook - - - -#### fetchAllWebhookEvents - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfig` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `event_configs[].id` of schema `EventConfig` in response with status code 200 - - -#### queryWebhookEventDetails - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfig` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `event_configs[].id` of schema `EventConfig` in response with status code 200 - - -#### notifyDepricatedEvent - -- ##### What's New - - [Added] method `notifyDepricatedEvent` - - - -#### testHandlerTransformation - -- ##### What's New - - [Added] method `testHandlerTransformation` - - - -#### validateSchema - -- ##### What's New - - [Added] method `validateSchema` - - - -# CHANGE LOG (1.4.0) - fp-v1.9.0 - -## Application Client - - - -### Cart - - - -#### getCart - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `items[].seller_identifier` of schema `AddProductCart` in request body - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### getCoupons - -- ##### What's New - - [Added] `query` parameter `slug` (type: `string`) - - - [Added] `query` parameter `store_id` (type: `string`) - - - [Added] property `available_coupon_list[].coupon_amount` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].start_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].end_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].coupon_applicable_message` of schema `Coupon` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 201 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 201 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### applyRewardPoints - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### getAddresses - -- ##### What's New - - [Added] property `address[].sector` of schema `Address` in response with status code 200 - - [Added] property `address[].state_code` of schema `Address` in response with status code 200 - - -#### addAddress - -- ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body - - -#### getAddressById - -- ##### What's New - - [Added] property `sector` of schema `Address` in response with status code 200 - - [Added] property `state_code` of schema `Address` in response with status code 200 - - -#### updateAddress - -- ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body - - -#### selectAddress - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 201 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 201 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### getShipments - -- ##### What's New - - [Added] property `breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### checkoutCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 404 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 404 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 404 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - - -#### checkoutCartV2 - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].charges` of schema `CartProductInfo` in response with status code 200 - - [Added] property `cart.breakup_values.display[].preset` of schema `DisplayBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.total_charge` of schema `RawBreakup` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - -### Catalog - - - -#### getCollections - -- ##### What's New - - [Added] property `items[].tags` of schema `GetCollectionDetailNest` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].tag` of schema `GetCollectionDetailNest` in response with status code 200 - - -#### getProductPriceBySlug - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `pincode` (type: `string`) - - - -#### getProductSellersBySlug - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `pincode` (type: `string`) - - - -### Configuration - - - -#### getApplication - -- ##### What's New - - [Added] property `modified_at` of schema `Application` in response with status code 200 - - [Added] property `slug` of schema `Application` in response with status code 200 - - [Added] property `mode` of schema `Application` in response with status code 200 - - [Added] property `status` of schema `Application` in response with status code 200 - - [Added] property `tokens` of schema `Application` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Application` in response with status code 200 - - -#### getOwnerInfo - -- ##### What's New - - [Added] property `application_info.meta[]` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.company_info` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.owner_info` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.mode` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.tokens` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.domains` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.favicon` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.mobile_logo` of schema `ApplicationInfo` in response with status code 200 - - [Added] property `application_info.slug` of schema `ApplicationInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `application_info.meta.name`, `application_info.meta.value` in response with status code 200 - - [Breaking] [Deleted] property `company_info` of schema `ApplicationAboutResponse` in response with status code 200 - - [Breaking] [Deleted] property `owner_info` of schema `ApplicationAboutResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `application_info.meta` of schema `ApplicationMeta` in response with status code 200 - - -#### getBasicDetails - -- ##### What's New - - [Added] property `slug` of schema `ApplicationDetail` in response with status code 200 - - [Added] property `company_id` of schema `ApplicationDetail` in response with status code 200 - - -#### getIntegrationTokens - -- ##### What's New - - [Added] property `modified_at` of schema `AppTokenResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `AppTokenResponse` in response with status code 200 - - -#### getFeatures - -- ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.modified_at` of schema `AppFeature` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in response with status code 200 - - -#### getContactInfo - -- ##### What's New - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in response with status code 200 - - [Added] property `address.phone[]` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in response with status code 200 - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in response with status code 200 - - [Added] property `links[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Deleted] properties `address.phone.code`, `address.phone.number` in response with status code 200 - - [Deleted] properties `links.title`, `links.link` in response with status code 200 - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `address.phone` of schema `InformationPhone` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `links` of schema `Links` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in response with status code 200 - - -#### getCurrencies - -- ##### What's New - - [Added] property `items[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_code` of schema `Currency` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `Currency` in response with status code 200 - - -#### getCurrencyById - -- ##### What's New - - [Added] property `modified_at` of schema `Currency` in response with status code 200 - - [Added] property `country_name` of schema `Currency` in response with status code 200 - - [Added] property `country_code` of schema `Currency` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Currency` in response with status code 200 - - -#### getAppCurrencies - -- ##### What's New - - [Added] property `supported_currency[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_code` of schema `Currency` in response with status code 200 - - [Added] property `_id` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `created_at` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `modified_at` of schema `AppCurrencyResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `supported_currency[].updated_at` of schema `Currency` in response with status code 200 - - -#### getAppStaffList - -- ##### What's New - - [Added] Response with status 400 - - -### Content - - - -#### getBlog - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getBlogs - -- ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getSEOConfiguration - -- ##### What's New - - [Added] property `seo.additonal_sitemap` of schema `SeoSchema` in response with status code 200 - - -#### getPage - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getPages - -- ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getSEOMarkupSchemas - -- ##### What's New - - [Added] method `getSEOMarkupSchemas` - - - -#### getCustomObject - -- ##### What's New - - [Added] method `getCustomObject` - - - -#### getCustomFields - -- ##### What's New - - [Added] method `getCustomFields` - - - -### Logistic - - - -#### getLocations - -- ##### What's New - - [Added] method `getLocations` - - - -#### getCountries - -- ##### What's New - - [Added] method `getCountries` - - - -#### getCountry - -- ##### What's New - - [Added] method `getCountry` - - - -#### getLocalities - -- ##### What's New - - [Added] method `getLocalities` - - - -#### getLocality - -- ##### What's New - - [Added] method `getLocality` - - - -#### validateAddress - -- ##### What's New - - [Added] method `validateAddress` - - - -### Order - - - -#### getOrders - -- ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) - - - [Added] `query` parameter `end_date` (type: `string`) - - - [Added] property `items[].shipments[].tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `items[].shipments[].delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `items[].shipments[].shipment_created_ts` of schema `Shipments` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `OrderSchema` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] `query` parameter `allow_inactive` (type: `boolean`) - - - [Added] property `order.shipments[].tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `order.shipments[].delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `order.shipments[].shipment_created_ts` of schema `Shipments` in response with status code 200 - - [Added] property `order.order_created_ts` of schema `OrderSchema` in response with status code 200 - - -#### getPosOrderById - -- ##### What's New - - [Added] property `order.shipments[].tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `order.shipments[].delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `order.shipments[].shipment_created_ts` of schema `Shipments` in response with status code 200 - - [Added] property `order.order_created_ts` of schema `OrderSchema` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] `query` parameter `allow_inactive` (type: `boolean`) - - - [Added] property `shipment.tracking_details[].created_ts` of schema `TrackingDetails` in response with status code 200 - - [Added] property `shipment.delivery_address.display_address` of schema `DeliveryAddress` in response with status code 200 - - [Added] property `shipment.shipment_created_ts` of schema `Shipments` in response with status code 200 - - -### Payment - - - -#### getActiveCardAggregator - -- ##### What's New - - [Breaking] [Added] Type `object` to property `cards` of schema `CardPaymentGateway` in response with status code 200 - - [Breaking] [Added] properties `cards.api`, `cards.aggregator`, `cards.customer_id` in response with status code 200 - - [Breaking] [Added] Required status to property `cards.aggregator` in response with status code 200 - - -#### getPaymentModeRoutes - -- ##### What's New - - [Breaking] [Deleted] Required `query` parameter `pincode` (type: `string`) - -- [Added] `query` parameter `order_id` (type: `string`) - - [Added] `query` parameter `display_split` (type: `boolean`) - - - [Added] `query` parameter `advance_payment` (type: `boolean`) - - - [Added] `query` parameter `shipment_id` (type: `string`) - - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Required status of query parameter `cart_id` - - -#### getPosPaymentModeRoutes - -- ##### What's New - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Required status of query parameter `cart_id` - - [Changed] Required status of query parameter `checkout_mode` - - -#### getRupifiBannerDetails - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `RupifiBannerData` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.kyc_url` in response with status code 200 - - -#### getEpaylaterBannerDetails - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `EpaylaterBannerData` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.message`, `data.display` in response with status code 200 - - [Breaking] [Added] Required status to property `data.display` in response with status code 200 - - -#### resendOrCancelPayment - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `LinkStatus` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.message` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.message`, `data.status` in response with status code 200 - - -#### validateVPA - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `ValidateUPI` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.customer_name`, `data.is_valid`, `data.upi_vpa` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.customer_name`, `data.is_valid`, `data.status`, `data.upi_vpa` in response with status code 200 - - -#### cardDetails - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `CardDetails` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.country`, `data.bank_code`, `data.id`, `data.card_exp_year`, `data.card_brand`, `data.type`, `data.card_sub_type`, `data.is_domestic_card`, `data.name_on_card`, `data.card_exp_month`, `data.extended_card_type`, `data.card_object`, `data.card_token`, `data.user`, `data.bank` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.bank`, `data.bank_code`, `data.card_brand`, `data.card_object`, `data.card_sub_type`, `data.country`, `data.extended_card_type`, `data.id`, `data.is_domestic_card`, `data.status`, `data.type` in response with status code 200 - - -#### addBeneficiaryDetails - -- ##### What's New - - [Breaking] [Added] Type `object` to property `details` of schema `BeneficiaryModeDetails` in request body - - [Breaking] [Added] properties `details.account_no`, `details.address`, `details.mobile`, `details.bank_name`, `details.comment`, `details.ifsc_code`, `details.vpa`, `details.branch_name`, `details.account_holder`, `details.wallet`, `details.email` in request body - - [Breaking] [Added] Required status to properties `details.account_holder`, `details.account_no`, `details.bank_name`, `details.branch_name`, `details.email`, `details.ifsc_code`, `details.mobile` in request body - - -#### getPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### createPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `meta` of schema `CreatePaymentLinkMeta` in request body - - [Breaking] [Added] properties `meta.cart_id`, `meta.checkout_mode`, `meta.assign_card_id`, `meta.amount` in request body - - [Breaking] [Added] Required status to properties `meta.amount`, `meta.cart_id`, `meta.checkout_mode` in request body - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### resendPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### cancelPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### getPaymentModeRoutesPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### pollingPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### createOrderHandlerPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `payment_methods` of schema `CreateOrderUserPaymentMethods` in request body - - [Breaking] [Added] properties `payment_methods.name`, `payment_methods.mode`, `payment_methods.meta` in request body - - [Breaking] [Added] Required status to properties `payment_methods.meta`, `payment_methods.mode`, `payment_methods.name` in request body - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 400 - - [Breaking] [Added] properties `error.payment_transaction_id`, `error.expired`, `error.merchant_order_id`, `error.merchant_name`, `error.msg`, `error.cancelled`, `error.amount`, `error.invalid_id` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### customerCreditSummary - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `CreditSummary` in response with status code 200 - - [Breaking] [Added] properties `data.total_due_amount`, `data.status`, `data.limit`, `data.credit_line_id`, `data.amount_available`, `data.due_amount`, `data.due_date`, `data.balance`, `data.status_message`, `data.repayment_url`, `data.soa_url`, `data.is_eligible_for_txn`, `data.merchant_customer_ref_id`, `data.buyer_status`, `data.activation_url` in response with status code 200 - - -#### redirectToAggregator - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `RedirectURL` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.signup_url` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.signup_url`, `data.status` in response with status code 200 - - -#### checkCredit - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `CreditDetail` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.is_registered`, `data.signup_url` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.is_registered`, `data.signup_url`, `data.status` in response with status code 200 - - -#### customerOnboard - -- ##### What's New - - [Breaking] [Added] Type `object` to property `personal_info` of schema `UserPersonalInfoInDetails` in request body - - [Breaking] [Added] properties `personal_info.first_name`, `personal_info.voter_id`, `personal_info.gender`, `personal_info.dob`, `personal_info.passport`, `personal_info.fathers_name`, `personal_info.mothers_name`, `personal_info.middle_name`, `personal_info.last_name`, `personal_info.pan`, `personal_info.driving_license`, `personal_info.email_verified`, `personal_info.address_as_per_id`, `personal_info.mobile_verified`, `personal_info.phone`, `personal_info.email` in request body - - [Breaking] [Added] Required status to properties `personal_info.address_as_per_id`, `personal_info.dob`, `personal_info.email_verified`, `personal_info.first_name`, `personal_info.mobile_verified`, `personal_info.phone` in request body - - [Breaking] [Added] Type `object` to property `marketplace_info` of schema `MarketplaceInfo` in request body - - [Breaking] [Added] properties `marketplace_info.date_of_joining`, `marketplace_info.name`, `marketplace_info.membership_id` in request body - - [Breaking] [Added] Required status to properties `marketplace_info.membership_id`, `marketplace_info.name` in request body - - [Breaking] [Added] Type `object` to property `business_info` of schema `BusinessDetails` in request body - - [Breaking] [Added] properties `business_info.business_ownership_type`, `business_info.vintage`, `business_info.gstin`, `business_info.pan`, `business_info.entity_type`, `business_info.shop_and_establishment`, `business_info.fssai`, `business_info.fda`, `business_info.business_type`, `business_info.name`, `business_info.address` in request body - - [Breaking] [Added] Type `object` to property `device` of schema `DeviceDetails` in request body - - [Breaking] [Added] properties `device.identification_number`, `device.identifier_type`, `device.device_model`, `device.device_make`, `device.device_type`, `device.os`, `device.os_version` in request body - - [Breaking] [Added] Type `object` to property `data` of schema `OnboardSummary` in response with status code 200 - - [Breaking] [Added] properties `data.redirect_url`, `data.session`, `data.status`, `data.status_remark`, `data.is_eligible_for_txn`, `data.merchant_customer_ref_id`, `data.activation_url` in response with status code 200 - - [Breaking] [Added] Required status to property `data.status` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `personal_info` in request body - - -#### walletLinkInitate - -- ##### What's New - - [Added] method `walletLinkInitate` - - - -#### linkWallet - -- ##### What's New - - [Added] method `linkWallet` - - - -#### delinkWallet - -- ##### What's New - - [Added] method `delinkWallet` - - - -#### createPaymentOrder - -- ##### What's New - - [Added] method `createPaymentOrder` - - - -### PosCart - - - -#### getCart - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### applyRewardPoints - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### getAddresses - -- ##### What's New - - [Added] property `address[].sector` of schema `Address` in response with status code 200 - - [Added] property `address[].state_code` of schema `Address` in response with status code 200 - - -#### addAddress - -- ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body - - -#### getAddressById - -- ##### What's New - - [Added] property `sector` of schema `Address` in response with status code 200 - - [Added] property `state_code` of schema `Address` in response with status code 200 - - -#### updateAddress - -- ##### What's New - - [Added] property `sector` of schema `Address` in request body - - [Added] property `state_code` of schema `Address` in request body - - -#### selectAddress - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### getShipments - -- ##### What's New - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### updateShipments - -- ##### What's New - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### checkoutCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -### Theme - - - -#### getAllPages - -- ##### What's New - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].seo.canonical_url` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - -#### getPage - -- ##### What's New - - [Added] `query` parameter `filters` (type: `string`) - - - [Added] `query` parameter `company` (type: `integer`) - - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - -#### getAppliedTheme - -- ##### What's New - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - -#### getThemeForPreview - -- ##### What's New - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - -### User - - - -#### loginWithOTP - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendOtpRequestSchema` in request body - - -#### loginWithEmailAndPassword - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `PasswordLoginRequestSchema` in request body - - -#### sendResetPasswordEmail - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendResetPasswordEmailRequestSchema` in request body - - -#### sendResetPasswordMobile - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendResetPasswordMobileRequestSchema` in request body - - -#### sendOTPOnMobile - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendMobileOtpRequestSchema` in request body - - -#### sendOTPOnEmail - -- ##### What's Deprecated - - [Breaking] [Deleted] property `captcha_code` of schema `SendEmailOtpRequestSchema` in request body - - -#### userExists - -- ##### What's New - - [Added] method `userExists` - - - -#### getUserAttributes - -- ##### What's New - - [Added] method `getUserAttributes` - - - -#### updateUserAttributes - -- ##### What's New - - [Added] method `updateUserAttributes` - - - -## Platform Client - - - -### AuditTrail - - - -#### getAuditLogs - -- ##### What's Changed - - [Changed] Path From `/service/platform/audit-trail/v1.0/company/{company_id}/logs/` To `/service/platform/audit-trail/v1.0/company/{company_id}/logs` - - -#### createAuditLog - -- ##### What's Changed - - [Changed] Path From `/service/platform/audit-trail/v1.0/company/{company_id}/logs/` To `/service/platform/audit-trail/v1.0/company/{company_id}/logs` - - -### Billing - - - -#### getentityDetail - -- ##### What's New - - [Added] method `getentityDetail` - - - -### Cart - - - -#### getPromotions - -- ##### What's New - - [Breaking] [Added] properties `items[].restrictions.user_registered.end`, `items[].restrictions.user_registered.start` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `items[].restrictions.user_registered` of schema `Restrictions1` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `items[].restrictions.payments` of schema `Restrictions1` in response with status code 200 - - -#### createPromotion - -- ##### What's New - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in request body - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in response with status code 201 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in request body - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in response with status code 201 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in request body - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in response with status code 201 - - -#### getPromotionById - -- ##### What's New - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in response with status code 200 - - -#### updatePromotion - -- ##### What's New - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in request body - - [Breaking] [Added] properties `restrictions.user_registered.end`, `restrictions.user_registered.start` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in request body - - [Deleted] Possible nullable value from `true` from property `restrictions.user_registered` of schema `Restrictions1` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in request body - - [Breaking] [Changed] Type from `array` to `object` of property `restrictions.payments` of schema `Restrictions1` in response with status code 200 - - -#### updatePriceAdjustment - -- ##### What's New - - [Added] property `restrictions` of schema `PriceAdjustmentUpdate` in request body - - [Added] property `data.restrictions` of schema `PriceAdjustment` in response with status code 200 - - -#### addPriceAdjustment - -- ##### What's New - - [Added] property `restrictions` of schema `PriceAdjustmentAdd` in request body - - [Added] property `data.restrictions` of schema `PriceAdjustment` in response with status code 201 - - -#### fetchAndvalidateCartItems - -- ##### What's New - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### checkCartServiceability - -- ##### What's New - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### getAbandonedCartDetails - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `items[].seller_identifier` of schema `AddProductCart` in request body - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### overrideCart - -- ##### What's New - - [Added] property `cart_items[].promo_list[].parent_promo_id` of schema `OverrideCartItemPromo` in request body - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 404 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - -#### getCartList - -- ##### What's New - - [Added] property `data[].currency_code` of schema `CartList` in response with status code 200 - - -#### updateCartUser - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### getCart - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformAddItems - -- ##### What's New - - [Added] property `items[].seller_identifier` of schema `AddProductCart` in request body - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformUpdateCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### getAppCoupons - -- ##### What's New - - [Added] `query` parameter `slug` (type: `string`) - - - [Added] `query` parameter `store_id` (type: `string`) - - - [Added] property `available_coupon_list[].start_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].end_date` of schema `Coupon` in response with status code 200 - - [Added] property `available_coupon_list[].coupon_applicable_message` of schema `Coupon` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### getAddresses - -- ##### What's New - - [Added] property `address[].sector` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[].state_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[].country_phone_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[].country_iso_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `address[]._custom_json` of schema `PlatformAddress` in response with status code 200 - - -#### addAddress - -- ##### What's New - - [Added] property `sector` of schema `PlatformAddress` in request body - - [Added] property `state_code` of schema `PlatformAddress` in request body - - [Added] property `country_phone_code` of schema `PlatformAddress` in request body - - [Added] property `country_iso_code` of schema `PlatformAddress` in request body - - [Added] property `_custom_json` of schema `PlatformAddress` in request body - - -#### getAddressById - -- ##### What's New - - [Added] property `sector` of schema `PlatformAddress` in response with status code 200 - - [Added] property `state_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `country_phone_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `country_iso_code` of schema `PlatformAddress` in response with status code 200 - - [Added] property `_custom_json` of schema `PlatformAddress` in response with status code 200 - - -#### updateAddress - -- ##### What's New - - [Added] property `sector` of schema `PlatformAddress` in request body - - [Added] property `state_code` of schema `PlatformAddress` in request body - - [Added] property `country_phone_code` of schema `PlatformAddress` in request body - - [Added] property `country_iso_code` of schema `PlatformAddress` in request body - - [Added] property `_custom_json` of schema `PlatformAddress` in request body - - -#### selectAddress - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 201 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 201 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 201 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 201 - - -#### getShipments - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### updateShipments - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `shipments[].items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `shipments[].promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformCheckoutCart - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -#### platformCheckoutCartV2 - -- ##### What's New - - [Added] property `cart.delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `cart.items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `cart.items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.cod_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - [Breaking] [Changed] Value format from `int32` to `float` of property `cart.delivery_charges` of schema `CheckCart` in response with status code 200 - - -#### selectPaymentModeV2 - -- ##### What's New - - [Added] property `delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `items[].article.tags` of schema `ProductArticle` in response with status code 200 - - [Added] property `items[].promotions_applied[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].promotions_applied[].code` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `items[].delivery_promise.iso` of schema `ShipmentPromise` in response with status code 200 - - [Added] property `applied_promo_details[].currency` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].meta` of schema `AppliedPromotion` in response with status code 200 - - [Added] property `applied_promo_details[].code` of schema `AppliedPromotion` in response with status code 200 - - -### Catalog - - - -#### createCollection - -- ##### What's New - - [Added] property `seo.canonical_url` of schema `SeoDetail` in request body - - -#### updateCollection - -- ##### What's New - - [Added] property `seo.canonical_url` of schema `SeoDetail` in request body - - [Added] property `seo.canonical_url` of schema `SeoDetail` in response with status code 200 - - -#### getCollectionDetail - -- ##### What's New - - [Breaking] [Added] properties `_schedule.cron`, `_schedule.duration`, `_schedule.end`, `_schedule.next_schedule`, `_schedule.start` in response with status code 200 - - [Breaking] [Added] properties `badge.color`, `badge.text` in response with status code 200 - - [Added] property `_custom_json` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `_locale_language` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `action` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `is_visible` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `published` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `seo` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `sort_on` of schema `GetCollectionDetailResponse` in response with status code 200 - - [Added] property `tags` of schema `GetCollectionDetailResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cron` of schema `CollectionDetailResponse` in response with status code 200 - - [Breaking] [Deleted] property `tag` of schema `CollectionDetailResponse` in response with status code 200 - - -#### getAppLocations - -- ##### What's New - - [Added] `query` parameter `tags` (type: `array`) - - - [Added] `query` parameter `store_types` (type: `array`) - - - -#### listCategories - -- ##### What's New - - [Breaking] [Deleted] `query` parameter `departments` (type: `string`) - -- [Added] `query` parameter `department` (type: `integer`) - - [Added] `query` parameter `uids` (type: `array`) - - - [Added] `query` parameter `slug` (type: `string`) - - - -#### listDepartmentsData - -- ##### What's New - - [Added] `query` parameter `slug` (type: `string`) - - - -#### bulkHsnCode - -- ##### What's New - - [Added] Possible values `15` to property `data[].tax1` of schema `HsnUpsert` in request body - - [Added] Possible values `15` to property `data[].tax2` of schema `HsnUpsert` in request body - - -#### updateHsnCode - -- ##### What's New - - [Added] Possible values `15` to property `tax1` of schema `HsnUpsert` in request body - - [Added] Possible values `15` to property `tax2` of schema `HsnUpsert` in request body - - -#### addInventory - -- ##### What's Deprecated - - [Deleted] Possible values from `QAR,INR` from property `sizes[].currency` of schema `InvSize` in request body - - -#### deleteInventory - -- ##### What's Deprecated - - [Breaking] [Deleted] method `deleteInventory` - - - -#### getSizeGuides - -- ##### What's New - - [Added] `query` parameter `brand_id` (type: `integer`) - - - -#### getConfigurationMetadata - -- ##### What's New - - [Added] `query` parameter `page_no` (type: `integer`) - - - [Added] `query` parameter `page_size` (type: `integer`) - - - [Added] `query` parameter `q` (type: `string`) - - - [Added] property `page` of schema `GetConfigMetadataResponse` in response with status code 200 - - -#### createProduct - -- ##### What's New - - [Added] property `uid` of schema `SuccessResponse1` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Possible values from `INR,QAR` from property `currency` of schema `ProductCreateUpdateSchemaV2` in request body - - -#### editProduct - -- ##### What's Deprecated - - [Deleted] Possible values from `INR,QAR` from property `currency` of schema `ProductCreateUpdateSchemaV2` in request body - - -#### getMarketplaces - -- ##### What's New - - [Added] method `getMarketplaces` - - - -#### updateMarketplaceOptin - -- ##### What's New - - [Added] method `updateMarketplaceOptin` - - - -### Communication - - - -#### deleteAudienceById - -- ##### What's New - - [Added] property `_id` of schema `Audience` in response with status code 200 - - [Added] property `application` of schema `Audience` in response with status code 200 - - [Added] property `name` of schema `Audience` in response with status code 200 - - [Added] property `description` of schema `Audience` in response with status code 200 - - [Added] property `records_count` of schema `Audience` in response with status code 200 - - [Added] property `type` of schema `Audience` in response with status code 200 - - [Added] property `tags` of schema `Audience` in response with status code 200 - - [Added] property `headers` of schema `Audience` in response with status code 200 - - [Added] property `file_url` of schema `Audience` in response with status code 200 - - [Added] property `is_active` of schema `Audience` in response with status code 200 - - [Added] property `created_at` of schema `Audience` in response with status code 200 - - [Added] property `updated_at` of schema `Audience` in response with status code 200 - - [Added] property `slug` of schema `Audience` in response with status code 200 - - [Added] property `__v` of schema `Audience` in response with status code 200 - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `message` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Deleted] property `acknowledged` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Deleted] property `affected` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Deleted] property `operation` of schema `GenericDelete` in response with status code 200 - - -#### getEventSubscriptions - -- ##### What's New - - [Added] Response with status 404 - - [Added] Response with status 500 - - -#### createEventSubscriptions - -- ##### What's New - - [Added] method `createEventSubscriptions` - - - -#### getEventSubscriptionsById - -- ##### What's New - - [Added] method `getEventSubscriptionsById` - - - -#### editEventSubscriptions - -- ##### What's New - - [Added] method `editEventSubscriptions` - - - -#### deleteEventSubscriptionsById - -- ##### What's New - - [Added] method `deleteEventSubscriptionsById` - - - -#### createEventSubscriptionsByBulk - -- ##### What's New - - [Added] method `createEventSubscriptionsByBulk` - - - -#### createJobs - -- ##### What's New - - [Added] method `createJobs` - - - -#### getOtpConfiguration - -- ##### What's New - - [Added] method `getOtpConfiguration` - - - -#### updateOtpConfiguration - -- ##### What's New - - [Added] method `updateOtpConfiguration` - - - -### CompanyProfile - - - -#### cbsOnboardGet - -- ##### What's New - - [Added] property `business_country_info.currency` of schema `BusinessCountryInfo` in response with status code 200 - - [Added] property `business_country_info.timezone` of schema `BusinessCountryInfo` in response with status code 200 - - [Breaking] [Added] Required status to properties `business_country_info.country_code`, `business_country_info.country`, `business_country_info.currency`, `business_country_info.timezone` in response with status code 200 - - [Added] property `addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - -#### updateCompany - -- ##### What's Changed - - [Breaking] [Changed] pattern validator for business_info in request body - - -#### getBrands - -- ##### What's New - - [Added] property `items[].company.addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].company.addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].company.business_country_info.currency` of schema `BusinessCountryInfo` in response with status code 200 - - [Added] property `items[].company.business_country_info.timezone` of schema `BusinessCountryInfo` in response with status code 200 - - [Breaking] [Added] Required status to properties `items[].company.business_country_info.country_code`, `items[].company.business_country_info.country`, `items[].company.business_country_info.currency`, `items[].company.business_country_info.timezone` in response with status code 200 - - -#### getLocations - -- ##### What's New - - [Added] `query` parameter `types` (type: `array`) - - - [Added] `query` parameter `tags` (type: `array`) - - - [Added] property `items[].company.addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].company.addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].address.state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].address.sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `items[].auto_assign_courier_partner` of schema `GetLocationSerializer` in response with status code 200 - - -#### createLocation - -- ##### What's New - - [Added] property `address.sector` of schema `AddressSerializer` in request body - - [Added] property `address.state_code` of schema `AddressSerializer` in request body - - [Breaking] [Added] Required status to property `address.country_code` in request body - - [Added] property `auto_assign_courier_partner` of schema `LocationSerializer` in request body - - [Breaking] [Added] Required status to property `documents` in request body - - -#### getLocationDetail - -- ##### What's New - - [Added] property `company.addresses[].state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `company.addresses[].sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `address.state_code` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `address.sector` of schema `GetAddressSerializer` in response with status code 200 - - [Added] property `auto_assign_courier_partner` of schema `GetLocationSerializer` in response with status code 200 - - -#### updateLocation - -- ##### What's New - - [Added] property `address.sector` of schema `AddressSerializer` in request body - - [Added] property `address.state_code` of schema `AddressSerializer` in request body - - [Breaking] [Added] Required status to property `address.country_code` in request body - - [Added] property `auto_assign_courier_partner` of schema `LocationSerializer` in request body - - [Breaking] [Added] Required status to property `documents` in request body - - -#### createLocationBulk - -- ##### What's New - - [Added] property `data[].address.sector` of schema `AddressSerializer` in request body - - [Added] property `data[].address.state_code` of schema `AddressSerializer` in request body - - [Breaking] [Added] Required status to property `data[].address.country_code` in request body - - [Added] property `data[].auto_assign_courier_partner` of schema `LocationSerializer` in request body - - [Breaking] [Added] Required status to property `data[].documents` in request body - - -### Configuration - - - -#### getBuildConfig - -- ##### What's New - - [Added] property `modified_at` of schema `MobileAppConfiguration` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `MobileAppConfiguration` in response with status code 200 - - -#### updateBuildConfig - -- ##### What's New - - [Added] property `modified_at` of schema `MobileAppConfiguration` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `MobileAppConfiguration` in response with status code 200 - - -#### getPreviousVersions - -- ##### What's New - - [Added] property `versions[]` of schema `BuildVersionHistory` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `versions._id`, `versions.application`, `versions.platform_type`, `versions.build_status`, `versions.version_name`, `versions.version_code`, `versions.created_at`, `versions.updated_at`, `versions.__v` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `versions` of schema `BuildVersion` in response with status code 200 - - -#### getAppFeatures - -- ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `feature.modified_at` of schema `AppFeature` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in response with status code 200 - - -#### updateAppFeatures - -- ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in request body - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in request body - - [Added] property `feature.modified_at` of schema `AppFeature` in request body - - [Added] property `common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `modified_at` of schema `AppFeature` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in request body - - [Breaking] [Deleted] property `updated_at` of schema `AppFeature` in response with status code 200 - - -#### modifyAppFeatures - -- ##### What's New - - [Added] property `feature.common.listing_page` of schema `CommonFeature` in request body - - [Added] property `feature.common.international_shipping` of schema `CommonFeature` in request body - - [Added] property `feature.modified_at` of schema `AppFeature` in request body - - [Added] property `common.listing_page` of schema `CommonFeature` in response with status code 200 - - [Added] property `common.international_shipping` of schema `CommonFeature` in response with status code 200 - - [Added] property `modified_at` of schema `AppFeature` in response with status code 200 - - [Added] Response with status 400 - - [Added] Response with status 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `feature.updated_at` of schema `AppFeature` in request body - - [Breaking] [Deleted] property `updated_at` of schema `AppFeature` in response with status code 200 - - -#### getAppBasicDetails - -- ##### What's New - - [Added] property `domain.message` of schema `Domain` in response with status code 200 - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `slug` of schema `ApplicationDetail` in response with status code 200 - - [Added] property `company_id` of schema `ApplicationDetail` in response with status code 200 - - -#### updateAppBasicDetails - -- ##### What's New - - [Added] property `domain.message` of schema `Domain` in request body - - [Added] property `domains[].message` of schema `Domain` in request body - - [Added] property `slug` of schema `ApplicationDetail` in request body - - [Added] property `company_id` of schema `ApplicationDetail` in request body - - [Added] property `domain.message` of schema `Domain` in response with status code 200 - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `slug` of schema `ApplicationDetail` in response with status code 200 - - [Added] property `company_id` of schema `ApplicationDetail` in response with status code 200 - - -#### getAppContactInfo - -- ##### What's New - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in response with status code 200 - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in response with status code 200 - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in response with status code 200 - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in response with status code 200 - - -#### updateAppContactInfo - -- ##### What's New - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in request body - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in request body - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in request body - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in request body - - [Added] property `modified_at` of schema `ApplicationInformation` in request body - - [Breaking] [Added] properties `address.loc.type`, `address.loc.coordinates` in response with status code 200 - - [Breaking] [Added] properties `support.phone[].code`, `support.phone[].number`, `support.phone[].key` in response with status code 200 - - [Breaking] [Added] properties `support.email[].value`, `support.email[].key` in response with status code 200 - - [Added] property `business_highlights[]` of schema `ApplicationInformation` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in request body - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in request body - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in request body - - [Deleted] Value format from `nullable` from property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Deleted] properties `business_highlights._id`, `business_highlights.title`, `business_highlights.icon`, `business_highlights.sub_title` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInformation` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in request body - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `address.loc` of schema `InformationAddress` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.phone[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `object` of property `support.email[]` of schema `InformationSupport` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `business_highlights` of schema `BusinessHighlights` in response with status code 200 - - -#### getAppApiTokens - -- ##### What's New - - [Added] property `tokens.fynd_rewards.credentials.private_key` of schema `FyndRewardsCredentials` in response with status code 200 - - [Added] property `modified_at` of schema `TokenResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `TokenResponse` in response with status code 200 - - -#### updateAppApiTokens - -- ##### What's New - - [Added] property `tokens.fynd_rewards.credentials.private_key` of schema `FyndRewardsCredentials` in request body - - [Added] property `modified_at` of schema `TokenResponse` in request body - - [Added] property `tokens.fynd_rewards.credentials.private_key` of schema `FyndRewardsCredentials` in response with status code 200 - - [Added] property `modified_at` of schema `TokenResponse` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `TokenResponse` in request body - - [Breaking] [Deleted] property `updated_at` of schema `TokenResponse` in response with status code 200 - - -#### getAppCompanies - -- ##### What's New - - [Added] property `items[]` of schema `CompaniesResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items.uid`, `items.name`, `items.company_type` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `items` of schema `AppInventoryCompanies` in response with status code 200 - - -#### getAppStores - -- ##### What's New - - [Added] property `items[]` of schema `StoresResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items._id`, `items.modified_on`, `items.uid`, `items.name`, `items.display_name`, `items.store_type`, `items.store_code`, `items.company_id` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `items` of schema `AppInventoryStores` in response with status code 200 - - -#### getInventoryConfig - -- ##### What's New - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### updateInventoryConfig - -- ##### What's New - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in request body - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in request body - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in request body - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in request body - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in request body - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in request body - - [Added] property `pii_masking` of schema `ApplicationInventory` in request body - - [Added] property `tags` of schema `ApplicationInventory` in request body - - [Added] property `__v` of schema `ApplicationInventory` in request body - - [Added] property `modified_at` of schema `ApplicationInventory` in request body - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 429 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in request body - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### partiallyUpdateInventoryConfig - -- ##### What's New - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in request body - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in request body - - [Breaking] [Added] Type `integer` to property `inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `modified_at` of schema `ApplicationInventory` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### getAppCurrencyConfig - -- ##### What's New - - [Added] property `modified_at` of schema `AppSupportedCurrency` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `AppSupportedCurrency` in response with status code 200 - - -#### updateAppCurrencyConfig - -- ##### What's New - - [Added] property `modified_at` of schema `AppSupportedCurrency` in request body - - [Added] property `modified_at` of schema `AppSupportedCurrency` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `AppSupportedCurrency` in request body - - [Breaking] [Deleted] property `updated_at` of schema `AppSupportedCurrency` in response with status code 200 - - -#### getAppSupportedCurrency - -- ##### What's New - - [Added] property `supported_currency[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `supported_currency[].country_code` of schema `Currency` in response with status code 200 - - [Added] property `_id` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `created_at` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `modified_at` of schema `AppCurrencyResponse` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `supported_currency[].updated_at` of schema `Currency` in response with status code 200 - - -#### getOrderingStoresByFilter - -- ##### What's New - - [Added] property `items[].address.sector` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.country_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.state_code` of schema `OptedStoreAddress` in response with status code 200 - - -#### updateOrderingStoreConfig - -- ##### What's New - - [Added] property `__v` of schema `DeploymentMeta` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - [Added] property `deployment_meta.__v` of schema `DeploymentMeta` in request body - - -#### getOrderingStoreConfig - -- ##### What's New - - [Added] property `deployment_meta.__v` of schema `DeploymentMeta` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### getStaffOrderingStores - -- ##### What's New - - [Added] property `items[].address.sector` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.country_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].address.state_code` of schema `OptedStoreAddress` in response with status code 200 - - -#### getOrderingStoreCookie - -- ##### What's New - - [Added] property `success` of schema `NotFound` in response with status code 400 - - -#### getDomains - -- ##### What's New - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - -#### addDomain - -- ##### What's New - - [Added] property `message` of schema `Domain` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - -#### removeDomainById - -- ##### What's New - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### changeDomainType - -- ##### What's New - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### createApplication - -- ##### What's New - - [Added] property `configuration.payment.callback_url` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.methods` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.payment_selection_lock` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.enabled` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.cod_amount_limit` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.cod_charges` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.anonymous_cod` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.payment.user_cod_limit` of schema `AppPaymentConfig` in request body - - [Added] property `configuration.article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in request body - - [Added] property `configuration.inventory` of schema `ApplicationInventory` in request body - - [Added] property `configuration.authentication` of schema `ApplicationInventory` in request body - - [Added] property `configuration.reward_points` of schema `ApplicationInventory` in request body - - [Added] property `configuration.cart` of schema `ApplicationInventory` in request body - - [Added] property `configuration.order` of schema `ApplicationInventory` in request body - - [Added] property `configuration.logistics` of schema `ApplicationInventory` in request body - - [Added] property `configuration.pii_masking` of schema `ApplicationInventory` in request body - - [Added] property `configuration.tags` of schema `ApplicationInventory` in request body - - [Added] property `configuration.__v` of schema `ApplicationInventory` in request body - - [Added] property `configuration.business` of schema `ApplicationInventory` in request body - - [Added] property `configuration.comms_enabled` of schema `ApplicationInventory` in request body - - [Added] property `configuration.communication` of schema `ApplicationInventory` in request body - - [Added] property `configuration.platforms` of schema `ApplicationInventory` in request body - - [Added] property `configuration._id` of schema `ApplicationInventory` in request body - - [Added] property `configuration.loyalty_points` of schema `ApplicationInventory` in request body - - [Added] property `configuration.app` of schema `ApplicationInventory` in request body - - [Added] property `configuration.created_at` of schema `ApplicationInventory` in request body - - [Added] property `configuration.modified_at` of schema `ApplicationInventory` in request body - - [Added] property `configuration.modified_by` of schema `ApplicationInventory` in request body - - [Added] property `app.domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `app.domain.message` of schema `Domain` in response with status code 200 - - [Added] property `app.modified_at` of schema `Application` in response with status code 200 - - [Added] property `app.mode` of schema `Application` in response with status code 200 - - [Added] property `app.status` of schema `Application` in response with status code 200 - - [Added] property `app.tokens` of schema `Application` in response with status code 200 - - [Added] property `app.secret` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `object` to property `app` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `configuration.inventory.brand.brands[]` of schema `InventoryBrand` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `configuration.inventory.store.rules[].brands[]` of schema `AppStoreRules` in response with status code 200 - - [Added] property `configuration.inventory.company_id` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `configuration.article_assignment.enforced_stores` of schema `ArticleAssignmentConfig` in response with status code 200 - - [Added] property `configuration.cart.international_delivery_charges` of schema `AppCartConfig` in response with status code 200 - - [Added] property `configuration.payment.user_cod_limit` of schema `AppPaymentConfig` in response with status code 200 - - [Added] property `configuration.pii_masking` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `configuration.tags` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `configuration.__v` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `configuration.modified_at` of schema `ApplicationInventory` in response with status code 200 - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `configuration.brand` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.store` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.image` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.franchise_enabled` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.out_of_stock` of schema `AppInventory` in request body - - [Breaking] [Deleted] property `configuration.only_verified_products` of schema `AppInventory` in request body - - [Deleted] Possible values from `ECOMM` from property `configuration.payment.mode_of_payment` of schema `InventoryPaymentConfig` in request body - - [Deleted] Possible values from `ECOMM` from property `configuration.payment.source` of schema `InventoryPaymentConfig` in request body - - [Deleted] Type from `string` from property `configuration.article_assignment.rules.store_priority.storetype_order[]` of schema `StorePriorityRule` in request body - - [Breaking] [Deleted] property `app.updated_at` of schema `Application` in response with status code 200 - - [Breaking] [Deleted] property `configuration.updated_at` of schema `ApplicationInventory` in response with status code 200 - - -#### getApplications - -- ##### What's New - - [Added] property `items[].domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `items[].domain.message` of schema `Domain` in response with status code 200 - - [Added] property `items[].modified_at` of schema `Application` in response with status code 200 - - [Added] property `items[].mode` of schema `Application` in response with status code 200 - - [Added] property `items[].status` of schema `Application` in response with status code 200 - - [Added] property `items[].tokens` of schema `Application` in response with status code 200 - - [Added] property `items[].secret` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[]` of schema `Application` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `Application` in response with status code 200 - - -#### getApplicationById - -- ##### What's New - - [Added] property `domains[].message` of schema `Domain` in response with status code 200 - - [Added] property `domain.message` of schema `Domain` in response with status code 200 - - [Added] property `modified_at` of schema `Application` in response with status code 200 - - [Added] property `mode` of schema `Application` in response with status code 200 - - [Added] property `status` of schema `Application` in response with status code 200 - - [Added] property `tokens` of schema `Application` in response with status code 200 - - [Added] property `secret` of schema `Application` in response with status code 200 - - [Breaking] [Added] Type `object` to property `` of schema `Application` in response with status code 200 - - [Added] Response with status 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Application` in response with status code 200 - - -#### getCurrencies - -- ##### What's New - - [Added] property `items[].modified_at` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_name` of schema `Currency` in response with status code 200 - - [Added] property `items[].country_code` of schema `Currency` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `Currency` in response with status code 200 - - -#### getIntegrationById - -- ##### What's New - - [Added] property `slug` of schema `Integration` in response with status code 200 - - [Added] property `hidden` of schema `Integration` in response with status code 200 - - [Added] property `modified_at` of schema `Integration` in response with status code 200 - - [Added] Response with status 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `Integration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `companies[]` of schema `Integration` in response with status code 200 - - -#### getAvailableOptIns - -- ##### What's New - - [Added] property `items[].slug` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].hidden` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].modified_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `items[].companies[]` of schema `IntegrationOptIn` in response with status code 200 - - -#### getSelectedOptIns - -- ##### What's New - - [Added] property `items[].slug` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].hidden` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `items[].modified_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationOptIn` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `items[].companies[]` of schema `IntegrationOptIn` in response with status code 200 - - -#### getIntegrationLevelConfig - -- ##### What's New - - [Added] property `items[].company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `items[].modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `items[].success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `items[].message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### updateLevelIntegration - -- ##### What's New - - [Added] property `items[].company_id` of schema `IntegrationLevel` in request body - - [Added] property `items[].modified_at` of schema `IntegrationLevel` in request body - - [Added] property `items[].success` of schema `IntegrationLevel` in request body - - [Added] property `items[].message` of schema `IntegrationLevel` in request body - - [Added] property `company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].updated_at` of schema `IntegrationLevel` in request body - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### getIntegrationByLevelId - -- ##### What's New - - [Added] property `company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### updateLevelUidIntegration - -- ##### What's New - - [Added] property `company_id` of schema `IntegrationLevel` in request body - - [Added] property `modified_at` of schema `IntegrationLevel` in request body - - [Added] property `success` of schema `IntegrationLevel` in request body - - [Added] property `message` of schema `IntegrationLevel` in request body - - [Added] property `company_id` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `modified_at` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `success` of schema `IntegrationLevel` in response with status code 200 - - [Added] property `message` of schema `IntegrationLevel` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in request body - - [Breaking] [Deleted] property `updated_at` of schema `IntegrationLevel` in response with status code 200 - - -#### getLevelActiveIntegrations - -- ##### What's New - - [Added] property `other_integration.slug` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `other_integration.hidden` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `other_integration.modified_at` of schema `IntegrationOptIn` in response with status code 200 - - [Added] property `other_entity.modified_at` of schema `OtherEntity` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `other_integration.updated_at` of schema `IntegrationOptIn` in response with status code 200 - - [Breaking] [Deleted] property `other_entity.updated_at` of schema `OtherEntity` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `other_integration.companies[]` of schema `IntegrationOptIn` in response with status code 200 - - -#### getBrandsByCompany - -- ##### What's New - - [Added] property `brands[]` of schema `BrandsByCompanyResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `brands.name`, `brands.value`, `brands.brand_logo_url`, `brands.brand_banner_url`, `brands.brand_banner_portrait_url` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `brands` of schema `CompanyBrandInfo` in response with status code 200 - - -#### getStoreByBrands - -- ##### What's New - - [Added] property `items[].store_address.sector` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].store_address.country_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].store_address.state_code` of schema `OptedStoreAddress` in response with status code 200 - - [Added] property `items[].company.id` of schema `OptedCompany` in response with status code 200 - - -#### getOtherSellerApplicationById - -- ##### What's New - - [Added] property `company.id` of schema `OptedCompany` in response with status code 200 - - [Breaking] [Added] Type `array` to property `opted_inventory.items` of schema `OptedInventory` in response with status code 200 - - [Added] property `opted_inventory.items[]` of schema `OptedInventory` in response with status code 200 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -#### optOutFromApplication - -- ##### What's New - - [Added] property `success` of schema `InvalidPayloadRequest` in response with status code 400 - - [Added] property `success` of schema `NotFound` in response with status code 404 - - -### Content - - - -#### createBlog - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getBlogs - -- ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### updateBlog - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### deleteBlog - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getComponentById - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getPageMeta - -- ##### What's New - - [Added] property `custom_pages[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `custom_pages[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `custom_pages[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `custom_pages[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### createPagePreview - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### updatePagePreview - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### deletePage - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getSEOConfiguration - -- ##### What's New - - [Added] property `seo.additional_sitemap` of schema `SeoSchema` in response with status code 200 - - -#### updateSEOConfiguration - -- ##### What's New - - [Added] property `seo.additional_sitemap` of schema `SeoSchema` in request body - - [Added] property `additional_sitemap` of schema `SeoSchema` in response with status code 200 - - -#### getSlideshows - -- ##### What's Changed - - [Changed] Path From `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows/` To `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows` - - -#### createSlideshow - -- ##### What's Changed - - [Changed] Path From `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows/` To `/service/platform/content/v1.0/company/{company_id}/application/{application_id}/slideshows` - - -#### getBlogBySlug - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### createPage - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getPages - -- ##### What's New - - [Added] property `items[].seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `items[].seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### updatePage - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in request body - - [Added] property `seo.sitemap` of schema `SEO` in request body - - [Added] property `seo.breadcrumb` of schema `SEO` in request body - - [Added] property `seo.canonical_url` of schema `SEO` in request body - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getPageBySlug - -- ##### What's New - - [Added] property `seo.meta_tags` of schema `SEO` in response with status code 200 - - [Added] property `seo.sitemap` of schema `SEO` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `SEO` in response with status code 200 - - [Added] property `seo.canonical_url` of schema `SEO` in response with status code 200 - - -#### getDataLoadersByService - -- ##### What's New - - [Added] method `getDataLoadersByService` - - - -#### getDefaultSEOMarkupSchema - -- ##### What's New - - [Added] method `getDefaultSEOMarkupSchema` - - - -#### getSEOMarkupSchemas - -- ##### What's New - - [Added] method `getSEOMarkupSchemas` - - - -#### createSEOMarkupSchema - -- ##### What's New - - [Added] method `createSEOMarkupSchema` - - - -#### getSEOMarkupSchema - -- ##### What's New - - [Added] method `getSEOMarkupSchema` - - - -#### editSEOMarkupSchema - -- ##### What's New - - [Added] method `editSEOMarkupSchema` - - - -#### deleteSEOMarkupSchema - -- ##### What's New - - [Added] method `deleteSEOMarkupSchema` - - - -#### getCustomFieldTypes - -- ##### What's New - - [Added] method `getCustomFieldTypes` - - - -#### getResources - -- ##### What's New - - [Added] method `getResources` - - - -#### getCustomFieldDefinitions - -- ##### What's New - - [Added] method `getCustomFieldDefinitions` - - - -#### createCustomFieldDefinition - -- ##### What's New - - [Added] method `createCustomFieldDefinition` - - - -#### getCustomFieldDefinition - -- ##### What's New - - [Added] method `getCustomFieldDefinition` - - - -#### updateCustomFieldDefinition - -- ##### What's New - - [Added] method `updateCustomFieldDefinition` - - - -#### deleteCustomFieldDefinition - -- ##### What's New - - [Added] method `deleteCustomFieldDefinition` - - - -#### getCustomFields - -- ##### What's New - - [Added] method `getCustomFields` - - - -#### getCustomFieldsByResourceId - -- ##### What's New - - [Added] method `getCustomFieldsByResourceId` - - - -#### createCustomFieldByResourceId - -- ##### What's New - - [Added] method `createCustomFieldByResourceId` - - - -#### createCustomObjectDefinition - -- ##### What's New - - [Added] method `createCustomObjectDefinition` - - - -#### getCustomObjectDefinitions - -- ##### What's New - - [Added] method `getCustomObjectDefinitions` - - - -#### getCustomObjectDefinition - -- ##### What's New - - [Added] method `getCustomObjectDefinition` - - - -#### updateCustomObjectDefinition - -- ##### What's New - - [Added] method `updateCustomObjectDefinition` - - - -#### deleteCustomObjectDefinition - -- ##### What's New - - [Added] method `deleteCustomObjectDefinition` - - - -#### getCustomObjects - -- ##### What's New - - [Added] method `getCustomObjects` - - - -#### createCustomObject - -- ##### What's New - - [Added] method `createCustomObject` - - - -#### getCustomObject - -- ##### What's New - - [Added] method `getCustomObject` - - - -#### deleteCustomObject - -- ##### What's New - - [Added] method `deleteCustomObject` - - - -#### updateCustomObject - -- ##### What's New - - [Added] method `updateCustomObject` - - - -#### getJobs - -- ##### What's New - - [Added] method `getJobs` - - - -#### importCustomObjectEntries - -- ##### What's New - - [Added] method `importCustomObjectEntries` - - - -#### exportCustomObjectEntries - -- ##### What's New - - [Added] method `exportCustomObjectEntries` - - - -#### sampleCustomObjectBulkEntry - -- ##### What's New - - [Added] method `sampleCustomObjectBulkEntry` - - - -#### getAppCustomFieldTypes - -- ##### What's New - - [Added] method `getAppCustomFieldTypes` - - - -#### getAppResources - -- ##### What's New - - [Added] method `getAppResources` - - - -#### getAppCustomFieldDefinitions - -- ##### What's New - - [Added] method `getAppCustomFieldDefinitions` - - - -#### createAppCustomFieldDefinition - -- ##### What's New - - [Added] method `createAppCustomFieldDefinition` - - - -#### getAppCustomFieldDefinition - -- ##### What's New - - [Added] method `getAppCustomFieldDefinition` - - - -#### updateAppCustomFieldDefinition - -- ##### What's New - - [Added] method `updateAppCustomFieldDefinition` - - - -#### deleteAppCustomFieldDefinition - -- ##### What's New - - [Added] method `deleteAppCustomFieldDefinition` - - - -#### getAppCustomFields - -- ##### What's New - - [Added] method `getAppCustomFields` - - - -#### getAppCustomFieldsByResourceId - -- ##### What's New - - [Added] method `getAppCustomFieldsByResourceId` - - - -#### createAppCustomFieldByResourceId - -- ##### What's New - - [Added] method `createAppCustomFieldByResourceId` - - - -#### createAppCustomObjectDefinition - -- ##### What's New - - [Added] method `createAppCustomObjectDefinition` - - - -#### getAppCustomObjectDefinitions - -- ##### What's New - - [Added] method `getAppCustomObjectDefinitions` - - - -#### getAppCustomObjectDefinition - -- ##### What's New - - [Added] method `getAppCustomObjectDefinition` - - - -#### updateAppCustomObjectDefinition - -- ##### What's New - - [Added] method `updateAppCustomObjectDefinition` - - - -#### deleteAppCustomObjectDefinition - -- ##### What's New - - [Added] method `deleteAppCustomObjectDefinition` - - - -#### getAppCustomObjects - -- ##### What's New - - [Added] method `getAppCustomObjects` - - - -#### createAppCustomObject - -- ##### What's New - - [Added] method `createAppCustomObject` - - - -#### getAppCustomObject - -- ##### What's New - - [Added] method `getAppCustomObject` - - - -#### deleteAppCustomObject - -- ##### What's New - - [Added] method `deleteAppCustomObject` - - - -#### updateAppCustomObject - -- ##### What's New - - [Added] method `updateAppCustomObject` - - - -#### getAppJobs - -- ##### What's New - - [Added] method `getAppJobs` - - - -#### importAppCustomObjectEntries - -- ##### What's New - - [Added] method `importAppCustomObjectEntries` - - - -#### exportAppCustomObjectEntries - -- ##### What's New - - [Added] method `exportAppCustomObjectEntries` - - - -#### sampleAppCustomObjectBulkEntry - -- ##### What's New - - [Added] method `sampleAppCustomObjectBulkEntry` - - - -### Discount - - - -#### getDiscounts - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `items[].validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `items[].validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `items[].zone_ids` of schema `DiscountJob` in response with status code 200 - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `message` in response with status code 400 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `string` of property `page.type` of schema `Page` in response with status code 200 - - -#### createDiscount - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `zone_ids` of schema `DiscountJob` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `extension_ids` in request body - - -#### getDiscount - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `zone_ids` of schema `DiscountJob` in response with status code 200 - - -#### updateDiscount - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in response with status code 200 - - [Added] property `zone_ids` of schema `DiscountJob` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `extension_ids` in request body - - -#### upsertDiscountItems - -- ##### What's New - - [Added] property `items[].brand_name` of schema `DiscountItems` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].brand_uid` of schema `DiscountItems` in request body - - -#### validateDiscountFile - -- ##### What's New - - [Breaking] [Added] Value format `date-time` to property `validity.start` of schema `ValidityObject` in request body - - [Breaking] [Added] Value format `date-time` to property `validity.end` of schema `ValidityObject` in request body - - [Added] property `company_id` of schema `FileJobRequest` in request body - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - -#### downloadDiscountFile - -- ##### What's New - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - -#### getValidationJob - -- ##### What's New - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - [Deleted] Required status from property `message` in response with status code 400 - - -#### cancelValidationJob - -- ##### What's New - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `message` in response with status code 400 - - -#### getDownloadJob - -- ##### What's New - - [Breaking] [Added] properties `body.name`, `body.company_id`, `body.is_active`, `body.app_ids`, `body.job_type`, `body.discount_type`, `body.discount_level`, `body.value`, `body.file_path`, `body.brand_ids`, `body.store_ids`, `body.extension_ids`, `body.zone_ids`, `body.discount_meta`, `body.validity`, `body.created_on`, `body.modified_on`, `body.created_by`, `body.modified_by`, `body.meta` in response with status code 200 - - [Added] property `progress` of schema `FileJobResponse` in response with status code 200 - - [Added] property `extension_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `zone_ids` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `modified_on` of schema `FileJobResponse` in response with status code 200 - - [Added] property `created_by` of schema `FileJobResponse` in response with status code 200 - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_path` in response with status code 200 - - [Deleted] Required status from property `file_type` in response with status code 200 - - [Deleted] Required status from property `message` in response with status code 400 - - -#### cancelDownloadJob - -- ##### What's New - - [Added] property `error` of schema `BadRequestObjectGet` in response with status code 400 - - [Added] property `data` of schema `BadRequestObjectGet` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `message` in response with status code 400 - - -### FileStorage - - - -#### startUpload - -- ##### What's Deprecated - - [Deleted] properties `params.subpath` in request body - - -#### appStartUpload - -- ##### What's Deprecated - - [Deleted] properties `params.subpath` in request body - - -#### appbrowse - -- ##### What's New - - [Added] `query` parameter `search` (type: `string`) - - - -#### getPdfTypes - -- ##### What's New - - [Breaking] [Added] Required status to property `data[].country_code` in response with status code 200 - - -#### getDefaultPdfData - -- ##### What's New - - [Added] property `data[].payload.delivery_partner_detail.origin` of schema `DeliveryPartnerDetail` in response with status code 200 - - [Added] property `data[].payload.delivery_partner_detail.destination` of schema `DeliveryPartnerDetail` in response with status code 200 - - [Added] property `data[].payload.payments[].time` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.payments[].mode` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.payments[].name` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.payments[].meta` of schema `PaymentData` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.device_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.marketplace_invoice_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.marketplace_shipment_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.invoice_detail.channel_order_id` of schema `InvoiceDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.display_address` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.sector` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.phone` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.trn` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.vat` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.business_country_timezone` of schema `CompanyDetail` in response with status code 200 - - [Added] property `data[].payload.company_detail.business_country_currency` of schema `CompanyDetail` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `data[].payload.store_detail.gstin` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.store_detail.display_address` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.store_detail.sector` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.store_detail.store_id` of schema `StoreDetail` in response with status code 200 - - [Added] property `data[].payload.customer_billing_detail.display_address` of schema `CustomerBillingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_billing_detail.sector` of schema `CustomerBillingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_billing_detail.email` of schema `CustomerBillingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_shipping_detail.display_address` of schema `CustomerShippingDetail` in response with status code 200 - - [Added] property `data[].payload.customer_shipping_detail.sector` of schema `CustomerShippingDetail` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `data[].payload.return_detail.gstin` of schema `ReturnDetail` in response with status code 200 - - [Added] property `data[].payload.return_detail.display_address` of schema `ReturnDetail` in response with status code 200 - - [Added] property `data[].payload.return_detail.sector` of schema `ReturnDetail` in response with status code 200 - - [Added] property `data[].payload.product_table.products[].meta` of schema `ItemsProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.products[].country_of_origin` of schema `ItemsProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.gift_price` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.total_quantity` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.sub_total` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.discount` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.promotion` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.coupon` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.reward` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.round_off` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.product_table.total_value_of_goods` of schema `ProductTable` in response with status code 200 - - [Added] property `data[].payload.registered_company_detail.display_address` of schema `RegisteredCompanyDetail` in response with status code 200 - - [Added] property `data[].payload.registered_company_detail.sector` of schema `RegisteredCompanyDetail` in response with status code 200 - - [Added] property `data[].payload.meta.generator.awb_number_barcode_generator` of schema `MetaProperty` in response with status code 200 - - [Added] property `data[].payload.is_export` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.is_export_shipment` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.txn_id` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.utr` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.po_number` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.credit_note_id` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.current_date` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.total_value_of_goods` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.b2b_buyer_details` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.is_qwik` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].payload.order_type` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Added] property `data[].country_code` of schema `DummyTemplateData` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data[].payload.is_international` of schema `DummyTemplateDataPayload` in response with status code 200 - - [Deleted] properties `data[].payload.conversion_rate.rates.inr`, `data[].payload.conversion_rate.rates.usd` in response with status code 200 - - -#### browsefiles - -- ##### What's New - - [Added] method `browsefiles` - - - -### Finance - - - -#### generateReport - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### downloadReport - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### getData - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### getReason - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### getReportList - -- ##### What's New - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### creditlineDataplatform - -- ##### What's New - - [Breaking] [Added] properties `page.item_count`, `page.current`, `page.has_next`, `page.size`, `page.type` in response with status code 200 - - -#### invoiceListing - -- ##### What's New - - [Added] property `items[].currency` of schema `InvoiceListingResponseItems` in response with status code 200 - - [Added] property `page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page.item_total` of schema `Page` in response with status code 200 - - -#### invoicePDF - -- ##### What's New - - [Breaking] [Added] Required status to Request body content - - -#### creditNoteDetails - -- ##### What's New - - [Breaking] [Added] properties `data.cn_details.staff_id`, `data.cn_details.expiry_date`, `data.cn_details.channel_of_issuance`, `data.cn_details.order_id`, `data.cn_details.date_issued`, `data.cn_details.ordering_channel`, `data.cn_details.shipment_id`, `data.cn_details.store_id`, `data.cn_details.invoice_number` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data.cn_details[]` of schema `CreditNoteDetails` in response with status code 200 - - -#### generateReportCustomerCn - -- ##### What's New - - [Added] property `data.page.item_count` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data.page.item_total` of schema `Page` in response with status code 200 - - -#### invoicePaymentDetails - -- ##### What's New - - [Added] method `invoicePaymentDetails` - - - -#### invoiceActivityLogs - -- ##### What's New - - [Added] method `invoiceActivityLogs` - - - -#### unlockCreditNote - -- ##### What's New - - [Added] method `unlockCreditNote` - - - -### Lead - - - -#### getTickets - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTickets` to `getNewTickets` - - -#### getTicket - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTicket` to `getNewTicket` - - -#### editTicket - -- ##### What's Changed - - [Breaking] [Changed] operationId from `editTicket` to `editNewTicket` - - -#### createPlatformTicketHistory - -- ##### What's New - - [Added] Possible values to property `type` of schema `HistoryTypeEnum` in request body - - -#### createHistory - -- ##### What's Changed - - [Breaking] [Changed] operationId from `createHistory` to `createNewHistory` - - -#### getTicketHistory - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTicketHistory` to `getNewTicketHistory` - - -#### getTokenForVideoRoom - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getTokenForVideoRoom` to `getNewTokenForVideoRoom` - - -#### getVideoParticipants - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getVideoParticipants` to `getNewVideoParticipants` - - -#### deleteCustomForm - -- ##### What's New - - [Added] method `deleteCustomForm` - - - -### Serviceability - - - -#### getApplicationServiceability - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getApplicationServiceability` - - - -#### updateApplicationServiceability - -- ##### What's Deprecated - - [Breaking] [Deleted] method `updateApplicationServiceability` - - - -#### getEntityRegionView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getEntityRegionView` - - - -#### getListView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getListView` - - - -#### getCompanyStoreView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getCompanyStoreView` - - - -#### updateZoneControllerView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `updateZoneControllerView` - - - -#### getZoneDataView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZoneDataView` - - - -#### createZone - -- ##### What's New - - [Added] property `name` of schema `CreateZoneData` in request body - - [Added] property `slug` of schema `CreateZoneData` in request body - - [Added] property `company_id` of schema `CreateZoneData` in request body - - [Added] property `is_active` of schema `CreateZoneData` in request body - - [Added] property `channels` of schema `CreateZoneData` in request body - - [Added] property `store_ids` of schema `CreateZoneData` in request body - - [Added] property `region_type` of schema `CreateZoneData` in request body - - [Added] property `mapping` of schema `CreateZoneData` in request body - - [Added] property `assignment_preference` of schema `CreateZoneData` in request body - - [Breaking] [Added] Required status to property `is_active` in request body - - [Breaking] [Added] Required status to property `mapping` in request body - - [Breaking] [Added] Required status to property `name` in request body - - [Breaking] [Added] Required status to property `product` in request body - - [Breaking] [Added] Required status to property `region_type` in request body - - [Breaking] [Added] Required status to property `slug` in request body - - [Breaking] [Added] Required status to property `store_ids` in request body - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `identifier` of schema `ZoneRequest` in request body - - [Breaking] [Deleted] property `data` of schema `ZoneRequest` in request body - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `data` in request body - - [Breaking] [Changed] Required status of property `identifier` in request body - - [Changed] Path From `/service/platform/logistics/v1.0/company/{company_id}/zone` To `/service/platform/logistics/v2.0/company/{company_id}/zones` - - -#### getZoneFromPincodeView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZoneFromPincodeView` - - - -#### getZonesFromApplicationIdView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZonesFromApplicationIdView` - - - -#### getZoneListView - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getZoneListView` - - - -#### getStore - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getStore` - - - -#### getAllStores -- [Note] This method is deprecated and it will be removed in future versions. - - -#### addAppDp - -- ##### What's Deprecated - - [Breaking] [Deleted] method `addAppDp` - - - -#### deleteAppDp - -- ##### What's Deprecated - - [Breaking] [Deleted] method `deleteAppDp` - - - -#### updatePincodeMopView - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### updatePincodeBulkView - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### updatePincodeCoDListing - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### updatePincodeAuditHistory - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - - -#### upsertDpAccount - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpAccount` - - - -#### getDpAccount - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpAccount` - - - -#### updateDpRule - -- ##### What's Deprecated - - [Breaking] [Deleted] method `updateDpRule` - - - -#### getDpRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpRules` - - - -#### upsertDpRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpRules` - - - -#### getDpRuleInsert - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpRuleInsert` - - - -#### upsertDpCompanyRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpCompanyRules` - - - -#### getDpCompanyRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpCompanyRules` - - - -#### upsertDpApplicationRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `upsertDpApplicationRules` - - - -#### getDpApplicationRules - -- ##### What's Deprecated - - [Breaking] [Deleted] method `getDpApplicationRules` - - - -#### updateSelfShip - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] operationId from `updateSelfShip` to `patchApplicationServiceabilitySelfShipment` - - -#### getSelfShip - -- ##### What's New - - [Added] Response with status 400 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getSelfShip` to `getApplicationServiceabilitySelfShipment` - - -#### getZones - -- ##### What's New - - [Added] method `getZones` - - - -#### updateZoneById - -- ##### What's New - - [Added] method `updateZoneById` - - - -#### getZoneById - -- ##### What's New - - [Added] method `getZoneById` - - - -#### createCourierPartnerAccount - -- ##### What's New - - [Added] method `createCourierPartnerAccount` - - - -#### getCourierPartnerAccounts - -- ##### What's New - - [Added] method `getCourierPartnerAccounts` - - - -#### updateCourierPartnerAccount - -- ##### What's New - - [Added] method `updateCourierPartnerAccount` - - - -#### getCourierPartnerAccount - -- ##### What's New - - [Added] method `getCourierPartnerAccount` - - - -#### updateCourierRule - -- ##### What's New - - [Added] method `updateCourierRule` - - - -#### getCourierPartnerRule - -- ##### What's New - - [Added] method `getCourierPartnerRule` - - - -#### createCourierPartnerRule - -- ##### What's New - - [Added] method `createCourierPartnerRule` - - - -#### getCourierPartnerRules - -- ##### What's New - - [Added] method `getCourierPartnerRules` - - - -#### updateCompanyConfiguration - -- ##### What's New - - [Added] method `updateCompanyConfiguration` - - - -#### getCompanyConfiguration - -- ##### What's New - - [Added] method `getCompanyConfiguration` - - - -#### updateApplicationConfiguration - -- ##### What's New - - [Added] method `updateApplicationConfiguration` - - - -#### getApplicationConfiguration - -- ##### What's New - - [Added] method `getApplicationConfiguration` - - - -#### bulkTat - -- ##### What's New - - [Added] method `bulkTat` - - - -#### getBulkTat - -- ##### What's New - - [Added] method `getBulkTat` - - - -#### getApplicationConfig - -- ##### What's New - - [Added] method `getApplicationConfig` - - - -#### insertApplicationConfig - -- ##### What's New - - [Added] method `insertApplicationConfig` - - - -#### updateStoreRulesConfig - -- ##### What's New - - [Added] method `updateStoreRulesConfig` - - - -#### getStoreRules - -- ##### What's New - - [Added] method `getStoreRules` - - - -#### createStoreRules - -- ##### What's New - - [Added] method `createStoreRules` - - - -#### getStoreRule - -- ##### What's New - - [Added] method `getStoreRule` - - - -#### updateStoreRules - -- ##### What's New - - [Added] method `updateStoreRules` - - - -#### bulkServiceability - -- ##### What's New - - [Added] method `bulkServiceability` - - - -#### getBulkServiceability - -- ##### What's New - - [Added] method `getBulkServiceability` - - - -#### getServiceability - -- ##### What's New - - [Added] method `getServiceability` - - - -#### updateServiceability - -- ##### What's New - - [Added] method `updateServiceability` - - - -#### createPackageMaterial - -- ##### What's New - - [Added] method `createPackageMaterial` - - - -#### getPackageMaterialList - -- ##### What's New - - [Added] method `getPackageMaterialList` - - - -#### createPackageMaterialRule - -- ##### What's New - - [Added] method `createPackageMaterialRule` - - - -#### getPackageMaterialRules - -- ##### What's New - - [Added] method `getPackageMaterialRules` - - - -#### updatePackageMaterialRule - -- ##### What's New - - [Added] method `updatePackageMaterialRule` - - - -#### getPackageMaterialRule - -- ##### What's New - - [Added] method `getPackageMaterialRule` - - - -#### updatePackageMaterials - -- ##### What's New - - [Added] method `updatePackageMaterials` - - - -#### getPackageMaterials - -- ##### What's New - - [Added] method `getPackageMaterials` - - - -#### updateCourierPartnerRulePriority - -- ##### What's New - - [Added] method `updateCourierPartnerRulePriority` - - - -### Order - - - -#### invalidateShipmentCache - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### reassignLocation - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateShipmentLock - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### getAnnouncements - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateAddress - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateShipmentStatus - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### processManifest - -- ##### What's Deprecated - - [Breaking] [Deleted] method `processManifest` - - - -#### dispatchManifest - -- ##### What's Deprecated - - [Breaking] [Deleted] method `dispatchManifest` - - - -#### getRoleBasedActions - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### getShipmentHistory - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### postShipmentHistory - -- ##### What's New - - [Added] property `activity_history[].filters` of schema `PostHistoryDict` in request body - - [Added] property `activity_history[].data` of schema `PostHistoryDict` in request body - - [Breaking] [Added] Required status to property `activity_history[].filters` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `activity_history[].activity_history` of schema `PostHistoryDict` in request body - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `activity_history[].activity_history` in request body - - -#### sendSmsNinja - -- ##### What's New - - [Added] property `result[].order_details.user_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.tax_details` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mongo_cart_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.delivery_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.transaction_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.collect_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.headers` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.coupon_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.created_time` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.currency` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.total_order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.meta` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cod_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.refund_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_date` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_methods` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_mode_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.promotion_effective_discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mode_of_payment` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_applied` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.fynd_credits` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel_logo` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.prices` of schema `OrderDetails` in response with status code 200 - - -#### updatePackagingDimensions - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### createOrder - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta` of schema `Shipment` in request body - - [Added] property `shipments[].parent_type` of schema `Shipment` in request body - - [Added] property `shipments[].store_invoice_id` of schema `Shipment` in request body - - [Added] property `shipments[].lock_status` of schema `Shipment` in request body - - [Added] property `shipments[].type` of schema `Shipment` in request body - - [Added] property `shipments[].billing_address_json` of schema `Shipment` in request body - - [Added] property `shipments[].id` of schema `Shipment` in request body - - [Added] property `shipments[].fulfilment_priority` of schema `Shipment` in request body - - [Added] property `shipments[].is_active` of schema `Shipment` in request body - - [Added] property `shipments[].previous_shipment_id` of schema `Shipment` in request body - - [Added] property `shipments[].pdf_links` of schema `Shipment` in request body - - [Added] property `shipments[].delivery_address_json` of schema `Shipment` in request body - - [Added] property `shipments[].eway_bill_id` of schema `Shipment` in request body - - [Added] property `shipments[].affiliate_shipment_id` of schema `Shipment` in request body - - [Added] property `shipments[].fynd_order_id` of schema `Shipment` in request body - - [Added] property `shipments[].tags` of schema `Shipment` in request body - - [Added] property `shipments[].created_at` of schema `Shipment` in request body - - [Added] property `shipments[].delivery_awb_number` of schema `Shipment` in request body - - [Added] property `shipments[].hand_over_contact_json` of schema `Shipment` in request body - - [Added] property `shipments[].credit_note_id` of schema `Shipment` in request body - - [Added] property `shipments[].parent_id` of schema `Shipment` in request body - - [Added] property `shipments[].affiliate_id` of schema `Shipment` in request body - - [Added] property `shipments[].packaging_type` of schema `Shipment` in request body - - [Added] property `shipments[].vertical` of schema `Shipment` in request body - - [Added] property `shipments[].quantity` of schema `Shipment` in request body - - [Added] property `shipments[].status` of schema `Shipment` in request body - - [Added] property `shipments[].price` of schema `Shipment` in request body - - [Added] property `shipments[].gst` of schema `Shipment` in request body - - [Added] property `shipping_info.address` of schema `ShippingInfo` in request body - - [Added] property `shipping_info.area` of schema `ShippingInfo` in request body - - [Added] property `shipping_info.country_iso_code` of schema `ShippingInfo` in request body - - [Added] property `billing_info.address` of schema `BillingInfo` in request body - - [Added] property `billing_info.area` of schema `BillingInfo` in request body - - [Added] property `billing_info.landmark` of schema `BillingInfo` in request body - - [Added] property `billing_info.country_iso_code` of schema `BillingInfo` in request body - -- ##### What's Deprecated - - [Deleted] Required status from properties `shipping_info.address1`, `shipping_info.city`, `shipping_info.country`, `shipping_info.first_name`, `shipping_info.pincode`, `shipping_info.primary_email`, `shipping_info.primary_mobile_number`, `shipping_info.state` in request body - - [Deleted] Required status from properties `billing_info.address1`, `billing_info.city`, `billing_info.country`, `billing_info.first_name`, `billing_info.pincode`, `billing_info.primary_email`, `billing_info.primary_mobile_number`, `billing_info.state` in request body - - -#### uploadConsent - -- ##### What's Deprecated - - [Breaking] [Deleted] method `uploadConsent` - - - -#### checkOrderStatus - -- ##### What's New - - [Added] property `result[].order_details.user_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.tax_details` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mongo_cart_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.delivery_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.transaction_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.collect_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.headers` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.coupon_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.created_time` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.currency` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.total_order_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.meta` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cod_charges` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_value` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.refund_by` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_date` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_methods` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_order_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.payment_mode_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.promotion_effective_discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.mode_of_payment` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.discount` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.cashback_applied` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.fynd_credits` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.affiliate_id` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.ordering_channel_logo` of schema `OrderDetails` in response with status code 200 - - [Added] property `result[].order_details.prices` of schema `OrderDetails` in response with status code 200 - - -#### fetchCreditBalanceDetail - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### fetchRefundModeConfig - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### attachOrderUser - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### sendUserMobileOTP - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### verifyMobileOTP - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### downloadLanesReport - -- ##### What's New - - [Added] property `start_date` of schema `BulkReportsDownloadRequest` in request body - - [Added] property `end_date` of schema `BulkReportsDownloadRequest` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `from_date` of schema `BulkReportsDownloadRequest` in request body - - [Breaking] [Deleted] property `to_date` of schema `BulkReportsDownloadRequest` in request body - - -#### eInvoiceRetry - -- ##### What's New - - [Added] property `shipments_data[].einvoice_type` of schema `EInvoiceRetryShipmentData` in request body - - [Breaking] [Added] Required status to property `shipments_data[].einvoice_type` in request body - - [Added] property `response_data[].einvoice_type` of schema `EInvoiceResponseData` in response with status code 200 - - [Added] property `response_data[].status` of schema `EInvoiceResponseData` in response with status code 200 - - [Added] property `response_data[].einvoice_info` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Added] Required status to property `response_data[].status` in response with status code 200 - - [Added] Response with status 400 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `success` of schema `EInvoiceRetryResponse` in response with status code 200 - - [Breaking] [Deleted] property `success_count` of schema `EInvoiceRetryResponse` in response with status code 200 - - [Breaking] [Deleted] property `message` of schema `EInvoiceRetryResponse` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].success` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].ack_no` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].irn` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].ack_dt` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].timeout` of schema `EInvoiceResponseData` in response with status code 200 - - [Breaking] [Deleted] property `response_data[].timeout_unit` of schema `EInvoiceResponseData` in response with status code 200 - - [Deleted] Required status from property `success_count` in response with status code 200 - - [Breaking] [Deleted] Response with status 4XX - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `response_data[].success` in response with status code 200 - - -#### trackShipment - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `page.item_total` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.current` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.size` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.type` of schema `PageDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.has_next` of schema `PageDetails` in response with status code 200 - - [Added] property `page.has_previous` of schema `PageDetails` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### updateShipmentTracking - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 4XX - - -#### getShipments - -- ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) - - - [Added] `query` parameter `end_date` (type: `string`) - - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.status` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.status_created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].fulfilling_store.address1` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.display_address` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.tags` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].estimated_sla_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].status_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].shipment_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency_info` of schema `ShipmentItem` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] `query` parameter `fetch_active_shipment` (type: `boolean`) - - - [Added] property `shipments[].tracking_list[].created_ts` of schema `TrackingList` in response with status code 200 - - [Added] property `shipments[].order.created_ts` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].ordering_store.address1` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].ordering_store.display_address` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].bags[].current_status.created_ts` of schema `CurrentStatus` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.address1` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.display_address` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].status.created_ts` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].status.status_created_at` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].rto_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].estimated_sla_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].shipment_created_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency_info` of schema `PlatformShipment` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].shipment_details.box_type` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.shipments` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.fulfillment_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.articles` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.dp_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.meta` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.affiliate_shipment_id` of schema `ShipmentDetails` in response with status code 200 - - [Deleted] Required status from properties `shipments[].shipment_details.affiliate_shipment_id`, `shipments[].shipment_details.articles`, `shipments[].shipment_details.fulfillment_id`, `shipments[].shipment_details.shipments` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] `query` parameter `allow_inactive` (type: `boolean`) - - - [Added] property `order.created_ts` of schema `OrderData` in response with status code 200 - - [Added] property `shipments[].tracking_list[].created_ts` of schema `TrackingList` in response with status code 200 - - [Added] property `shipments[].order.created_ts` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].delivery_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].billing_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `shipments[].ordering_store.address1` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].ordering_store.display_address` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bag_status_history[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `shipments[].bags[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].bags[].current_status.created_ts` of schema `CurrentStatus` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.address1` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].fulfilling_store.display_address` of schema `FulfillingStore` in response with status code 200 - - [Added] property `shipments[].status.created_ts` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].status.status_created_at` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `shipments[].rto_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].estimated_sla_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].shipment_created_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].currency_info` of schema `PlatformShipment` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].shipment_details.box_type` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.shipments` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.fulfillment_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.articles` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.dp_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.meta` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].shipment_details.affiliate_shipment_id` of schema `ShipmentDetails` in response with status code 200 - - [Deleted] Required status from properties `shipments[].shipment_details.affiliate_shipment_id`, `shipments[].shipment_details.articles`, `shipments[].shipment_details.fulfillment_id`, `shipments[].shipment_details.shipments` in response with status code 200 - - -#### getLaneConfig - -- ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) - - - [Added] `query` parameter `end_date` (type: `string`) - - - -#### getOrders - -- ##### What's New - - [Added] `query` parameter `start_date` (type: `string`) - - - [Added] `query` parameter `end_date` (type: `string`) - - - [Added] property `items[].shipments[].tracking_list[].created_ts` of schema `TrackingList` in response with status code 200 - - [Added] property `items[].shipments[].order.created_ts` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].delivery_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.state_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.country_iso_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.country_phone_code` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].billing_details.display_address` of schema `UserDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].ordering_store.address1` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `items[].shipments[].ordering_store.display_address` of schema `OrderingStoreDetails` in response with status code 200 - - [Added] property `items[].shipments[].bag_status_history[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bag_status_history[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].shipments[].bags[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].shipments[].bags[].current_status.created_ts` of schema `CurrentStatus` in response with status code 200 - - [Added] property `items[].shipments[].fulfilling_store.address1` of schema `FulfillingStore` in response with status code 200 - - [Added] property `items[].shipments[].fulfilling_store.display_address` of schema `FulfillingStore` in response with status code 200 - - [Added] property `items[].shipments[].status.created_ts` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `items[].shipments[].status.status_created_at` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `items[].shipments[].rto_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].shipments[].estimated_sla_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].shipment_created_ts` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].currency` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].currency_info` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `PlatformOrderItems` in response with status code 200 - - [Added] property `items[].currency` of schema `PlatformOrderItems` in response with status code 200 - - [Added] property `items[].currency_info` of schema `PlatformOrderItems` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.box_type` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.shipments` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.fulfillment_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.articles` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.dp_id` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.meta` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Deleted] property `items[].shipments[].shipment_details.affiliate_shipment_id` of schema `ShipmentDetails` in response with status code 200 - - [Deleted] Required status from properties `items[].shipments[].shipment_details.affiliate_shipment_id`, `items[].shipments[].shipment_details.articles`, `items[].shipments[].shipment_details.fulfillment_id`, `items[].shipments[].shipment_details.shipments` in response with status code 200 - - -#### getApplicationShipments - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.status` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].shipment_status.status_created_ts` of schema `ShipmentStatus` in response with status code 200 - - [Added] property `items[].delivery_address.display_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].bag_status[].updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_operational_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.created_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].bags[].current_status.updated_ts` of schema `BagStatusHistory` in response with status code 200 - - [Added] property `items[].fulfilling_store.address1` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.display_address` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].fulfilling_store.tags` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Added] property `items[].order_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].estimated_sla_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].status_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].shipment_created_ts` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].currency_info` of schema `ShipmentItem` in response with status code 200 - - -#### getfilters - -- ##### What's New - - [Breaking] [Added] Value format `int32` to property `advance_filter.returned[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.action_centre[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.unfulfilled[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.filters[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `advance_filter.processed[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Value format `int32` to property `global_filter[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - -#### getBulkShipmentExcelFile - -- ##### What's New - - [Breaking] [Deleted] `query` parameter `from_date` (type: `string`) - -- [Added] `query` parameter `start_date` (type: `string`) - - [Breaking] [Deleted] `query` parameter `to_date` (type: `string`) - -- [Added] `query` parameter `end_date` (type: `string`) - - -#### getBagById - -- ##### What's New - - [Added] property `status_code` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Added] property `data` of schema `BagDetailsPlatformResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `bag_update_time` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `gst_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `parent_promo_bags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `financial_breakup` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `bag_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `seller_identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `original_bag_list` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `article_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `current_operational_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `ordering_store` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `article` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `brand` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `affiliate_bag_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `item` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `qc_required` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `quantity` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `restore_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `affiliate_details` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `reasons` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `bag_status_history` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `display_name` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `line_number` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `restore_coupon` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `meta` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `no_of_bags_order` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `applied_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `journey_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `prices` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `dates` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `shipment_id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `current_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `order_integration_id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `operational_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `entity_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### getBags - -- ##### What's New - - [Added] property `status_code` of schema `GetBagsPlatformResponse` in response with status code 200 - - [Added] property `data` of schema `GetBagsPlatformResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items` of schema `GetBagsPlatformResponse` in response with status code 200 - - [Breaking] [Deleted] property `page` of schema `GetBagsPlatformResponse` in response with status code 200 - - [Deleted] Required status from properties `items`, `page` in response with status code 200 - - [Deleted] Required status from property `error` in response with status code 4XX - - [Deleted] Required status from property `error` in response with status code 5XX - - -#### generatePOSReceiptByOrderId - -- ##### What's New - - [Added] property `payment_receipt_template` of schema `GeneratePosOrderReceiptResponse` in response with status code 200 - - [Added] property `customer_cn_receipt_template` of schema `GeneratePosOrderReceiptResponse` in response with status code 200 - - [Added] property `invoice_receipt_template` of schema `GeneratePosOrderReceiptResponse` in response with status code 200 - - -#### bulkStateTransistion - -- ##### What's New - - [Added] method `bulkStateTransistion` - - - -#### bulkListing - -- ##### What's New - - [Added] method `bulkListing` - - - -#### jobDetails - -- ##### What's New - - [Added] method `jobDetails` - - - -#### getFileByStatus - -- ##### What's New - - [Added] method `getFileByStatus` - - - -#### getManifestShipments - -- ##### What's New - - [Added] method `getManifestShipments` - - - -#### getManifests - -- ##### What's New - - [Added] method `getManifests` - - - -#### processManifests - -- ##### What's New - - [Added] method `processManifests` - - - -#### getManifestDetails - -- ##### What's New - - [Added] method `getManifestDetails` - - - -#### dispatchManifests - -- ##### What's New - - [Added] method `dispatchManifests` - - - -#### uploadConsents - -- ##### What's New - - [Added] method `uploadConsents` - - - -#### getManifestfilters - -- ##### What's New - - [Added] method `getManifestfilters` - - - -#### failedOrderLogs - -- ##### What's New - - [Added] method `failedOrderLogs` - - - -#### generateInvoiceID - -- ##### What's New - - [Added] method `generateInvoiceID` - - - -#### failedOrderLogDetails - -- ##### What's New - - [Added] method `failedOrderLogDetails` - - - -#### getAllowedTemplatesForBulk - -- ##### What's New - - [Added] method `getAllowedTemplatesForBulk` - - - -#### getTemplate - -- ##### What's New - - [Added] method `getTemplate` - - - -### Payment - - - -#### getPaymentModeRoutes - -- ##### What's New - - [Added] `query` parameter `order_id` (type: `string`) - - - [Added] `query` parameter `shipment_id` (type: `string`) - - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptions` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option` in response with status code 200 - - [Breaking] [Added] Required status to property `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentOptionsResponse` in response with status code 200 - - -#### getAllPayouts - -- ##### What's New - - [Breaking] [Added] Type `object` to property `items[].customers` of schema `PayoutCustomer` in response with status code 200 - - [Breaking] [Added] properties `items[].customers.unique_external_id`, `items[].customers.mobile`, `items[].customers.name`, `items[].customers.email`, `items[].customers.id` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].more_attributes` of schema `PayoutMoreAttributes` in response with status code 200 - - [Breaking] [Added] properties `items[].more_attributes.branch_name`, `items[].more_attributes.city`, `items[].more_attributes.account_no`, `items[].more_attributes.country`, `items[].more_attributes.state`, `items[].more_attributes.account_holder`, `items[].more_attributes.ifsc_code`, `items[].more_attributes.account_type`, `items[].more_attributes.bank_name` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].payouts_aggregators[]` of schema `PayoutAggregator` in response with status code 200 - - [Breaking] [Added] properties `items[].payouts_aggregators[].aggregator_id`, `items[].payouts_aggregators[].aggregator_fund_id`, `items[].payouts_aggregators[].payout_details_id` in response with status code 200 - - -#### savePayout - -- ##### What's New - - [Breaking] [Added] Type `object` to property `bank_details` of schema `PayoutBankDetails` in request body - - [Breaking] [Added] properties `bank_details.ifsc_code`, `bank_details.account_holder`, `bank_details.state`, `bank_details.country`, `bank_details.account_type`, `bank_details.account_no`, `bank_details.city`, `bank_details.bank_name`, `bank_details.branch_name`, `bank_details.pincode` in request body - - [Breaking] [Added] Required status to properties `bank_details.account_type`, `bank_details.ifsc_code` in request body - - -#### updatePayout - -- ##### What's New - - [Breaking] [Added] Type `object` to property `bank_details` of schema `PayoutBankDetails` in request body - - [Breaking] [Added] properties `bank_details.ifsc_code`, `bank_details.account_holder`, `bank_details.state`, `bank_details.country`, `bank_details.account_type`, `bank_details.account_no`, `bank_details.city`, `bank_details.bank_name`, `bank_details.branch_name`, `bank_details.pincode` in request body - - [Breaking] [Added] Required status to properties `bank_details.account_type`, `bank_details.ifsc_code` in request body - - -#### getUserCODlimitRoutes - -- ##### What's New - - [Breaking] [Added] Type `object` to property `user_cod_data` of schema `CODdata` in response with status code 200 - - [Breaking] [Added] properties `user_cod_data.remaining_limit`, `user_cod_data.user_id`, `user_cod_data.is_active`, `user_cod_data.limit`, `user_cod_data.usages` in response with status code 200 - - [Breaking] [Added] Required status to properties `user_cod_data.is_active`, `user_cod_data.limit`, `user_cod_data.remaining_limit`, `user_cod_data.usages`, `user_cod_data.user_id` in response with status code 200 - - -#### edcDeviceStats - -- ##### What's New - - [Breaking] [Added] Type `object` to property `statistics` of schema `StatisticsData` in response with status code 200 - - [Breaking] [Added] properties `statistics.inactive_device_count`, `statistics.active_device_count` in response with status code 200 - - [Breaking] [Added] Required status to properties `statistics.active_device_count`, `statistics.inactive_device_count` in response with status code 200 - - -#### updateEdcDevice - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `EdcDevice` in response with status code 200 - - [Breaking] [Added] properties `data.edc_model`, `data.store_id`, `data.aggregator_id`, `data.terminal_unique_identifier`, `data.edc_device_serial_no`, `data.is_active`, `data.aggregator_name`, `data.terminal_serial_no`, `data.merchant_store_pos_code`, `data.device_tag`, `data.application_id` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.aggregator_id`, `data.application_id`, `data.device_tag`, `data.edc_device_serial_no`, `data.is_active`, `data.store_id`, `data.terminal_serial_no`, `data.terminal_unique_identifier` in response with status code 200 - - -#### getEdcDevice - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `EdcDevice` in response with status code 200 - - [Breaking] [Added] properties `data.edc_model`, `data.store_id`, `data.aggregator_id`, `data.terminal_unique_identifier`, `data.edc_device_serial_no`, `data.is_active`, `data.aggregator_name`, `data.terminal_serial_no`, `data.merchant_store_pos_code`, `data.device_tag`, `data.application_id` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.aggregator_id`, `data.application_id`, `data.device_tag`, `data.edc_device_serial_no`, `data.is_active`, `data.store_id`, `data.terminal_serial_no`, `data.terminal_unique_identifier` in response with status code 200 - - -#### edcDeviceList - -- ##### What's New - - [Breaking] [Added] Type `object` to property `page` of schema `Page` in response with status code 200 - - [Breaking] [Added] properties `page.size`, `page.has_next`, `page.current`, `page.type`, `page.item_total` in response with status code 200 - - [Breaking] [Added] Required status to properties `page.current`, `page.has_next`, `page.item_total`, `page.size`, `page.type` in response with status code 200 - - -#### getPosPaymentModeRoutes - -- ##### What's New - - [Added] `query` parameter `order_id` (type: `string`) - - - [Added] `query` parameter `display_split` (type: `boolean`) - - - [Added] `query` parameter `advance_payment` (type: `boolean`) - - - [Added] `query` parameter `shipment_id` (type: `string`) - - - [Breaking] [Added] Type `object` to property `payment_options` of schema `PaymentOptionAndFlow` in response with status code 200 - - [Breaking] [Added] properties `payment_options.payment_option`, `payment_options.payment_flows` in response with status code 200 - - [Breaking] [Added] Required status to properties `payment_options.payment_flows`, `payment_options.payment_option` in response with status code 200 - - [Added] property `payment_breakup` of schema `PaymentModeRouteResponse` in response with status code 200 - - [Added] property `advance_payment` of schema `PaymentModeRouteResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Required status of query parameter `cart_id` - - [Changed] Required status of query parameter `checkout_mode` - - -#### resendOrCancelPayment - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `LinkStatus` in response with status code 200 - - [Breaking] [Added] properties `data.status`, `data.message` in response with status code 200 - - [Breaking] [Added] Required status to properties `data.message`, `data.status` in response with status code 200 - - -#### getPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### createPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `meta` of schema `CreatePaymentLinkMeta` in request body - - [Breaking] [Added] properties `meta.cart_id`, `meta.checkout_mode`, `meta.amount`, `meta.assign_card_id` in request body - - [Breaking] [Added] Required status to properties `meta.amount`, `meta.cart_id`, `meta.checkout_mode` in request body - - [Added] property `country_phone_code` of schema `CreatePaymentLinkRequest` in request body - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### pollingPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### resendPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### cancelPaymentLink - -- ##### What's New - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 400 - - [Breaking] [Added] properties `error.msg`, `error.payment_transaction_id`, `error.invalid_id`, `error.merchant_order_id`, `error.merchant_name`, `error.amount`, `error.expired`, `error.cancelled` in response with status code 500 - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 400 - - [Deleted] Possible nullable value from `true` from property `error` of schema `ErrorResponse` in response with status code 500 - - -#### getPaymentCodeOption - -- ##### What's New - - [Breaking] [Added] Type `object` to property `data` of schema `GetPaymentCode` in response with status code 200 - - [Breaking] [Added] properties `data.method_code` in response with status code 200 - - [Breaking] [Added] Required status to property `data.method_code` in response with status code 200 - - -#### updatePaymentSession - -- ##### What's New - - [Added] property `payment_details[].meta` of schema `PaymentSessionDetail` in request body - - -#### updateRefundSession - -- ##### What's New - - [Added] property `error` of schema `RefundSessionRequestSerializer` in request body - - [Added] property `message` of schema `RefundSessionRequestSerializer` in request body - - -#### getPaymentModeControlRoutes - -- ##### What's New - - [Added] method `getPaymentModeControlRoutes` - - - -#### setMerchantModeControlRoutes - -- ##### What's New - - [Added] method `setMerchantModeControlRoutes` - - - -#### getPaymentModeCustomConfig - -- ##### What's New - - [Added] method `getPaymentModeCustomConfig` - - - -#### setPaymentModeCustomConfig - -- ##### What's New - - [Added] method `setPaymentModeCustomConfig` - - - -#### getPaymentSession - -- ##### What's New - - [Added] method `getPaymentSession` - - - -#### createPaymentOrder - -- ##### What's New - - [Added] method `createPaymentOrder` - - - -#### getMerchantAggregatorAppVersion - -- ##### What's New - - [Added] method `getMerchantAggregatorAppVersion` - - - -#### patchMerchantPaymentOptionVersion - -- ##### What's New - - [Added] method `patchMerchantPaymentOptionVersion` - - - -### Theme - - - -#### getAllPages - -- ##### What's New - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `pages[].updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### createPage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in request body - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in request body - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in request body - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in request body - - [Added] property `created_at` of schema `AvailablePageSchema` in request body - - [Added] property `updated_at` of schema `AvailablePageSchema` in request body - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### updateMultiplePages - -- ##### What's New - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in request body - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in request body - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in request body - - [Added] property `pages[].sections[].source` of schema `AvailablePageSchemaSections` in request body - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in request body - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in request body - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in request body - - [Added] property `pages[].created_at` of schema `AvailablePageSchema` in request body - - [Added] property `pages[].updated_at` of schema `AvailablePageSchema` in request body - - [Added] property `pages[].sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `pages[].sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `pages[].seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `pages[].created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `pages[].updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### getPage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### updatePage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in request body - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in request body - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in request body - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in request body - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in request body - - [Added] property `created_at` of schema `AvailablePageSchema` in request body - - [Added] property `updated_at` of schema `AvailablePageSchema` in request body - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### deletePage - -- ##### What's New - - [Added] property `sections[].predicate.schedule` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.platform` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].predicate.zones` of schema `AvailablePagePredicate` in response with status code 200 - - [Added] property `sections[].source` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.sitemap` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `seo.breadcrumb` of schema `AvailablePageSeo` in response with status code 200 - - [Added] property `created_at` of schema `AvailablePageSchema` in response with status code 200 - - [Added] property `updated_at` of schema `AvailablePageSchema` in response with status code 200 - - -#### getCompanyLevelThemes - -- ##### What's New - - [Added] `query` parameter `search_text` (type: `string`) - - - [Added] property `[].marketplace_theme_id.release` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `[].marketplace_theme_id.created_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `[].marketplace_theme_id.updated_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `[].applied_themes` of schema `CompanyThemeSchema` in response with status code 200 - - -#### addMarketplaceThemeToCompany - -- ##### What's New - - [Added] property `marketplace_theme_id.release` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.created_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.updated_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `applied_themes` of schema `CompanyThemeSchema` in response with status code 200 - - -#### deleteCompanyTheme - -- ##### What's New - - [Added] property `marketplace_theme_id.release` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.created_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `marketplace_theme_id.updated_at` of schema `MarketplaceThemeId` in response with status code 200 - - [Added] property `applied_themes` of schema `CompanyThemeSchema` in response with status code 200 - - -#### getApplicationThemes - -- ##### What's New - - [Breaking] [Added] properties `[].config.list[].page[].page`, `[].config.list[].page[].settings` in response with status code 200 - - [Added] property `[].config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `[].assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `[].assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `[].theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `[].company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `[].src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `[].config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `[].config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getThemeById - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### updateTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in request body - - [Added] property `config.global_schema.props[].value` of schema `Prop` in request body - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in request body - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in request body - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in request body - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### deleteTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### addThemeToApplication - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### updateThemeName - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### applyTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### duplicateTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getAppliedTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getThemeForPreview - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### upgradeTheme - -- ##### What's New - - [Breaking] [Added] properties `config.list[].page[].page`, `config.list[].page[].settings` in response with status code 200 - - [Added] property `config.global_schema.props[].value` of schema `Prop` in response with status code 200 - - [Added] property `assets.umd_js.link` of schema `UMDJs` in response with status code 200 - - [Added] property `assets.css.link` of schema `CSS` in response with status code 200 - - [Added] property `theme_type` of schema `ThemesSchema` in response with status code 200 - - [Added] property `company_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `src` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `ThemeConfiguration` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `config.list[].page[]` of schema `ThemeConfiguration` in response with status code 200 - - -#### getCompanyLevelPrivateThemes - -- ##### What's New - - [Added] method `getCompanyLevelPrivateThemes` - - - -### User - - - -#### createUserGroup - -- ##### What's New - - [Added] property `conditions` of schema `CreateUserGroup` in request body - - [Added] property `type` of schema `CreateUserGroup` in request body - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 201 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 201 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 201 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 201 - -- ##### What's Deprecated - - [Deleted] Required status from property `file_url` in request body - - -#### getUserGroups - -- ##### What's New - - [Added] `query` parameter `type` (type: `string`) - - - [Added] property `items[].conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `items[].error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `items[].is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `items[].type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### updateUserGroup - -- ##### What's New - - [Added] property `conditions` of schema `UpdateUserGroupSchema` in request body - - [Added] property `type` of schema `UpdateUserGroupSchema` in request body - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### getUserGroupById - -- ##### What's New - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### updateUserGroupPartially - -- ##### What's New - - [Added] property `conditions` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `error` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `is_active` of schema `UserGroupResponseSchema` in response with status code 200 - - [Added] property `type` of schema `UserGroupResponseSchema` in response with status code 200 - - -#### createUserAttributeDefinition - -- ##### What's New - - [Added] method `createUserAttributeDefinition` - - - -#### getUserAttributeDefinitions - -- ##### What's New - - [Added] method `getUserAttributeDefinitions` - - - -#### updateUserAttributeDefinition - -- ##### What's New - - [Added] method `updateUserAttributeDefinition` - - - -#### deleteUserAttributeDefinitionById - -- ##### What's New - - [Added] method `deleteUserAttributeDefinitionById` - - - -#### getUserAttributeDefinitionById - -- ##### What's New - - [Added] method `getUserAttributeDefinitionById` - - - -#### updateUserAttribute - -- ##### What's New - - [Added] method `updateUserAttribute` - - - -#### getUserAttribute - -- ##### What's New - - [Added] method `getUserAttribute` - - - -#### deleteUserAttribute - -- ##### What's New - - [Added] method `deleteUserAttribute` - - - -#### getUserAttributesForUser - -- ##### What's New - - [Added] method `getUserAttributesForUser` - - - -#### getUserAttributeById - -- ##### What's New - - [Added] method `getUserAttributeById` - - - -### Webhook - - - -#### manualRetryOfFailedEvent - -- ##### What's New - - [Added] property `status` of schema `RetryEventRequest` in request body - -- ##### What's Deprecated - - [Deleted] Value format from `date-time` from property `end_date` of schema `EventProcessRequest` in request body - - [Deleted] Value format from `date-time` from property `start_date` of schema `EventProcessRequest` in request body - - [Breaking] [Deleted] Response with status 400 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `` of schema `EventProcessedSuccessResponse` in response with status code 200 - - -#### getEventCounts - -- ##### What's New - - [Added] property `status` of schema `RetryEventRequest` in request body - -- ##### What's Deprecated - - [Deleted] Value format from `date-time` from property `end_date` of schema `EventProcessRequest` in request body - - [Deleted] Value format from `date-time` from property `start_date` of schema `EventProcessRequest` in request body - - [Breaking] [Deleted] Response with status 400 - - -#### getManualRetryStatus - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 400 - - -#### manualRetryCancel - -- ##### What's Deprecated - - [Deleted] properties `success`, `message` in response with status code 200 - - [Breaking] [Deleted] Response with status 400 - - -#### getDeliveryReports - -- ##### What's New - - [Added] property `status` of schema `EventProcessRequest` in request body - - [Added] property `rows[].message_id` of schema `EventProcessReportObject` in response with status code 200 - - [Added] property `rows[].event_trace_id` of schema `EventProcessReportObject` in response with status code 200 - - [Added] property `page.total_page` of schema `Page` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 400 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `rows[].data` of schema `EventProcessReportObject` in response with status code 200 - - -#### downloadDeliveryReport - -- ##### What's New - - [Added] property `status` of schema `EventProcessRequest` in request body - - -#### fetchAllEventConfigurations - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `` of schema `EventConfigResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `event_configs[].id` of schema `EventConfig` in response with status code 200 - - -#### getReportFilters - -- ##### What's New - - [Breaking] [Added] Type `array` to property `` of schema `` in response with status code 200 - - [Added] property `[]` of schema `` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items` in response with status code 200 - - -#### getHistoricalReports - -- ##### What's New - - [Added] property `items[].association.subscriber_ids` of schema `HistoryAssociation` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].association` of schema `HistoryAssociation` in response with status code 200 - - [Added] property `items[].filters.events` of schema `HistoryFilters` in response with status code 200 - - [Added] property `items[].filters.search_text` of schema `HistoryFilters` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].upload_service_response` of schema `UploadServiceObject` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].updated_on` of schema `HistoryItems` in response with status code 200 - - [Added] property `page` of schema `HistoryResponse` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `items[].association.company_id` of schema `AssociationDetails` in response with status code 200 - - -#### cancelJobByName - -- ##### What's New - - [Added] property `message` of schema `CancelResponse` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `code` of schema `CancelResponse` in response with status code 200 - - -#### getSubscribersByCompany - -- ##### What's New - - [Added] property `items` of schema `SubscriberConfigList` in response with status code 200 - - [Added] property `page` of schema `SubscriberConfigList` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `id` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `name` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `webhook_url` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `association` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `custom_headers` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `email_id` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `auth_meta` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `created_on` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `updated_on` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] property `event_configs` of schema `SubscriberResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Required status of query parameter `page_no` - - [Changed] Required status of path parameter `company_id` - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/subscriber/` - - -#### registerSubscriberToEvent - -- ##### What's New - - [Added] property `modified_by` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `updated_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `created_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `type` of schema `SubscriberConfigResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/subscriber/` - - -#### updateSubscriberConfig - -- ##### What's New - - [Added] property `modified_by` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `updated_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `created_on` of schema `SubscriberConfigResponse` in response with status code 200 - - [Added] property `type` of schema `SubscriberConfigResponse` in response with status code 200 - -- ##### What's Changed - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/subscriber/` - - -#### getSubscriberById - -- ##### What's New - - [Added] property `event_configs[].event_schema` of schema `EventConfigs` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfigs` in response with status code 200 - - [Added] property `event_configs[].subscriber_event_mapping` of schema `EventConfigs` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfigs` in response with status code 200 - - [Added] property `modified_by` of schema `SubscriberResponse` in response with status code 200 - - [Added] property `type` of schema `SubscriberResponse` in response with status code 200 - - -#### getSubscribersByExtensionId - -- ##### What's New - - [Added] property `items[].event_configs[].event_schema` of schema `EventConfigs` in response with status code 200 - - [Added] property `items[].event_configs[].updated_on` of schema `EventConfigs` in response with status code 200 - - [Added] property `items[].event_configs[].subscriber_event_mapping` of schema `EventConfigs` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].event_configs[]` of schema `EventConfigs` in response with status code 200 - - [Added] property `items[].modified_by` of schema `SubscriberResponse` in response with status code 200 - - [Added] property `items[].type` of schema `SubscriberResponse` in response with status code 200 - - [Added] property `page.total_page` of schema `Page` in response with status code 200 - -- ##### What's Changed - - [Changed] Path From `/service/platform/webhook/v1.0/company/{company_id}/extension/{extension_id}/subscriber` To `/service/platform/webhook/v1.0/company/{company_id}/extension/{extension_id}/subscriber/` - - -## Public Client - -- [Added] Billing class in public client -- [Added] Content class in public client - - -### Webhook - - - -#### fetchAllWebhookEvents - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfig` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `event_configs[].id` of schema `EventConfig` in response with status code 200 - - -#### queryWebhookEventDetails - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `event_configs[].description` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].event_schema` of schema `EventConfig` in response with status code 200 - - [Added] property `event_configs[].updated_on` of schema `EventConfig` in response with status code 200 - - [Breaking] [Added] Type `object` to property `event_configs[]` of schema `EventConfig` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Value format from `int32` from property `event_configs[].id` of schema `EventConfig` in response with status code 200 - - -#### notifyDepricatedEvent - -- ##### What's New - - [Added] method `notifyDepricatedEvent` - - - -#### testHandlerTransformation - -- ##### What's New - - [Added] method `testHandlerTransformation` - - - -#### validateSchema - -- ##### What's New - - [Added] method `validateSchema` - - - -# CHANGE LOG (1.3.9) - fp-v1.8.6 - -## Application Client - - - -### Cart - - - -#### getCart - -- ##### What's New - - [Added] property `cart_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `uid` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `common_config` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `coupon` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `notification` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `staff_user_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `success` of schema `CartDetailResponse` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `cart.cart_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.uid` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.common_config` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.coupon` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.notification` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.staff_user_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.success` of schema `CartDetailResponse` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.cart_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.uid` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.common_config` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.coupon` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.notification` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.staff_user_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `cart.success` of schema `CartDetailResponse` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `cart_id` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `uid` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `common_config` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `coupon` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `notification` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `staff_user_id` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `success` of schema `CartDetailResponse` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `cart_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `uid` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `common_config` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `coupon` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `notification` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `staff_user_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `success` of schema `CartDetailResponse` in response with status code 200 - - -#### applyRewardPoints - -- ##### What's New - - [Added] property `cart_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `uid` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `common_config` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `coupon` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `notification` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `staff_user_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `success` of schema `CartDetailResponse` in response with status code 200 - - -#### selectAddress - -- ##### What's New - - [Added] property `cart_id` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `uid` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `common_config` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `coupon` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `notification` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `staff_user_id` of schema `CartDetailResponse` in response with status code 201 - - [Added] property `success` of schema `CartDetailResponse` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `cart_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `uid` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `common_config` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `coupon` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `notification` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `staff_user_id` of schema `CartDetailResponse` in response with status code 200 - - [Added] property `success` of schema `CartDetailResponse` in response with status code 200 - - -### Catalog - - - -#### getStores - -- ##### What's New - - [Added] `query` parameter `tags` (type: `string`) - - - [Added] property `items[].tags` of schema `Store` in response with status code 200 - - -## Platform Client - - - -### Catalog - - - -#### createCollection - -- ##### What's New - - [Added] property `uid` of schema `CollectionCreateResponse` in response with status code 200 - - -### Order - - - -#### getShipments - -- ##### What's New - - [Added] `query` parameter `allow_inactive` (type: `boolean`) - - - [Added] property `items[].bags[].affiliate_bag_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].bags[].affiliate_bag_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].bags[].affiliate_bag_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] property `shipments[].affiliate_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] property `shipments[].affiliate_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - -#### getOrders - -- ##### What's New - - [Added] property `items[].shipments[].affiliate_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].shipments[].affiliate_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].shipments[].affiliate_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - -#### getApplicationShipments - -- ##### What's New - - [Added] property `items[].bags[].affiliate_bag_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].bags[].affiliate_bag_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].bags[].affiliate_bag_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - -#### getBagById - -- ##### What's New - - [Added] property `affiliate_bag_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `affiliate_bag_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `affiliate_bag_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `affiliate_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `affiliate_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `affiliate_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - -#### getBags - -- ##### What's New - - [Added] property `items[].affiliate_bag_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].affiliate_bag_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].affiliate_bag_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].affiliate_details.affiliate_meta.is_serial_number_required` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].affiliate_details.affiliate_meta.fulfilment_priority` of schema `AffiliateMeta` in response with status code 200 - - [Added] property `items[].affiliate_details.affiliate_meta.customer_selling_price` of schema `AffiliateMeta` in response with status code 200 - - -# CHANGE LOG (1.3.8) - fp-v1.8.5 - -## Application Client - - - -### Cart - - - -#### getCart - -- ##### What's New - - [Added] `query` parameter `c` (type: `boolean`) - - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 201 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### applyRewardPoints - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### selectAddress - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 201 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### getShipments - -- ##### What's New - - [Added] property `shipments[].items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `shipments[].items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### checkoutCart - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 404 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 404 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### checkoutCartV2 - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -### PosCart - - - -#### getCart - -- ##### What's New - - [Added] `query` parameter `c` (type: `boolean`) - - - -## Platform Client - - - -### Cart - - - -#### getAbandonedCartDetails - -- ##### What's New - - [Added] `query` parameter `c` (type: `boolean`) - - - -### Catalog - - - -#### getAppReturnConfiguration - -- ##### What's New - - [Added] method `getAppReturnConfiguration` - - - -#### createAppReturnConfiguration - -- ##### What's New - - [Added] method `createAppReturnConfiguration` - - - -#### updateAppReturnConfiguration - -- ##### What's New - - [Added] method `updateAppReturnConfiguration` - - - -#### deleteAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `deleteAppCategoryReturnConfiguration` - - - -#### getAppCategoryReturnConfig - -- ##### What's New - - [Added] method `getAppCategoryReturnConfig` - - - -#### createAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `createAppCategoryReturnConfiguration` - - - -#### updateAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `updateAppCategoryReturnConfiguration` - - - -### Communication - - - -#### sendOtp - -- ##### What's New - - [Added] property `email.provider` of schema `SendOtpCommsReqEmail` in request body - - -### Order - - - -#### createOrder - -- ##### What's New - - [Added] property `user_info.primary_email` of schema `UserInfo` in request body - - [Added] property `user_info.primary_mobile_number` of schema `UserInfo` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `user_info.email` of schema `UserInfo` in request body - - [Breaking] [Deleted] property `user_info.mobile` of schema `UserInfo` in request body - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `user_info.email` in request body - - [Breaking] [Changed] Required status of property `user_info.mobile` in request body - - -#### getShipments - -- ##### What's Deprecated - - [Deleted] properties `items[].meta.same_store_available`, `items[].meta.is_self_ship`, `items[].meta.is_international`, `items[].meta.formatted`, `items[].meta.debug_info`, `items[].meta.sla`, `items[].meta.shipment_chargeable_weight`, `items[].meta.pdf_media`, `items[].meta.tags`, `items[].meta.existing_dp_list`, `items[].meta.parent_dp_id`, `items[].meta.shipment_weight`, `items[].meta.dp_options`, `items[].meta.assign_dp_from_sb`, `items[].meta.shipping_zone`, `items[].meta.store_invoice_updated_date`, `items[].meta.activity_comment`, `items[].meta.fulfilment_priority_text`, `items[].meta.shipment_tags`, `items[].meta.external`, `items[].meta.ewaybill_info`, `items[].meta.lock_data`, `items[].meta.order_type`, `items[].meta.shipment_volumetric_weight`, `items[].meta.dp_sort_key`, `items[].meta.packaging_name`, `items[].meta.timestamp`, `items[].meta.auto_trigger_dp_assignment_acf`, `items[].meta.weight`, `items[].meta.bag_weight` in response with status code 200 - - [Deleted] Required status from property `items[].meta.auto_trigger_dp_assignment_acf` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] property `shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `shipments[].bags[].meta.gift_card`, `shipments[].bags[].meta.custom_message`, `shipments[].bags[].meta.docket_number`, `shipments[].bags[].meta.group_id`, `shipments[].bags[].meta.partial_can_ret`, `shipments[].bags[].meta.extra_meta`, `shipments[].bags[].meta.b2b_po_details`, `shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] property `shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `order.meta.platform_user_details`, `order.meta.company_logo`, `order.meta.currency_symbol`, `order.meta.comment`, `order.meta.extra_meta`, `order.meta.files`, `order.meta.transaction_data`, `order.meta.billing_staff_details`, `order.meta.ordering_store`, `order.meta.payment_type`, `order.meta.mongo_cart_id`, `order.meta.order_child_entities`, `order.meta.order_type`, `order.meta.order_platform`, `order.meta.employee_id`, `order.meta.order_tags`, `order.meta.customer_note`, `order.meta.staff`, `order.meta.cart_id`, `order.meta.cart_object_id` in response with status code 200 - - [Deleted] properties `shipments[].bags[].meta.gift_card`, `shipments[].bags[].meta.custom_message`, `shipments[].bags[].meta.docket_number`, `shipments[].bags[].meta.group_id`, `shipments[].bags[].meta.partial_can_ret`, `shipments[].bags[].meta.extra_meta`, `shipments[].bags[].meta.b2b_po_details`, `shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getOrders - -- ##### What's New - - [Added] property `items[].shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items[].shipments[].bags[].meta.gift_card`, `items[].shipments[].bags[].meta.custom_message`, `items[].shipments[].bags[].meta.docket_number`, `items[].shipments[].bags[].meta.group_id`, `items[].shipments[].bags[].meta.partial_can_ret`, `items[].shipments[].bags[].meta.extra_meta`, `items[].shipments[].bags[].meta.b2b_po_details`, `items[].shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getShipmentBagReasons - -- ##### What's New - - [Added] method `getShipmentBagReasons` - - - -#### getApplicationShipments - -- ##### What's New - - [Added] method `getApplicationShipments` - - - -# CHANGE LOG (1.3.7) - fp-v1.8.5 - -## Application Client - - - -### Cart - - - -#### getCart - -- ##### What's New - - [Added] `query` parameter `c` (type: `boolean`) - - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 201 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### applyRewardPoints - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### selectAddress - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 201 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### getShipments - -- ##### What's New - - [Added] property `shipments[].items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `shipments[].items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### checkoutCart - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 404 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 404 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### checkoutCartV2 - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -### PosCart - - - -#### getCart - -- ##### What's New - - [Added] `query` parameter `c` (type: `boolean`) - - - -## Platform Client - - - -### Cart - - - -#### getAbandonedCartDetails - -- ##### What's New - - [Added] `query` parameter `c` (type: `boolean`) - - - -### Catalog - - - -#### getAppReturnConfiguration - -- ##### What's New - - [Added] method `getAppReturnConfiguration` - - - -#### createAppReturnConfiguration - -- ##### What's New - - [Added] method `createAppReturnConfiguration` - - - -#### updateAppReturnConfiguration - -- ##### What's New - - [Added] method `updateAppReturnConfiguration` - - - -#### deleteAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `deleteAppCategoryReturnConfiguration` - - - -#### getAppCategoryReturnConfig - -- ##### What's New - - [Added] method `getAppCategoryReturnConfig` - - - -#### createAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `createAppCategoryReturnConfiguration` - - - -#### updateAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `updateAppCategoryReturnConfiguration` - - - -### Communication - - - -#### sendOtp - -- ##### What's New - - [Added] property `email.provider` of schema `SendOtpCommsReqEmail` in request body - - -### Order - - - -#### createOrder - -- ##### What's New - - [Added] property `user_info.primary_email` of schema `UserInfo` in request body - - [Added] property `user_info.primary_mobile_number` of schema `UserInfo` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `user_info.email` of schema `UserInfo` in request body - - [Breaking] [Deleted] property `user_info.mobile` of schema `UserInfo` in request body - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `user_info.email` in request body - - [Breaking] [Changed] Required status of property `user_info.mobile` in request body - - -#### getShipments - -- ##### What's Deprecated - - [Deleted] properties `items[].meta.same_store_available`, `items[].meta.is_self_ship`, `items[].meta.is_international`, `items[].meta.formatted`, `items[].meta.debug_info`, `items[].meta.sla`, `items[].meta.shipment_chargeable_weight`, `items[].meta.pdf_media`, `items[].meta.tags`, `items[].meta.existing_dp_list`, `items[].meta.parent_dp_id`, `items[].meta.shipment_weight`, `items[].meta.dp_options`, `items[].meta.assign_dp_from_sb`, `items[].meta.shipping_zone`, `items[].meta.store_invoice_updated_date`, `items[].meta.activity_comment`, `items[].meta.fulfilment_priority_text`, `items[].meta.shipment_tags`, `items[].meta.external`, `items[].meta.ewaybill_info`, `items[].meta.lock_data`, `items[].meta.order_type`, `items[].meta.shipment_volumetric_weight`, `items[].meta.dp_sort_key`, `items[].meta.packaging_name`, `items[].meta.timestamp`, `items[].meta.auto_trigger_dp_assignment_acf`, `items[].meta.weight`, `items[].meta.bag_weight` in response with status code 200 - - [Deleted] Required status from property `items[].meta.auto_trigger_dp_assignment_acf` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] property `shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `shipments[].bags[].meta.gift_card`, `shipments[].bags[].meta.custom_message`, `shipments[].bags[].meta.docket_number`, `shipments[].bags[].meta.group_id`, `shipments[].bags[].meta.partial_can_ret`, `shipments[].bags[].meta.extra_meta`, `shipments[].bags[].meta.b2b_po_details`, `shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] property `shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `order.meta.platform_user_details`, `order.meta.company_logo`, `order.meta.currency_symbol`, `order.meta.comment`, `order.meta.extra_meta`, `order.meta.files`, `order.meta.transaction_data`, `order.meta.billing_staff_details`, `order.meta.ordering_store`, `order.meta.payment_type`, `order.meta.mongo_cart_id`, `order.meta.order_child_entities`, `order.meta.order_type`, `order.meta.order_platform`, `order.meta.employee_id`, `order.meta.order_tags`, `order.meta.customer_note`, `order.meta.staff`, `order.meta.cart_id`, `order.meta.cart_object_id` in response with status code 200 - - [Deleted] properties `shipments[].bags[].meta.gift_card`, `shipments[].bags[].meta.custom_message`, `shipments[].bags[].meta.docket_number`, `shipments[].bags[].meta.group_id`, `shipments[].bags[].meta.partial_can_ret`, `shipments[].bags[].meta.extra_meta`, `shipments[].bags[].meta.b2b_po_details`, `shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getOrders - -- ##### What's New - - [Added] property `items[].shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items[].shipments[].bags[].meta.gift_card`, `items[].shipments[].bags[].meta.custom_message`, `items[].shipments[].bags[].meta.docket_number`, `items[].shipments[].bags[].meta.group_id`, `items[].shipments[].bags[].meta.partial_can_ret`, `items[].shipments[].bags[].meta.extra_meta`, `items[].shipments[].bags[].meta.b2b_po_details`, `items[].shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getShipmentBagReasons - -- ##### What's New - - [Added] method `getShipmentBagReasons` - - - -#### getApplicationShipments - -- ##### What's New - - [Added] method `getApplicationShipments` - - - -# CHANGE LOG (1.3.6) - fp-v1.8.5 - -## Application Client - - - -### Cart - - - -#### getCart - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 201 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### applyRewardPoints - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### selectAddress - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 201 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 201 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### getShipments - -- ##### What's New - - [Added] property `shipments[].items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `shipments[].items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `shipments[].items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### checkoutCart - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 404 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 404 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -#### checkoutCartV2 - -- ##### What's New - - [Added] property `cart.items[].price_per_unit.base.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - - [Added] property `cart.items[].price_per_unit.converted.selling_price` of schema `ProductPricePerUnit` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart.items[].price_per_unit.base.selling` of schema `ProductPrice` in response with status code 200 - - [Breaking] [Deleted] property `cart.items[].price_per_unit.converted.selling` of schema `ProductPrice` in response with status code 200 - - -## Platform Client - - - -### Catalog - - - -#### getAppReturnConfiguration - -- ##### What's New - - [Added] method `getAppReturnConfiguration` - - - -#### createAppReturnConfiguration - -- ##### What's New - - [Added] method `createAppReturnConfiguration` - - - -#### updateAppReturnConfiguration - -- ##### What's New - - [Added] method `updateAppReturnConfiguration` - - - -#### deleteAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `deleteAppCategoryReturnConfiguration` - - - -#### getAppCategoryReturnConfig - -- ##### What's New - - [Added] method `getAppCategoryReturnConfig` - - - -#### createAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `createAppCategoryReturnConfiguration` - - - -#### updateAppCategoryReturnConfiguration - -- ##### What's New - - [Added] method `updateAppCategoryReturnConfiguration` - - - -### Communication - - - -#### sendOtp - -- ##### What's New - - [Added] property `email.provider` of schema `SendOtpCommsReqEmail` in request body - - -### Order - - - -#### createOrder - -- ##### What's New - - [Added] property `user_info.primary_email` of schema `UserInfo` in request body - - [Added] property `user_info.primary_mobile_number` of schema `UserInfo` in request body - -- ##### What's Deprecated - - [Breaking] [Deleted] property `user_info.email` of schema `UserInfo` in request body - - [Breaking] [Deleted] property `user_info.mobile` of schema `UserInfo` in request body - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `user_info.email` in request body - - [Breaking] [Changed] Required status of property `user_info.mobile` in request body - - -#### getShipments - -- ##### What's Deprecated - - [Deleted] properties `items[].meta.same_store_available`, `items[].meta.is_self_ship`, `items[].meta.is_international`, `items[].meta.formatted`, `items[].meta.debug_info`, `items[].meta.sla`, `items[].meta.shipment_chargeable_weight`, `items[].meta.pdf_media`, `items[].meta.tags`, `items[].meta.existing_dp_list`, `items[].meta.parent_dp_id`, `items[].meta.shipment_weight`, `items[].meta.dp_options`, `items[].meta.assign_dp_from_sb`, `items[].meta.shipping_zone`, `items[].meta.store_invoice_updated_date`, `items[].meta.activity_comment`, `items[].meta.fulfilment_priority_text`, `items[].meta.shipment_tags`, `items[].meta.external`, `items[].meta.ewaybill_info`, `items[].meta.lock_data`, `items[].meta.order_type`, `items[].meta.shipment_volumetric_weight`, `items[].meta.dp_sort_key`, `items[].meta.packaging_name`, `items[].meta.timestamp`, `items[].meta.auto_trigger_dp_assignment_acf`, `items[].meta.weight`, `items[].meta.bag_weight` in response with status code 200 - - [Deleted] Required status from property `items[].meta.auto_trigger_dp_assignment_acf` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] property `shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `shipments[].bags[].meta.gift_card`, `shipments[].bags[].meta.custom_message`, `shipments[].bags[].meta.docket_number`, `shipments[].bags[].meta.group_id`, `shipments[].bags[].meta.partial_can_ret`, `shipments[].bags[].meta.extra_meta`, `shipments[].bags[].meta.b2b_po_details`, `shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] property `shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `order.meta.platform_user_details`, `order.meta.company_logo`, `order.meta.currency_symbol`, `order.meta.comment`, `order.meta.extra_meta`, `order.meta.files`, `order.meta.transaction_data`, `order.meta.billing_staff_details`, `order.meta.ordering_store`, `order.meta.payment_type`, `order.meta.mongo_cart_id`, `order.meta.order_child_entities`, `order.meta.order_type`, `order.meta.order_platform`, `order.meta.employee_id`, `order.meta.order_tags`, `order.meta.customer_note`, `order.meta.staff`, `order.meta.cart_id`, `order.meta.cart_object_id` in response with status code 200 - - [Deleted] properties `shipments[].bags[].meta.gift_card`, `shipments[].bags[].meta.custom_message`, `shipments[].bags[].meta.docket_number`, `shipments[].bags[].meta.group_id`, `shipments[].bags[].meta.partial_can_ret`, `shipments[].bags[].meta.extra_meta`, `shipments[].bags[].meta.b2b_po_details`, `shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getOrders - -- ##### What's New - - [Added] property `items[].shipments[].invoice.links` of schema `InvoiceInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items[].shipments[].bags[].meta.gift_card`, `items[].shipments[].bags[].meta.custom_message`, `items[].shipments[].bags[].meta.docket_number`, `items[].shipments[].bags[].meta.group_id`, `items[].shipments[].bags[].meta.partial_can_ret`, `items[].shipments[].bags[].meta.extra_meta`, `items[].shipments[].bags[].meta.b2b_po_details`, `items[].shipments[].bags[].meta.custom_json` in response with status code 200 - - -#### getShipmentBagReasons - -- ##### What's New - - [Added] method `getShipmentBagReasons` - - - -#### getApplicationShipments - -- ##### What's New - - [Added] method `getApplicationShipments` - - - -# CHANGE LOG (1.3.5) - fp-v1.8.4 - -## Application Client - - - -### Cart - - - -#### checkoutCart - -- ##### What's Deprecated - - [Deleted] Possible nullable value from `true` from property `customer_details` of schema `CartCheckoutDetailRequest` in request body - - [Deleted] Possible nullable value from `true` from property `id` of schema `CartCheckoutDetailRequest` in request body - - [Breaking] [Deleted] Default value from property `callback_url` of schema `CartCheckoutDetailRequest` in request body - - [Deleted] Possible nullable value from `true` from property `callback_url` of schema `CartCheckoutDetailRequest` in request body - - [Deleted] Possible nullable value from `true` from property `ordering_store` of schema `CartCheckoutDetailRequest` in request body - - [Deleted] Possible nullable value from `true` from property `payment_identifier` of schema `CartCheckoutDetailRequest` in request body - - [Deleted] Possible nullable value from `true` from property `payment_params` of schema `CartCheckoutDetailRequest` in request body - - -### Order - - - -#### getOrders - -- ##### What's New - - [Added] property `items[].shipments[].bags[].item.attributes` of schema `Item` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] property `order.shipments[].bags[].item.attributes` of schema `Item` in response with status code 200 - - -#### getPosOrderById - -- ##### What's New - - [Added] property `order.shipments[].bags[].item.attributes` of schema `Item` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] property `shipment.bags[].item.attributes` of schema `Item` in response with status code 200 - - -## Platform Client - - - -### Cart - - - -#### getStoreAddressByUid - -- ##### What's New - - [Added] property `items[].store_manager_name` of schema `PickupStoreDetail` in response with status code 200 - - -### Catalog - - - -#### createCollection - -- ##### What's New - - [Added] property `seo.sitemap` of schema `SeoDetail` in request body - - [Added] property `seo.breadcrumbs` of schema `SeoDetail` in request body - - [Added] property `seo.meta_tags` of schema `SeoDetail` in request body - - -#### updateCollection - -- ##### What's New - - [Added] property `seo.sitemap` of schema `SeoDetail` in request body - - [Added] property `seo.breadcrumbs` of schema `SeoDetail` in request body - - [Added] property `seo.meta_tags` of schema `SeoDetail` in request body - - [Added] property `seo.sitemap` of schema `SeoDetail` in response with status code 200 - - [Added] property `seo.breadcrumbs` of schema `SeoDetail` in response with status code 200 - - [Added] property `seo.meta_tags` of schema `SeoDetail` in response with status code 200 - - -#### getAppProduct - -- ##### What's New - - [Added] Default value to property `seo` of schema `OwnerAppItemResponse` in response with status code 200 - - [Added] Default value `` to property `seo` of schema `OwnerAppItemResponse` in response with status code 200 - - [Added] Default value `` to property `seo` of schema `OwnerAppItemResponse` in response with status code 200 - - -#### updateAppProduct - -- ##### What's New - - [Added] property `size_promotion_threshold` of schema `ApplicationItemMeta` in request body - - -#### getProductBulkUploadHistory - -- ##### What's New - - [Added] property `items[]` of schema `ProductBulkRequestList` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items.cancelled`, `items.cancelled_records`, `items.company_id`, `items.created_by`, `items.created_on`, `items.failed`, `items.failed_records`, `items.file_path`, `items.is_active`, `items.modified_by`, `items.modified_on`, `items.stage`, `items.succeed`, `items.template`, `items.template_tag`, `items.total` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `items` of schema `ProductBulkRequest` in response with status code 200 - - -### Discount - - - -#### validateDiscountFile - -- ##### What's New - - [Added] property `file_path` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Possible values from `validation` to `validate` of property `type` of schema `FileJobResponse` in response with status code 200 - - -#### downloadDiscountFile - -- ##### What's New - - [Added] property `file_path` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Possible values from `validation` to `validate` of property `type` of schema `FileJobResponse` in response with status code 200 - - -#### getValidationJob - -- ##### What's New - - [Added] property `file_path` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Possible values from `validation` to `validate` of property `type` of schema `FileJobResponse` in response with status code 200 - - -#### getDownloadJob - -- ##### What's New - - [Added] property `file_path` of schema `FileJobResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Possible values from `validation` to `validate` of property `type` of schema `FileJobResponse` in response with status code 200 - - -### Order - - - -#### createOrder - -- ##### What's New - - [Added] property `shipments[].order_type` of schema `Shipment` in request body - - [Added] property `user_info` of schema `CreateOrderAPI` in request body - - -#### getShipments - -- ##### What's New - - [Added] property `items[].user.user_oid` of schema `UserDataInfo` in response with status code 200 - - [Added] property `items[].user.external_customer_id` of schema `UserDataInfo` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] property `shipments[].user.user_oid` of schema `UserDataInfo` in response with status code 200 - - [Added] property `shipments[].user.external_customer_id` of schema `UserDataInfo` in response with status code 200 - - [Added] property `shipments[].status.current_shipment_status` of schema `ShipmentStatusData` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `shipments[].order.meta.platform_user_details`, `shipments[].order.meta.company_logo`, `shipments[].order.meta.currency_symbol`, `shipments[].order.meta.comment`, `shipments[].order.meta.extra_meta`, `shipments[].order.meta.files`, `shipments[].order.meta.transaction_data`, `shipments[].order.meta.billing_staff_details`, `shipments[].order.meta.ordering_store`, `shipments[].order.meta.payment_type`, `shipments[].order.meta.mongo_cart_id`, `shipments[].order.meta.order_child_entities`, `shipments[].order.meta.order_type`, `shipments[].order.meta.order_platform`, `shipments[].order.meta.employee_id`, `shipments[].order.meta.order_tags`, `shipments[].order.meta.customer_note`, `shipments[].order.meta.staff`, `shipments[].order.meta.cart_id`, `shipments[].order.meta.cart_object_id` in response with status code 200 - - [Deleted] properties `shipments[].meta.tracking_url`, `shipments[].meta.estimated_delivery_date`, `shipments[].meta.same_store_available`, `shipments[].meta.b2b_buyer_details`, `shipments[].meta.formatted`, `shipments[].meta.debug_info`, `shipments[].meta.return_awb_number`, `shipments[].meta.is_self_ship`, `shipments[].meta.box_type`, `shipments[].meta.einvoice_info`, `shipments[].meta.return_affiliate_shipment_id`, `shipments[].meta.parent_dp_id`, `shipments[].meta.shipment_weight`, `shipments[].meta.dimension`, `shipments[].meta.dp_options`, `shipments[].meta.assign_dp_from_sb`, `shipments[].meta.due_date`, `shipments[].meta.store_invoice_updated_date`, `shipments[].meta.forward_affiliate_shipment_id`, `shipments[].meta.return_store_node`, `shipments[].meta.fulfilment_priority_text`, `shipments[].meta.shipment_tags`, `shipments[].meta.external`, `shipments[].meta.awb_number`, `shipments[].meta.lock_data`, `shipments[].meta.order_type`, `shipments[].meta.ewaybill_info`, `shipments[].meta.dp_id`, `shipments[].meta.shipment_volumetric_weight`, `shipments[].meta.marketplace_store_id`, `shipments[].meta.return_details`, `shipments[].meta.dp_sort_key`, `shipments[].meta.packaging_name`, `shipments[].meta.timestamp`, `shipments[].meta.auto_trigger_dp_assignment_acf`, `shipments[].meta.dp_name`, `shipments[].meta.po_number`, `shipments[].meta.weight`, `shipments[].meta.b2c_buyer_details`, `shipments[].meta.forward_affiliate_order_id`, `shipments[].meta.return_affiliate_order_id`, `shipments[].meta.bag_weight`, `shipments[].meta.refund_to` in response with status code 200 - - [Deleted] Required status from properties `shipments[].meta.same_store_available`, `shipments[].meta.weight` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] `query` parameter `my_orders` (type: `boolean`) - - - [Added] property `shipments[].user.user_oid` of schema `UserDataInfo` in response with status code 200 - - [Added] property `shipments[].user.external_customer_id` of schema `UserDataInfo` in response with status code 200 - - [Added] property `shipments[].status.current_shipment_status` of schema `ShipmentStatusData` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `shipments[].order.meta.platform_user_details`, `shipments[].order.meta.company_logo`, `shipments[].order.meta.currency_symbol`, `shipments[].order.meta.comment`, `shipments[].order.meta.extra_meta`, `shipments[].order.meta.files`, `shipments[].order.meta.transaction_data`, `shipments[].order.meta.billing_staff_details`, `shipments[].order.meta.ordering_store`, `shipments[].order.meta.payment_type`, `shipments[].order.meta.mongo_cart_id`, `shipments[].order.meta.order_child_entities`, `shipments[].order.meta.order_type`, `shipments[].order.meta.order_platform`, `shipments[].order.meta.employee_id`, `shipments[].order.meta.order_tags`, `shipments[].order.meta.customer_note`, `shipments[].order.meta.staff`, `shipments[].order.meta.cart_id`, `shipments[].order.meta.cart_object_id` in response with status code 200 - - [Deleted] properties `shipments[].meta.tracking_url`, `shipments[].meta.estimated_delivery_date`, `shipments[].meta.same_store_available`, `shipments[].meta.b2b_buyer_details`, `shipments[].meta.formatted`, `shipments[].meta.debug_info`, `shipments[].meta.return_awb_number`, `shipments[].meta.is_self_ship`, `shipments[].meta.box_type`, `shipments[].meta.einvoice_info`, `shipments[].meta.return_affiliate_shipment_id`, `shipments[].meta.parent_dp_id`, `shipments[].meta.shipment_weight`, `shipments[].meta.dimension`, `shipments[].meta.dp_options`, `shipments[].meta.assign_dp_from_sb`, `shipments[].meta.due_date`, `shipments[].meta.store_invoice_updated_date`, `shipments[].meta.forward_affiliate_shipment_id`, `shipments[].meta.return_store_node`, `shipments[].meta.fulfilment_priority_text`, `shipments[].meta.shipment_tags`, `shipments[].meta.external`, `shipments[].meta.awb_number`, `shipments[].meta.lock_data`, `shipments[].meta.order_type`, `shipments[].meta.ewaybill_info`, `shipments[].meta.dp_id`, `shipments[].meta.shipment_volumetric_weight`, `shipments[].meta.marketplace_store_id`, `shipments[].meta.return_details`, `shipments[].meta.dp_sort_key`, `shipments[].meta.packaging_name`, `shipments[].meta.timestamp`, `shipments[].meta.auto_trigger_dp_assignment_acf`, `shipments[].meta.dp_name`, `shipments[].meta.po_number`, `shipments[].meta.weight`, `shipments[].meta.b2c_buyer_details`, `shipments[].meta.forward_affiliate_order_id`, `shipments[].meta.return_affiliate_order_id`, `shipments[].meta.bag_weight`, `shipments[].meta.refund_to` in response with status code 200 - - [Deleted] Required status from properties `shipments[].meta.same_store_available`, `shipments[].meta.weight` in response with status code 200 - - -#### getOrders - -- ##### What's New - - [Added] property `items[].shipments[].user.user_oid` of schema `UserDataInfo` in response with status code 200 - - [Added] property `items[].shipments[].user.external_customer_id` of schema `UserDataInfo` in response with status code 200 - - [Added] property `items[].shipments[].status.current_shipment_status` of schema `ShipmentStatusData` in response with status code 200 - - [Added] property `items[].user_info.user_oid` of schema `UserDataInfo` in response with status code 200 - - [Added] property `items[].user_info.external_customer_id` of schema `UserDataInfo` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items[].shipments[].order.meta.platform_user_details`, `items[].shipments[].order.meta.company_logo`, `items[].shipments[].order.meta.currency_symbol`, `items[].shipments[].order.meta.comment`, `items[].shipments[].order.meta.extra_meta`, `items[].shipments[].order.meta.files`, `items[].shipments[].order.meta.transaction_data`, `items[].shipments[].order.meta.billing_staff_details`, `items[].shipments[].order.meta.ordering_store`, `items[].shipments[].order.meta.payment_type`, `items[].shipments[].order.meta.mongo_cart_id`, `items[].shipments[].order.meta.order_child_entities`, `items[].shipments[].order.meta.order_type`, `items[].shipments[].order.meta.order_platform`, `items[].shipments[].order.meta.employee_id`, `items[].shipments[].order.meta.order_tags`, `items[].shipments[].order.meta.customer_note`, `items[].shipments[].order.meta.staff`, `items[].shipments[].order.meta.cart_id`, `items[].shipments[].order.meta.cart_object_id` in response with status code 200 - - [Deleted] properties `items[].shipments[].meta.tracking_url`, `items[].shipments[].meta.estimated_delivery_date`, `items[].shipments[].meta.same_store_available`, `items[].shipments[].meta.b2b_buyer_details`, `items[].shipments[].meta.formatted`, `items[].shipments[].meta.debug_info`, `items[].shipments[].meta.return_awb_number`, `items[].shipments[].meta.is_self_ship`, `items[].shipments[].meta.box_type`, `items[].shipments[].meta.einvoice_info`, `items[].shipments[].meta.return_affiliate_shipment_id`, `items[].shipments[].meta.parent_dp_id`, `items[].shipments[].meta.shipment_weight`, `items[].shipments[].meta.dimension`, `items[].shipments[].meta.dp_options`, `items[].shipments[].meta.assign_dp_from_sb`, `items[].shipments[].meta.due_date`, `items[].shipments[].meta.store_invoice_updated_date`, `items[].shipments[].meta.forward_affiliate_shipment_id`, `items[].shipments[].meta.return_store_node`, `items[].shipments[].meta.fulfilment_priority_text`, `items[].shipments[].meta.shipment_tags`, `items[].shipments[].meta.external`, `items[].shipments[].meta.awb_number`, `items[].shipments[].meta.lock_data`, `items[].shipments[].meta.order_type`, `items[].shipments[].meta.ewaybill_info`, `items[].shipments[].meta.dp_id`, `items[].shipments[].meta.shipment_volumetric_weight`, `items[].shipments[].meta.marketplace_store_id`, `items[].shipments[].meta.return_details`, `items[].shipments[].meta.dp_sort_key`, `items[].shipments[].meta.packaging_name`, `items[].shipments[].meta.timestamp`, `items[].shipments[].meta.auto_trigger_dp_assignment_acf`, `items[].shipments[].meta.dp_name`, `items[].shipments[].meta.po_number`, `items[].shipments[].meta.weight`, `items[].shipments[].meta.b2c_buyer_details`, `items[].shipments[].meta.forward_affiliate_order_id`, `items[].shipments[].meta.return_affiliate_order_id`, `items[].shipments[].meta.bag_weight`, `items[].shipments[].meta.refund_to` in response with status code 200 - - [Deleted] Required status from properties `items[].shipments[].meta.same_store_available`, `items[].shipments[].meta.weight` in response with status code 200 - - -#### getBagById - -- ##### What's Deprecated - - [Deleted] properties `meta.gift_card`, `meta.custom_message`, `meta.docket_number`, `meta.group_id`, `meta.partial_can_ret`, `meta.extra_meta`, `meta.b2b_po_details`, `meta.custom_json` in response with status code 200 - - -#### getBags - -- ##### What's Deprecated - - [Deleted] properties `items[].meta.gift_card`, `items[].meta.custom_message`, `items[].meta.docket_number`, `items[].meta.group_id`, `items[].meta.partial_can_ret`, `items[].meta.extra_meta`, `items[].meta.b2b_po_details`, `items[].meta.custom_json` in response with status code 200 - - -### Payment - - - -#### updatePaymentSession - -- ##### What's New - - [Added] property `meta` of schema `PaymentSessionRequestSerializer` in request body - -- ##### What's Deprecated - - [Deleted] Possible values from `test,live` from property `payment_details[].mode` of schema `PaymentSessionDetail` in request body - - [Deleted] Required status from property `payment_details[].billing_address` in request body - - [Deleted] Required status from property `payment_details[].shipping_address` in request body - - -#### updateRefundSession - -- ##### What's New - - [Added] property `meta` of schema `RefundSessionRequestSerializer` in request body - - -### User - - - -#### getCustomers - -- ##### What's New - - [Added] property `items[].external_id` of schema `UserSchema` in response with status code 200 - - -#### searchUsers - -- ##### What's New - - [Added] property `users[].external_id` of schema `UserSchema` in response with status code 200 - - -#### createUser - -- ##### What's New - - [Added] property `external_id` of schema `CreateUserRequestSchema` in request body - - [Added] property `user.external_id` of schema `UserSchema` in response with status code 200 - - -#### updateUser - -- ##### What's New - - [Added] property `user.external_id` of schema `UserSchema` in response with status code 200 - - -#### deleteSession - -- ##### What's New - - [Added] property `user_id` of schema `SessionDeleteResponseSchema` in response with status code 200 - - [Added] property `session_id` of schema `SessionDeleteResponseSchema` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items` of schema `SessionDeleteResponseSchema` in response with status code 200 - - -#### deleteActiveSessions - -- ##### What's New - - [Added] property `user_id` of schema `SessionsDeleteResponseSchema` in response with status code 200 - - [Added] property `session_ids` of schema `SessionsDeleteResponseSchema` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items` of schema `SessionDeleteResponseSchema` in response with status code 200 - - -# CHANGE LOG (1.3.4) - fp-v1.8.3 - -## Application Client - - - -### Catalog - - - -#### getProductDetailBySlug - -- ##### What's New - - [Added] property `department` of schema `ProductDetail` in response with status code 200 - - -#### getProductComparisonBySlugs - -- ##### What's New - - [Added] property `items[].department` of schema `ProductDetail` in response with status code 200 - - -#### getSimilarComparisonProductBySlug - -- ##### What's New - - [Added] property `items[].department` of schema `ProductDetail` in response with status code 200 - - -#### getComparedFrequentlyProductBySlug - -- ##### What's New - - [Added] property `similars.items[].department` of schema `ProductDetail` in response with status code 200 - - -### FileStorage - - - -#### startUpload - -- ##### What's New - - [Breaking] [Added] properties `params.subpath` in request body - - [Added] property `status` of schema `` in response with status code 400 - - [Added] property `valid_namespaces` of schema `` in response with status code 400 - -- ##### What's Changed - - [Changed] Path From `/service/application/assets/v1.0/namespaces/{namespace}/upload/start/` To `/service/application/assets/v1.0/namespaces/{namespace}/upload/start` - - -#### completeUpload - -- ##### What's New - - [Added] property `created_by` of schema `CompleteResponse` in response with status code 200 - - [Added] property `_message` of schema `` in response with status code 400 - - [Added] property `name` of schema `` in response with status code 400 - - [Added] property `errors` of schema `` in response with status code 400 - -- ##### What's Changed - - [Changed] Path From `/service/application/assets/v1.0/namespaces/{namespace}/upload/complete/` To `/service/application/assets/v1.0/namespaces/{namespace}/upload/complete` - - -#### signUrls - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 400 - -- ##### What's Changed - - [Changed] Path From `/service/application/assets/v1.0/sign-urls/` To `/service/application/assets/v1.0/sign-urls` - - -### User - - - -#### resetForgotPassword - -- ##### What's New - - [Added] method `resetForgotPassword` - - - -#### sendForgotOTPOnMobile - -- ##### What's New - - [Added] method `sendForgotOTPOnMobile` - - - -#### verifyMobileForgotOTP - -- ##### What's New - - [Added] method `verifyMobileForgotOTP` - - - -#### sendForgotOTPOnEmail - -- ##### What's New - - [Added] method `sendForgotOTPOnEmail` - - - -#### verifyEmailForgotOTP - -- ##### What's New - - [Added] method `verifyEmailForgotOTP` - - - -## Platform Client - - - -### Content - - - -#### deleteAllInjectableTags - -- ##### What's Deprecated - - [Breaking] [Deleted] method `deleteAllInjectableTags` - - - -#### getInjectableTags - -- ##### What's New - - [Added] `query` parameter `all` (type: `boolean`) - - - -### FileStorage - - - -#### startUpload - -- ##### What's New - - [Breaking] [Added] properties `params.subpath` in request body - - [Added] property `status` of schema `` in response with status code 400 - - [Added] property `valid_namespaces` of schema `` in response with status code 400 - - -#### completeUpload - -- ##### What's New - - [Breaking] [Added] Required status to property `company_id` in response with status code 200 - - [Added] property `company_id` of schema `CompleteResponse` in response with status code 200 - - [Added] property `created_by` of schema `CompleteResponse` in response with status code 200 - - [Added] property `_message` of schema `` in response with status code 400 - - [Added] property `name` of schema `` in response with status code 400 - - [Added] property `errors` of schema `` in response with status code 400 - - -#### appStartUpload - -- ##### What's New - - [Breaking] [Added] properties `params.subpath` in request body - - [Added] property `status` of schema `` in response with status code 400 - - [Added] property `valid_namespaces` of schema `` in response with status code 400 - - -#### appCompleteUpload - -- ##### What's New - - [Breaking] [Added] Required status to property `company_id` in response with status code 200 - - [Added] property `company_id` of schema `CompleteResponse` in response with status code 200 - - [Added] property `created_by` of schema `CompleteResponse` in response with status code 200 - - [Added] property `_message` of schema `` in response with status code 400 - - [Added] property `name` of schema `` in response with status code 400 - - [Added] property `errors` of schema `` in response with status code 400 - - -#### getSignUrls - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 500 - - -#### copyFiles - -- ##### What's New - - [Added] property `tracking_url` of schema `` in response with status code 200 - - [Added] property `task` of schema `` in response with status code 200 - - [Added] property `message` of schema `` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `urls` in request body - - [Deleted] Required status from property `status` in response with status code 200 - - [Breaking] [Deleted] property `status` of schema `BulkUploadSyncMode` in response with status code 200 - - [Breaking] [Deleted] property `files` of schema `BulkUploadSyncMode` in response with status code 200 - - [Deleted] Required status from property `status` in response with status code 400 - - [Breaking] [Deleted] property `status` of schema `BulkUploadFailResponse` in response with status code 400 - - -#### appCopyFiles - -- ##### What's New - - [Added] property `tracking_url` of schema `` in response with status code 200 - - [Added] property `task` of schema `` in response with status code 200 - - [Added] property `message` of schema `` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from property `urls` in request body - - [Deleted] Required status from property `status` in response with status code 200 - - [Breaking] [Deleted] property `status` of schema `BulkUploadSyncMode` in response with status code 200 - - [Breaking] [Deleted] property `files` of schema `BulkUploadSyncMode` in response with status code 200 - - [Deleted] Required status from property `status` in response with status code 400 - - [Breaking] [Deleted] property `status` of schema `BulkUploadFailResponse` in response with status code 400 - - -#### browse - -- ##### What's New - - [Added] property `items[].size` of schema `` in response with status code 200 - - [Added] property `items[].created_by` of schema `` in response with status code 200 - - [Added] property `items[].company_id` of schema `` in response with status code 200 - - [Added] property `items[].bucket_key` of schema `` in response with status code 200 - - [Added] property `items[].createdAt` of schema `` in response with status code 200 - - [Added] property `items[].updatedAt` of schema `` in response with status code 200 - - [Added] property `items[].__v` of schema `` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from properties `items[].success`, `items[].tags`, `items[]._id`, `items[].file_name`, `items[].namespace`, `items[].content_type`, `items[].file_path`, `items[].upload`, `items[].cdn`, `items[].created_on`, `items[].modified_on` in response with status code 200 - - [Deleted] Required status from properties `items[].upload.expiry`, `items[].upload.url` in response with status code 200 - - [Deleted] Required status from properties `items[].cdn.url`, `items[].cdn.absolute_url`, `items[].cdn.relative_url` in response with status code 200 - - [Breaking] [Deleted] property `items[].cdn.absolute_url` of schema `CDN` in response with status code 200 - - [Breaking] [Deleted] property `items[].cdn.relative_url` of schema `CDN` in response with status code 200 - - [Breaking] [Deleted] property `items[].created_on` of schema `DbRecord` in response with status code 200 - - [Breaking] [Deleted] property `items[].modified_on` of schema `DbRecord` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `items[].upload.expiry` of schema `Upload` in response with status code 200 - - -#### appbrowse - -- ##### What's New - - [Added] property `items[].size` of schema `` in response with status code 200 - - [Added] property `items[].created_by` of schema `` in response with status code 200 - - [Added] property `items[].company_id` of schema `` in response with status code 200 - - [Added] property `items[].bucket_key` of schema `` in response with status code 200 - - [Added] property `items[].createdAt` of schema `` in response with status code 200 - - [Added] property `items[].updatedAt` of schema `` in response with status code 200 - - [Added] property `items[].__v` of schema `` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from properties `items[].success`, `items[].tags`, `items[]._id`, `items[].file_name`, `items[].namespace`, `items[].content_type`, `items[].file_path`, `items[].upload`, `items[].cdn`, `items[].created_on`, `items[].modified_on` in response with status code 200 - - [Deleted] Required status from properties `items[].upload.expiry`, `items[].upload.url` in response with status code 200 - - [Deleted] Required status from properties `items[].cdn.url`, `items[].cdn.absolute_url`, `items[].cdn.relative_url` in response with status code 200 - - [Breaking] [Deleted] property `items[].cdn.absolute_url` of schema `CDN` in response with status code 200 - - [Breaking] [Deleted] property `items[].cdn.relative_url` of schema `CDN` in response with status code 200 - - [Breaking] [Deleted] property `items[].created_on` of schema `DbRecord` in response with status code 200 - - [Breaking] [Deleted] property `items[].modified_on` of schema `DbRecord` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `items[].upload.expiry` of schema `Upload` in response with status code 200 - - -#### proxy - -- ##### What's New - - [Added] Content (application/json) in Response 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] Content (application/octet-stream) in Response 200 - - -#### getPdfTypes - -- ##### What's New - - [Breaking] [Added] Required status to properties `data`, `success` in response with status code 200 - - [Breaking] [Added] properties `data`, `success` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `[]` of schema `` in response with status code 200 - - [Breaking] [Deleted] Response with status 500 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `` of schema `` in response with status code 200 - - -#### getDefaultPdfData - -- ##### What's New - - [Breaking] [Added] Required status to properties `data`, `success` in response with status code 200 - - [Breaking] [Added] properties `data`, `success` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `[]` of schema `` in response with status code 200 - - [Breaking] [Deleted] Response with status 500 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `` of schema `` in response with status code 200 - - -#### getDefaultHtmlTemplate - -- ##### What's New - - [Breaking] [Added] properties `data`, `success` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `[]` of schema `` in response with status code 200 - - [Breaking] [Deleted] Response with status 500 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `` of schema `` in response with status code 200 - - -#### saveHtmlTemplate - -- ##### What's New - - [Added] Response with status 201 - - [Added] property `success` of schema `` in response with status code 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 200 - - [Deleted] Required status from property `message` in response with status code 500 - -- ##### What's Changed - - [Changed] http method type from `put` To `post` - - -#### previewTemplate - -- ##### What's Deprecated - - [Breaking] [Deleted] method `previewTemplate` - - - -#### getDefaultPdfTemplate - -- ##### What's New - - [Breaking] [Added] properties `data`, `success` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `[]` of schema `` in response with status code 200 - - [Breaking] [Deleted] Response with status 500 - -- ##### What's Changed - - [Breaking] [Changed] Type from `array` to `object` of property `` of schema `` in response with status code 200 - - -#### updateHtmlTemplate - -- ##### What's New - - [Added] method `updateHtmlTemplate` - - - -#### generatePaymentReceipt - -- ##### What's New - - [Added] method `generatePaymentReceipt` - - - -### Order - - - -#### getShipments - -- ##### What's New - - [Added] property `items[].meta.is_self_ship` of schema `ShipmentItemMeta` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Added] property `shipments[].affiliate_details.shipment_meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.shipment_meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.shipment_meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `shipments[].bags[].brand.company` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Added] property `shipments[].affiliate_details.shipment_meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.shipment_meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.shipment_meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `shipments[].bags[].brand.company` in response with status code 200 - - -#### getOrders - -- ##### What's New - - [Added] property `items[].shipments[].affiliate_details.shipment_meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].shipments[].affiliate_details.shipment_meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].shipments[].affiliate_details.shipment_meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].shipments[].meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].shipments[].meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].shipments[].meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] Required status from property `items[].shipments[].bags[].brand.company` in response with status code 200 - - -#### getBagById - -- ##### What's New - - [Added] property `affiliate_details.shipment_meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `affiliate_details.shipment_meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `affiliate_details.shipment_meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - - -#### getBags - -- ##### What's New - - [Added] property `items[].affiliate_details.shipment_meta.tracking_url` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].affiliate_details.shipment_meta.estimated_delivery_date` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].affiliate_details.shipment_meta.is_self_ship` of schema `ShipmentMeta` in response with status code 200 - - -### Payment - - - -#### getMerchantRefundPriority - -- ##### What's New - - [Added] method `getMerchantRefundPriority` - - - -#### createMerchantRefundPriority - -- ##### What's New - - [Added] method `createMerchantRefundPriority` - - - -#### updateMerchantRefundPriority - -- ##### What's New - - [Added] method `updateMerchantRefundPriority` - - - -### User - - - -#### updateUserGroupPartially - -- ##### What's New - - [Added] method `updateUserGroupPartially` - - - -# CHANGE LOG (1.3.3) - fp-v1.8.2 - -## Application Client - - - -### Cart - - - -#### checkoutCart - -- ##### What's New - - [Added] property `payment_extra_identifiers` of schema `CartCheckoutDetailRequest` in request body - - -#### checkoutCartV2 - -- ##### What's New - - [Added] property `payment_methods[].payment_extra_identifiers` of schema `PaymentMethod` in request body - - -### Theme - - - -#### getAppliedTheme - -- ##### What's Deprecated - - [Breaking] [Deleted] property `config.list[].global_config.statics` of schema `StaticConfig` in response with status code 200 - - [Breaking] [Deleted] property `config.list[].global_config.auth` of schema `AuthConfig` in response with status code 200 - - [Breaking] [Deleted] property `config.list[].global_config.palette` of schema `PaletteConfig` in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - -#### getThemeForPreview - -- ##### What's Deprecated - - [Breaking] [Deleted] property `config.list[].global_config.statics` of schema `StaticConfig` in response with status code 200 - - [Breaking] [Deleted] property `config.list[].global_config.auth` of schema `AuthConfig` in response with status code 200 - - [Breaking] [Deleted] property `config.list[].global_config.palette` of schema `PaletteConfig` in response with status code 200 - - [Breaking] [Deleted] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - -## Platform Client - - - -### Cart - - - -#### getCoupons - -- ##### What's New - - [Added] property `items[]` of schema `CouponAdd` in response with status code 200 - -- ##### What's Deprecated - - [Deleted] properties `items.date_meta`, `items.ownership`, `items.author`, `items.state`, `items.restrictions`, `items.validation`, `items.action`, `items.tags`, `items._schedule`, `items.rule`, `items.display_meta`, `items.code`, `items.type_slug`, `items.identifiers`, `items.validity`, `items.rule_definition` in response with status code 200 - - [Deleted] Required status from properties `items.code`, `items.display_meta`, `items.identifiers`, `items.ownership`, `items.rule`, `items.rule_definition`, `items.type_slug`, `items.validity` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `items` of schema `CouponAdd` in response with status code 200 - - -#### createCoupon - -- ##### What's New - - [Added] property `_id` of schema `CouponAdd` in request body - - -#### platformCheckoutCart - -- ##### What's New - - [Added] property `payment_extra_identifiers` of schema `PlatformCartCheckoutDetailRequest` in request body - - -#### platformCheckoutCartV2 - -- ##### What's New - - [Added] property `payment_methods[].payment_extra_identifiers` of schema `PaymentMethod` in request body - - -#### selectPaymentModeV2 - -- ##### What's New - - [Added] property `payment_methods[].payment_extra_identifiers` of schema `PaymentMethod` in request body - - -### Catalog - - - -#### getSearchKeywords - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `GetSearchWordsData` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getSearchKeywords` to `updateSearchKeywords` - - [Changed] http method type from `get` To `put` - - -#### getAllSearchKeyword - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `GetSearchWordsResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getAllSearchKeyword` to `createCustomKeyword` - - [Changed] http method type from `get` To `post` - - -#### getAutocompleteKeywordDetail - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getAutocompleteKeywordDetail` to `updateAutocompleteKeyword` - - [Changed] http method type from `get` To `put` - - -#### getAutocompleteConfig - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `GetAutocompleteWordsResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getAutocompleteConfig` to `createCustomAutocompleteRule` - - [Changed] http method type from `get` To `post` - - -#### getProductBundle - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `slug` (type: `array`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `GetProductBundleListingResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProductBundle` to `createProductBundle` - - [Changed] http method type from `get` To `post` - - -#### getProductBundleDetail - -- ##### What's New - - [Breaking] [Added] maximum validator for products[].max_quantity in response with status code 200 - - [Breaking] [Added] minimum validator for products[].max_quantity in response with status code 200 - - [Breaking] [Added] maximum validator for products[].min_quantity in response with status code 200 - - [Breaking] [Added] minimum validator for products[].min_quantity in response with status code 200 - - [Breaking] [Added] maxItems validator for products in response with status code 200 - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `products[].sizes` of schema `GetProducts` in response with status code 200 - - [Breaking] [Deleted] property `products[].product_details` of schema `LimitedProductData` in response with status code 200 - - [Breaking] [Deleted] property `products[].price` of schema `Price` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProductBundleDetail` to `updateProductBundle` - - [Changed] http method type from `get` To `put` - - -#### getSizeGuides - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `active` (type: `boolean`) - - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `tag` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `ListSizeGuide` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `ListSizeGuide` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getSizeGuides` to `createSizeGuide` - - [Changed] http method type from `get` To `post` - - -#### getSizeGuide - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `title` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `id` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `modified_on` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `guide` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `subtitle` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `company_id` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `active` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `brand_id` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `created_on` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `modified_by` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `tag` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `created_by` of schema `SizeGuideResponse` in response with status code 200 - - [Breaking] [Deleted] property `name` of schema `SizeGuideResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getSizeGuide` to `updateSizeGuide` - - [Changed] http method type from `get` To `put` - - -#### getAppProduct - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `is_gift` of schema `OwnerAppItemResponse` in response with status code 200 - - [Breaking] [Deleted] property `is_cod` of schema `OwnerAppItemResponse` in response with status code 200 - - [Breaking] [Deleted] property `moq` of schema `OwnerAppItemResponse` in response with status code 200 - - [Breaking] [Deleted] property `alt_text` of schema `OwnerAppItemResponse` in response with status code 200 - - [Breaking] [Deleted] property `seo` of schema `OwnerAppItemResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getAppProduct` to `updateAppProduct` - - [Changed] http method type from `get` To `patch` - - -#### getGroupConfigurations - -- ##### What's New - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `search` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `template_slug` (type: `string`) - - - [Breaking] [Deleted] property `page` of schema `PageResponseType` in response with status code 200 - - [Breaking] [Deleted] property `data` of schema `GetConfigResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getGroupConfigurations` to `createGroupConfiguration` - - [Breaking] [Changed] Required status of property `data` in response with status code 200 - - [Breaking] [Changed] Required status of property `page` in response with status code 200 - - [Changed] http method type from `get` To `post` - - -#### getListingConfigurations - -- ##### What's New - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `search` (type: `string`) - - - [Breaking] [Deleted] property `page` of schema `PageResponseType` in response with status code 200 - - [Breaking] [Deleted] property `data` of schema `GetConfigResponse` in response with status code 200 - - [Deleted] Required status from property `message` in response with status code 4XX - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getListingConfigurations` to `createListingConfiguration` - - [Breaking] [Changed] Required status of property `data` in response with status code 200 - - [Breaking] [Changed] Required status of property `page` in response with status code 200 - - [Changed] http method type from `get` To `post` - - -#### getConfigurations - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getConfigurations` to `createConfigurationProductListing` - - [Changed] http method type from `get` To `post` - - -#### getConfigurationByType - -- ##### What's New - - [Breaking] [Added] properties in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data.product.compare` of schema `GetCatalogConfigurationDetailsProduct` in response with status code 200 - - [Breaking] [Deleted] property `data.product.detail` of schema `GetCatalogConfigurationDetailsProduct` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getConfigurationByType` to `createConfigurationByType` - - [Changed] http method type from `get` To `post` - - -#### getAllCollections - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `schedule_status` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `type` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `tags` (type: `array`) - - - [Breaking] [Deleted] `query` parameter `is_active` (type: `boolean`) - - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `filters` of schema `CollectionListingFilter` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `GetCollectionListingResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getAllCollections` to `createCollection` - - [Changed] http method type from `get` To `post` - - -#### deleteCollection - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `message` of schema `DeleteResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `deleteCollection` to `updateCollection` - - [Changed] http method type from `delete` To `put` - - -#### updateCollection - -- ##### What's Deprecated - - [Breaking] [Deleted] Body content in Request - - [Deleted] properties `badge.color`, `badge.text` in response with status code 200 - - [Breaking] [Deleted] property `logo.aspect_ratio` of schema `CollectionImage` in response with status code 200 - - [Deleted] Required status from property `logo.aspect_ratio` in response with status code 200 - - [Breaking] [Deleted] property `is_visible` of schema `UpdateCollection` in response with status code 200 - - [Breaking] [Deleted] property `modified_by` of schema `UpdateCollection` in response with status code 200 - - [Deleted] properties `_schedule.duration`, `_schedule.end`, `_schedule.start`, `_schedule.cron`, `_schedule.next_schedule` in response with status code 200 - - [Breaking] [Deleted] property `_locale_language` of schema `UpdateCollection` in response with status code 200 - - [Breaking] [Deleted] property `seo` of schema `SeoDetail` in response with status code 200 - - [Breaking] [Deleted] property `_custom_json` of schema `UpdateCollection` in response with status code 200 - - [Deleted] Required status from properties `banners.landscape.aspect_ratio`, `banners.landscape.url` in response with status code 200 - - [Deleted] Required status from properties `banners.portrait.aspect_ratio`, `banners.portrait.url` in response with status code 200 - - [Deleted] Required status from properties `banners.landscape`, `banners.portrait` in response with status code 200 - - [Breaking] [Deleted] property `sort_on` of schema `UpdateCollection` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `UpdateCollection` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `UpdateCollection` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `updateCollection` to `getCollectionDetail` - - [Changed] http method type from `put` To `get` - - -#### getCollectionItems - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `sort_on` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `page_id` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `filters` of schema `GetCollectionItemsResponse` in response with status code 200 - - [Breaking] [Deleted] property `sort_on` of schema `GetCollectionItemsResponse` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `GetCollectionItemsResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getCollectionItems` to `addCollectionItems` - - [Changed] http method type from `get` To `post` - - -#### listDepartmentsData - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `item_type` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `name` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `search` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `is_active` (type: `boolean`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `DepartmentsResponse` in response with status code 200 - - [Breaking] [Deleted] property `code` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `message` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `status` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `errors` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `meta` of schema `DepartmentErrorResponse` in response with status code 4XX - -- ##### What's Changed - - [Breaking] [Changed] operationId from `listDepartmentsData` to `createDepartments` - - [Changed] http method type from `get` To `post` - - -#### getDepartmentData - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `DepartmentsResponse` in response with status code 200 - - [Breaking] [Deleted] property `code` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `message` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `status` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `errors` of schema `DepartmentErrorResponse` in response with status code 4XX - - [Breaking] [Deleted] property `meta` of schema `DepartmentErrorResponse` in response with status code 4XX - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getDepartmentData` to `updateDepartment` - - [Changed] http method type from `get` To `put` - - -#### getProductExportJobs - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `status` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `from_date` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `to_date` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProductExportJobs` to `createProductExportJob` - - [Changed] http method type from `get` To `post` - - -#### listCategories - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `level` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `departments` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `CategoryResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `listCategories` to `createCategories` - - [Changed] http method type from `get` To `post` - - -#### getCategoryData - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `data` of schema `Category` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getCategoryData` to `updateCategory` - - [Changed] http method type from `get` To `put` - - -#### getProducts - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `brand_ids` (type: `array`) - - - [Breaking] [Deleted] `query` parameter `category_ids` (type: `array`) - - - [Breaking] [Deleted] `query` parameter `item_ids` (type: `array`) - - - [Breaking] [Deleted] `query` parameter `department_ids` (type: `array`) - - - [Breaking] [Deleted] `query` parameter `item_code` (type: `array`) - - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `tags` (type: `array`) - - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `ProductListingResponseV2` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProducts` to `createProduct` - - [Changed] http method type from `get` To `post` - - -#### getProduct - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `brand_uid` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `item_code` (type: `string`) - - - [Breaking] [Deleted] property `data` of schema `ProductSchemaV2` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProduct` to `editProduct` - - [Changed] http method type from `get` To `put` - - -#### allSizes - -- ##### What's New - - [Breaking] [Added] Type `string` to property `all_sizes[].size` of schema `AllSizes` in response with status code 200 - - [Breaking] [Added] Type `string` to property `all_sizes[].item_weight_unit_of_measure` of schema `AllSizes` in response with status code 200 - - -#### getProductBulkUploadHistory - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `search` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `ProductBulkRequest` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProductBulkUploadHistory` to `createBulkProductUploadJob` - - [Changed] http method type from `get` To `post` - - -#### uploadBulkProducts - -- ##### What's New - - [Breaking] [Added] Type `string` to property `modified_by` of schema `BulkJob` in request body - -- ##### What's Changed - - [Breaking] [Changed] Default value from `2023-07-11T00:42:55.835166` to `2023-08-16T12:07:13.817348` of property `modified_on` of schema `BulkJob` in request body - - [Breaking] [Changed] Default value from `2023-07-11T00:42:55.835166` to `2023-08-16T12:07:13.817348` of property `modified_on` of schema `BulkResponse` in response with status code 200 - - -#### getProductAssetsInBulk - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `BulkAssetResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProductAssetsInBulk` to `createProductAssetsInBulk` - - [Changed] http method type from `get` To `post` - - -#### getInventoryBySize - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `sellable` (type: `boolean`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `InventoryResponsePaginated` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getInventoryBySize` to `addInventory` - - [Changed] http method type from `get` To `post` - - -#### getInventoryBulkUploadHistory - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) - - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `BulkInventoryGet` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getInventoryBulkUploadHistory` to `createBulkInventoryJob` - - [Changed] http method type from `get` To `post` - - -#### getInventoryExport - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] property `url` of schema `InventoryExportJob` in response with status code 200 - - [Breaking] [Deleted] property `completed_on` of schema `InventoryExportJob` in response with status code 200 - - [Deleted] Required status from property `type` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getInventoryExport` to `createInventoryExportJob` - - [Changed] http method type from `get` To `post` - - -#### listInventoryExport - -- ##### What's New - - [Breaking] [Added] Required status to property `undefined` in response with status code 200 - - [Added] Body content in Request - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `status` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `from_date` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `to_date` (type: `string`) - - - [Breaking] [Deleted] `query` parameter `q` (type: `string`) - - - [Breaking] [Deleted] property `items` of schema `InventoryExportJobListResponse` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `listInventoryExport` to `createInventoryExport` - - [Breaking] [Changed] Required status of property `items` in response with status code 200 - - [Changed] http method type from `get` To `post` - - -#### getHsnCode - -- ##### What's New - - [Added] Body content in Request - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getHsnCode` to `updateHsnCode` - - [Changed] http method type from `get` To `put` - - -#### bulkHsnCode - -- ##### What's New - - [Added] Possible values `0.25` to property `data[].tax2` of schema `HsnUpsert` in request body - - [Added] Possible values `1.5` to property `data[].tax2` of schema `HsnUpsert` in request body - - [Added] Possible values `2.5` to property `data[].tax2` of schema `HsnUpsert` in request body - - [Added] Possible values `0.25` to property `data[].tax1` of schema `HsnUpsert` in request body - - [Added] Possible values `1.5` to property `data[].tax1` of schema `HsnUpsert` in request body - - [Added] Possible values `2.5` to property `data[].tax1` of schema `HsnUpsert` in request body - - -#### getAppProducts - -- ##### What's Deprecated - - [Deleted] properties `items[].images[].aspect_ratio`, `items[].images[].secure_url`, `items[].images[].url`, `items[].images[].aspect_ratio_f` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `items[].images[]` of schema `Image` in response with status code 200 - - -#### deleteSearchConfiguration - -- ##### What's New - - [Added] method `deleteSearchConfiguration` - - - -#### getSearchConfiguration - -- ##### What's New - - [Added] method `getSearchConfiguration` - - - -#### createSearchConfiguration - -- ##### What's New - - [Added] method `createSearchConfiguration` - - - -#### updateSearchConfiguration - -- ##### What's New - - [Added] method `updateSearchConfiguration` - - - -### Configuration - - - -#### getOrderingStoreCookie - -- ##### What's New - - [Added] method `getOrderingStoreCookie` - - - -#### removeOrderingStoreCookie - -- ##### What's New - - [Added] method `removeOrderingStoreCookie` - - - -### Order - - - -#### invalidateShipmentCache - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 5XX - - -#### reassignLocation - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### updateShipmentLock - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### getAnnouncements - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### updateAddress - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### updateShipmentStatus - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].status` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].final_state` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].identifier` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].stack_trace` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].code` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].meta` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].message` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `statuses[].shipments[].exception` of schema `ShipmentsResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### processManifest - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `order_info.shipment.shipment_data.location_details.articles[].status` of schema `ArticleDetails` in request body - - [Breaking] [Added] Possible nullable value `true` to property `order_info.shipment.shipment_data.shipment[].articles[].status` of schema `ArticleDetails` in request body - - [Breaking] [Added] Possible nullable value `true` to property `order_info.shipment.shipment_data.shipment[].lock_status` of schema `ShipmentDetails` in request body - - [Breaking] [Added] Possible nullable value `true` to property `order_info.shipment.shipment_data.shipment[].lock_message` of schema `ShipmentDetails` in request body - - [Breaking] [Added] Possible nullable value `true` to property `order_info.shipment.shipment_data.shipment[].action_to_status` of schema `ShipmentDetails` in request body - - [Added] property `order_config.affiliate.config.app_company_id` of schema `AffiliateConfig` in request body - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### dispatchManifest - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### getRoleBasedActions - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 5XX - - -#### getShipmentHistory - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 5XX - - -#### updatePackagingDimensions - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### uploadConsent - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### fetchCreditBalanceDetail - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### fetchRefundModeConfig - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### attachOrderUser - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### sendUserMobileOTP - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### verifyMobileOTP - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### eInvoiceRetry - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### trackShipment - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### updateShipmentTracking - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - -#### getShipments - -- ##### What's New - - [Added] `query` parameter `order_type` (type: `string`) - - - [Breaking] [Added] Possible nullable value `true` to property `total_count` of schema `ShipmentInternalPlatformViewResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ShipmentInternalPlatformViewResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ShipmentInternalPlatformViewResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].order_date` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.current_shipment_status` of schema `ShipmentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.shipment_status_id` of schema `ShipmentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.bag_list` of schema `ShipmentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.created_at` of schema `ShipmentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.shipment_id` of schema `ShipmentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_status.status_created_at` of schema `ShipmentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user.uid` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user.first_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user.last_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user.is_anonymous_user` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user.avis_user_id` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user.name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.phone` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.address2` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.longitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.pincode` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.area` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.address_type` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.country` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.address_category` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.email` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.created_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.address1` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.landmark` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.updated_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.version` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.latitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.contact_person` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.state` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].delivery_address.city` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].channel.channel_shipment_id` of schema `ShipmentListingChannel` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].channel.is_affiliate` of schema `ShipmentListingChannel` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].channel.logo` of schema `ShipmentListingChannel` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].channel.name` of schema `ShipmentListingChannel` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].lock_status` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].payment_methods` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].display_name` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_type` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].gst.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].financial_breakup[].amount_paid_roundoff` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].financial_breakup[].tax_collected_at_source` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].financial_breakup[].identifiers.alu` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].financial_breakup[].identifiers.ean` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].financial_breakup[].identifiers.sku_code` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].financial_breakup[].identifiers.upc` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].financial_breakup[].identifiers.isbn` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].bag_status[].display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_operational_status.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.dimensions.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.dimensions.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.dimensions.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.dimensions.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.dimensions.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.code` of schema `Article` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.weight.is_default` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.weight.shipping` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.weight.unit` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].article.is_set` of schema `Article` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].brand.logo` of schema `ShipmentListingBrand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].brand.created_on` of schema `ShipmentListingBrand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].brand.name` of schema `ShipmentListingBrand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].brand.logo_base64` of schema `ShipmentListingBrand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].affiliate_bag_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].affiliate_bag_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].affiliate_bag_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].affiliate_bag_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].affiliate_bag_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].affiliate_bag_details.employee_discount` of schema `AffiliateBagDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].affiliate_bag_details.loyalty_discount` of schema `AffiliateBagDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.attributes.currency` of schema `PlatformArticleAttributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.brand_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.slug_key` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.l3_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.l3_category_name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.last_updated_at` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.l2_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.brand` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.image` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.code` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.l1_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.size` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.can_cancel` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.can_return` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.meta` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.department_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].item.images` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].reasons` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].can_return` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].display_name` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].can_cancel` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].size` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].line_number` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].meta` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].dates.order_created` of schema `Dates` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].current_status.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bags[].entity_type` of schema `BagUnit` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].fulfilling_store.phone` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].fulfilling_store.pincode` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].fulfilling_store.location_type` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].fulfilling_store.store_email` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].fulfilling_store.name` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].fulfilling_store.state` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].fulfilling_store.city` of schema `ShipmentItemFulFillingStore` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.same_store_available` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.is_international` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.debug_info` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.sla` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.shipment_chargeable_weight` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.pdf_media` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.tags` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.existing_dp_list` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.parent_dp_id` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.shipment_weight` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.dp_options` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.assign_dp_from_sb` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.shipping_zone` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.store_invoice_updated_date` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.activity_comment` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.external` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.ewaybill_info` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.shipment_volumetric_weight` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.packaging_name` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.weight` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.bag_weight` of schema `ShipmentItemMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].payment_mode` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].can_process` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_channnel` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_id` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].customer_note` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].total_bags` of schema `ShipmentItem` in response with status code 200 - - [Added] property `items[].mode_of_payment` of schema `ShipmentItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `lane` of schema `ShipmentInternalPlatformViewResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.type` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.has_previous` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.has_next` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.total` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.size` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.current` of schema `Page` in response with status code 200 - - -#### getShipmentById - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ShipmentInfoResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].picked_date` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].tracking_list[].is_passed` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].tracking_list[].is_current` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].tracking_list[].time` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.invoice_url` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.updated_date` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.external_invoice_id` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.label_url` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_slot` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.order_date` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.tax_details` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.cod_charges` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.source` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.affiliate_id` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.ordering_channel_logo` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.order_value` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.ordering_channel` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `shipments[].order.meta` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.uid` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.first_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.last_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.is_anonymous_user` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.avis_user_id` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].enable_dp_tracking` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].custom_message` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].estimated_sla_time` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].can_update_dimension` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_images` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.area` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.address_type` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.email` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.address1` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.landmark` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.area` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.address_type` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.email` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.address1` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.landmark` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].fulfilment_priority` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.articles[].status` of schema `ArticleDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.lock_status` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.lock_message` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.action_to_status` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].custom_meta` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_quantity` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_name` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.address` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_id` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_gst` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.phone[].country_code` of schema `PhoneDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.phone[].number` of schema `PhoneDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.phone` of schema `ContactDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.emails` of schema `ContactDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.phone` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.pincode` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.meta` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.address` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.id` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.code` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.store_name` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.country` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.contact_person` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.state` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.city` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].lock_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].platform_logo` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user_agent` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_details.pincode` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_details.country` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_details.gst_tag` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice_id` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payment_methods` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].coupon` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.shipment_meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.company_affiliate_tag` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.b2b` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.credit_note_url` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.delivery_challan_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.po_invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_id` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.ad_id` of schema `AffiliateDetails` in response with status code 200 - - [Added] property `shipments[].affiliate_details.config` of schema `AffiliateConfig` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].is_dp_assign_enabled` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.gstin_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Required status to properties `shipments[].bags[].gst_details.brand_calculated_amount`, `shipments[].bags[].gst_details.gst_fee`, `shipments[].bags[].gst_details.tax_collected_at_source`, `shipments[].bags[].gst_details.value_of_good` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].parent_promo_bags` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.amount_paid_roundoff` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.tax_collected_at_source` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.alu` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.ean` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.sku_code` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.upc` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.isbn` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].seller_identifier` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.phone` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address2` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.longitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.pincode` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.area` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address_type` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.country` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address_category` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.email` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.created_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address1` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.landmark` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.updated_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.version` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.latitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.contact_person` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.state` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.city` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.identifiers` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.return_config.returnable` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.return_config.time` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.return_config.unit` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.uid` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.size` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.logo` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.created_on` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.brand_name` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.modified_on` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].group_id` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].affiliate_bag_details.affiliate_bag_id` of schema `AffiliateBagsDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.attributes.currency` of schema `PlatformArticleAttributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.brand_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.slug_key` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l3_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l3_category_name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.last_updated_at` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l2_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.brand` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.image` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.code` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l1_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.size` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.can_cancel` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.can_return` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.meta` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.department_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.images` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].payment_methods[].mode` of schema `BagPaymentMethods` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].payment_methods[].amount` of schema `BagPaymentMethods` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].quantity` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].identifier` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].can_return` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].can_cancel` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].display_name` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].line_number` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.gift_message` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.gift_price` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.display_text` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.is_gift_applied` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.custom_message` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.docket_number` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.group_id` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.partial_can_ret` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.extra_meta` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.docker_number` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.po_line_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.total_gst_percentage` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.partial_can_ret` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.po_tax_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.item_base_price` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.custom_json` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].promotion_type` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].promotion_name` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].discount_rules[].value` of schema `DiscountRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].discount_rules[].type` of schema `DiscountRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].amount` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].article_quantity` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].buy_rules[].item_criteria.item_brand` of schema `ItemCriterias` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].buy_rules[].cart_conditions` of schema `BuyRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].promo_id` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].mrp_promotion` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.store_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.kafka_sync` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.state_type` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.state_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.shipment_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.status` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].entity_type` of schema `OrderBags` in response with status code 200 - - [Added] property `shipments[].bags[].is_parent` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_assignment` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].total_items` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payment_mode` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].packaging_type` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].journey_type` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payments.mode` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payments.logo` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payments.source` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].operational_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.meta` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.bag_list` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.id` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.shipment_id` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.status` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.display_name` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].total_bags` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_created_at` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].previous_shipment_id` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].shipment_update_time` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].credit_note_id` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].is_self_ship` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].mode_of_payment` of schema `PlatformShipment` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].bags[].gst_details.cgst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `shipments[].bags[].gst_details.gst_tax_percentage` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].bags[].gst_details.igst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].bags[].gst_details.sgst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `string` of property `shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - -#### getOrderById - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.platform_user_details.platform_user_first_name` of schema `PlatformUserDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.platform_user_details.platform_user_last_name` of schema `PlatformUserDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.company_logo` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.currency_symbol` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.comment` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.extra_meta` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.files` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.currency` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.amount_paid` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.payment_id` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.unique_reference_number` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.terminal_id` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.entity` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.transaction_id` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.transaction_data.status` of schema `TransactionData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.ordering_store` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.payment_type` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.mongo_cart_id` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.order_child_entities` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.order_type` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.order_platform` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.customer_note` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.staff` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.meta.cart_id` of schema `OrderMeta` in response with status code 200 - - [Added] property `order.meta.cart_object_id` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `order.payment_methods` of schema `OrderData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].picked_date` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].tracking_list[].is_passed` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].tracking_list[].is_current` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].tracking_list[].time` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.invoice_url` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.updated_date` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.external_invoice_id` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice.label_url` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_slot` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.order_date` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.tax_details` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.cod_charges` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.source` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.affiliate_id` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.ordering_channel_logo` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.order_value` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].order.ordering_channel` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `shipments[].order.meta` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.uid` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.first_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.last_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.is_anonymous_user` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.avis_user_id` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user.name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].enable_dp_tracking` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].custom_message` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].estimated_sla_time` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].can_update_dimension` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_images` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.area` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.address_type` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.email` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.address1` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].delivery_details.landmark` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.area` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.address_type` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.email` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.address1` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].billing_details.landmark` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].fulfilment_priority` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.articles[].status` of schema `ArticleDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.lock_status` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.lock_message` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_details.action_to_status` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].custom_meta` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_quantity` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_name` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.address` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_id` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_gst` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.phone[].country_code` of schema `PhoneDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.phone[].number` of schema `PhoneDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.phone` of schema `ContactDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].company_details.company_contact.emails` of schema `ContactDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.phone` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.pincode` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.meta` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.address` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.id` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.code` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.store_name` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.country` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.contact_person` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.state` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].ordering_store.city` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].lock_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].platform_logo` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].user_agent` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_details.pincode` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_details.country` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_details.gst_tag` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].invoice_id` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payment_methods` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].coupon` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.shipment_meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].affiliate_details.shipment_meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.company_affiliate_tag` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.b2b` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.credit_note_url` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.delivery_challan_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.label_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.invoice_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.pdf_links.po_invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.affiliate_id` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].affiliate_details.ad_id` of schema `AffiliateDetails` in response with status code 200 - - [Added] property `shipments[].affiliate_details.config` of schema `AffiliateConfig` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bag_status_history[].display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].is_dp_assign_enabled` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.gstin_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Required status to properties `shipments[].bags[].gst_details.brand_calculated_amount`, `shipments[].bags[].gst_details.gst_fee`, `shipments[].bags[].gst_details.tax_collected_at_source`, `shipments[].bags[].gst_details.value_of_good` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].parent_promo_bags` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.amount_paid_roundoff` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.tax_collected_at_source` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.alu` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.ean` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.sku_code` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.upc` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].financial_breakup.identifiers.isbn` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].seller_identifier` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.phone` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address2` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.longitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.pincode` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.area` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address_type` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.country` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address_category` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.email` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.created_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.address1` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.landmark` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.updated_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.version` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.latitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.contact_person` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.state` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].delivery_address.city` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.identifiers` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.return_config.returnable` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.return_config.time` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.return_config.unit` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.uid` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].article.size` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.logo` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.created_on` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.brand_name` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].brand.modified_on` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].group_id` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].affiliate_bag_details.affiliate_bag_id` of schema `AffiliateBagsDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.attributes.currency` of schema `PlatformArticleAttributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.brand_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.slug_key` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l3_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l3_category_name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.last_updated_at` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l2_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.brand` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.image` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.code` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.l1_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.size` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.can_cancel` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.can_return` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.meta` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.department_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].item.images` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].payment_methods[].mode` of schema `BagPaymentMethods` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].payment_methods[].amount` of schema `BagPaymentMethods` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].quantity` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].identifier` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].can_return` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].can_cancel` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].display_name` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].line_number` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.gift_message` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.gift_price` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.display_text` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.gift_card.is_gift_applied` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.custom_message` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.docket_number` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.group_id` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.partial_can_ret` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.extra_meta` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.docker_number` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.po_line_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.total_gst_percentage` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.partial_can_ret` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.po_tax_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.b2b_po_details.item_base_price` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].meta.custom_json` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].promotion_type` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].promotion_name` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].discount_rules[].value` of schema `DiscountRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].discount_rules[].type` of schema `DiscountRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].amount` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].article_quantity` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].buy_rules[].item_criteria.item_brand` of schema `ItemCriterias` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].buy_rules[].cart_conditions` of schema `BuyRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].promo_id` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].applied_promos[].mrp_promotion` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.store_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.kafka_sync` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.state_type` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.state_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.shipment_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.bag_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].current_status.status` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].bags[].entity_type` of schema `OrderBags` in response with status code 200 - - [Added] property `shipments[].bags[].is_parent` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].dp_assignment` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].total_items` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `shipments[].meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payment_mode` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].packaging_type` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].journey_type` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payments.mode` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payments.logo` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].payments.source` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].operational_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.meta` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.bag_list` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.id` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.shipment_id` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.status` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].status.display_name` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].total_bags` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipments[].shipment_created_at` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].previous_shipment_id` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].shipment_update_time` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `shipments[].credit_note_id` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].is_self_ship` of schema `PlatformShipment` in response with status code 200 - - [Added] property `shipments[].mode_of_payment` of schema `PlatformShipment` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].bags[].gst_details.cgst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `shipments[].bags[].gst_details.gst_tax_percentage` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].bags[].gst_details.igst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].bags[].gst_details.sgst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `string` of property `shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - -#### getLaneConfig - -- ##### What's New - - [Added] `query` parameter `order_type` (type: `string`) - - - -#### getOrders - -- ##### What's New - - [Added] `query` parameter `order_type` (type: `string`) - - - [Breaking] [Added] Possible nullable value `true` to property `total_count` of schema `OrderListingResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `OrderListingResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `OrderListingResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].breakup_values[].value` of schema `PlatformBreakupValues` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].breakup_values[].name` of schema `PlatformBreakupValues` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].breakup_values[].display` of schema `PlatformBreakupValues` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].total_order_value` of schema `PlatformOrderItems` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta` of schema `PlatformOrderItems` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].order_created_time` of schema `PlatformOrderItems` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].payment_mode` of schema `PlatformOrderItems` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].picked_date` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].tracking_list[].is_passed` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].tracking_list[].is_current` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].tracking_list[].time` of schema `TrackingList` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].invoice.invoice_url` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].invoice.updated_date` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].invoice.external_invoice_id` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].invoice.label_url` of schema `InvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].delivery_slot` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.order_date` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.tax_details` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.cod_charges` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.source` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.affiliate_id` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.ordering_channel_logo` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.order_value` of schema `OrderDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].order.ordering_channel` of schema `OrderDetailsData` in response with status code 200 - - [Added] property `items[].shipments[].order.meta` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].user.uid` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].user.first_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].user.last_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].user.is_anonymous_user` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].user.avis_user_id` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].user.name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].enable_dp_tracking` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].custom_message` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].estimated_sla_time` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].can_update_dimension` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_images` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].delivery_details.area` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].delivery_details.address_type` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].delivery_details.email` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].delivery_details.address1` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].delivery_details.landmark` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].billing_details.area` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].billing_details.address_type` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].billing_details.email` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].billing_details.address1` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].billing_details.landmark` of schema `UserDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].fulfilment_priority` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_details.articles[].status` of schema `ArticleDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_details.lock_status` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_details.lock_message` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_details.action_to_status` of schema `ShipmentDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].custom_meta` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_quantity` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.company_name` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.address` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.company_id` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.company_gst` of schema `CompanyDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.company_contact.phone[].country_code` of schema `PhoneDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.company_contact.phone[].number` of schema `PhoneDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.company_contact.phone` of schema `ContactDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].company_details.company_contact.emails` of schema `ContactDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.phone` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.pincode` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.meta` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.address` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.id` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.code` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.store_name` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.country` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.contact_person` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.state` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].ordering_store.city` of schema `OrderingStoreDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].lock_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].platform_logo` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].user_agent` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].dp_details.pincode` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].dp_details.country` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].dp_details.gst_tag` of schema `DPDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].invoice_id` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].payment_methods` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].coupon` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.shipment_meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].shipments[].affiliate_details.shipment_meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.company_affiliate_tag` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.label_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.label_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.invoice_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.b2b` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.label` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.label_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.invoice_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.credit_note_url` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.delivery_challan_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.label_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.invoice_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.invoice_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.pdf_links.po_invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.affiliate_id` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].affiliate_details.ad_id` of schema `AffiliateDetails` in response with status code 200 - - [Added] property `items[].shipments[].affiliate_details.config` of schema `AffiliateConfig` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bag_status_history[].display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].is_dp_assign_enabled` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.gstin_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Required status to properties `items[].shipments[].bags[].gst_details.brand_calculated_amount`, `items[].shipments[].bags[].gst_details.gst_fee`, `items[].shipments[].bags[].gst_details.tax_collected_at_source`, `items[].shipments[].bags[].gst_details.value_of_good` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].parent_promo_bags` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].financial_breakup.amount_paid_roundoff` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].financial_breakup.tax_collected_at_source` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].financial_breakup.identifiers.alu` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].financial_breakup.identifiers.ean` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].financial_breakup.identifiers.sku_code` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].financial_breakup.identifiers.upc` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].financial_breakup.identifiers.isbn` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].seller_identifier` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.phone` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.address2` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.longitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.pincode` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.area` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.address_type` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.country` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.address_category` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.email` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.created_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.address1` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.landmark` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.updated_at` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.version` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.latitude` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.contact_person` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.state` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].delivery_address.city` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].article.identifiers` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].article.return_config.returnable` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].article.return_config.time` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].article.return_config.unit` of schema `ReturnConfig1` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].article.uid` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].article.size` of schema `OrderBagArticle` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].brand.logo` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].brand.created_on` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].brand.brand_name` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].brand.modified_on` of schema `OrderBrandName` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].group_id` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].affiliate_bag_details.affiliate_bag_id` of schema `AffiliateBagsDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.attributes.currency` of schema `PlatformArticleAttributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.brand_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.slug_key` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.l3_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.l3_category_name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.last_updated_at` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.name` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.l2_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.brand` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.image` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.code` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.l1_category` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.size` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.can_cancel` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.can_return` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.meta` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.department_id` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].item.images` of schema `PlatformItem` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].payment_methods[].mode` of schema `BagPaymentMethods` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].payment_methods[].amount` of schema `BagPaymentMethods` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].quantity` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].identifier` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].can_return` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].can_cancel` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].display_name` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].line_number` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.gift_card.gift_message` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.gift_card.gift_price` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.gift_card.display_text` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.gift_card.is_gift_applied` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.custom_message` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.docket_number` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.group_id` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.partial_can_ret` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.extra_meta` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.b2b_po_details.docker_number` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.b2b_po_details.po_line_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.b2b_po_details.total_gst_percentage` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.b2b_po_details.partial_can_ret` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.b2b_po_details.po_tax_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.b2b_po_details.item_base_price` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].meta.custom_json` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].promotion_type` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].promotion_name` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].discount_rules[].value` of schema `DiscountRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].discount_rules[].type` of schema `DiscountRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].amount` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].article_quantity` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].buy_rules[].item_criteria.item_brand` of schema `ItemCriterias` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].buy_rules[].cart_conditions` of schema `BuyRules` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].promo_id` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].applied_promos[].mrp_promotion` of schema `AppliedPromos` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.store_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.kafka_sync` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.state_type` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.state_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.shipment_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Value format `date-time` to property `items[].shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.bag_id` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].current_status.status` of schema `CurrentStatus` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].bags[].entity_type` of schema `OrderBags` in response with status code 200 - - [Added] property `items[].shipments[].bags[].is_parent` of schema `OrderBags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].dp_assignment` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].total_items` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].shipments[].meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].payment_mode` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].packaging_type` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].journey_type` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].payments.mode` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].payments.logo` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].payments.source` of schema `ShipmentPayments` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].operational_status` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].status.meta` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].status.bag_list` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].status.id` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].status.shipment_id` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].status.status` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].status.display_name` of schema `ShipmentStatusData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].total_bags` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipments[].shipment_created_at` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].previous_shipment_id` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].shipment_update_time` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].rto_address` of schema `PlatformDeliveryAddress` in response with status code 200 - - [Added] property `items[].shipments[].credit_note_id` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].is_self_ship` of schema `PlatformShipment` in response with status code 200 - - [Added] property `items[].shipments[].mode_of_payment` of schema `PlatformShipment` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].order_id` of schema `PlatformOrderItems` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].channel.logo` of schema `PlatformChannel` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].channel.name` of schema `PlatformChannel` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user_info.uid` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user_info.first_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user_info.last_name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user_info.is_anonymous_user` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user_info.avis_user_id` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].user_info.name` of schema `UserDataInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].order_value` of schema `PlatformOrderItems` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `lane` of schema `OrderListingResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.type` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.has_previous` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.has_next` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.total` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.size` of schema `Page` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `page.current` of schema `Page` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].bags[].gst_details.cgst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `items[].shipments[].bags[].gst_details.gst_tax_percentage` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].bags[].gst_details.igst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].bags[].gst_details.sgst_gst_fee` of schema `BagGST` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `string` of property `items[].shipments[].bags[].current_status.updated_at` of schema `CurrentStatus` in response with status code 200 - - -#### getfilters - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.returned[].options[].show_ui` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.returned[].options[].placeholder_text` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.returned[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.returned[].placeholder_text` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.returned[].required` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.returned` of schema `AdvanceFilterInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.action_centre[].options[].show_ui` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.action_centre[].options[].placeholder_text` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.action_centre[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.action_centre[].placeholder_text` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.action_centre[].required` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.action_centre` of schema `AdvanceFilterInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.unfulfilled[].options[].show_ui` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.unfulfilled[].options[].placeholder_text` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.unfulfilled[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.unfulfilled[].placeholder_text` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.unfulfilled[].required` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.unfulfilled` of schema `AdvanceFilterInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.filters[].options[].show_ui` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.filters[].options[].placeholder_text` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.filters[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.filters[].placeholder_text` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.filters[].required` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.filters` of schema `AdvanceFilterInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.processed[].options[].show_ui` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.processed[].options[].placeholder_text` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.processed[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.processed[].placeholder_text` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.processed[].required` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.processed` of schema `AdvanceFilterInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.applied_filters` of schema `AdvanceFilterInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `advance_filter.page` of schema `AdvanceFilterInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `global_filter[].options[].show_ui` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `global_filter[].options[].placeholder_text` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `global_filter[].options[].min_search_size` of schema `FilterInfoOption` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `global_filter[].placeholder_text` of schema `FiltersInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `global_filter[].required` of schema `FiltersInfo` in response with status code 200 - - -#### getBagById - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `bag_update_time` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `parent_promo_bags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `tags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `financial_breakup[].amount_paid_roundoff` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `financial_breakup[].tax_collected_at_source` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `financial_breakup[].identifiers.alu` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `financial_breakup[].identifiers.ean` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `financial_breakup[].identifiers.sku_code` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `financial_breakup[].identifiers.upc` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `financial_breakup[].identifiers.isbn` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status[].display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `seller_identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `original_bag_list` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article_details.status` of schema `ArticleDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_operational_status.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.is_active` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.alohomora_user_id` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.is_enabled_for_recon` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.brand_store_tags` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.order_integration_id` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.parent_store_id` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.code` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.store_address_json.version` of schema `StoreAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.store_address_json.area` of schema `StoreAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.store_address_json.email` of schema `StoreAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.additional_contact_details` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.timing` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.notification_emails` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.gst_number` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.ewaybill_portal_details` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.einvoice_portal_details.username` of schema `EInvoicePortalDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.einvoice_portal_details.user` of schema `EInvoicePortalDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.einvoice_portal_details.password` of schema `EInvoicePortalDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.gst_credentials.e_invoice.username` of schema `StoreEinvoice` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.gst_credentials.e_invoice.user` of schema `StoreEinvoice` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.gst_credentials.e_invoice.password` of schema `StoreEinvoice` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.gst_credentials.e_waybill.enabled` of schema `StoreEwaybill` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.product_return_config` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.meta.documents.gst.url` of schema `Document` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.packaging_material_count` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.is_archived` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `ordering_store.address2` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.dimensions.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.dimensions.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.dimensions.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.dimensions.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.dimensions.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.code` of schema `Article` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.weight.is_default` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.weight.shipping` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.weight.unit` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `article.is_set` of schema `Article` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `brand.logo` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `brand.credit_note_allowed` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `brand.created_on` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `brand.modified_on` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_bag_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_bag_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_bag_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_bag_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_bag_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_bag_details.employee_discount` of schema `AffiliateBagDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_bag_details.loyalty_discount` of schema `AffiliateBagDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.primary_material` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.essential` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.marketer_name` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.primary_color` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.marketer_address` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.primary_color_hex` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.brand_name` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.name` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.attributes.gender` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.l3_category` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.l3_category_name` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.last_updated_at` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.l2_category` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.code` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.l1_category_id` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.l1_category` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.can_cancel` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.can_return` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.meta` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.department_id` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `item.l2_category_id` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `quantity` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `restore_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.shipment_meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `affiliate_details.shipment_meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.company_affiliate_tag` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.label_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.label_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.invoice_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.b2b` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.label` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.label_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.invoice_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.credit_note_url` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.delivery_challan_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.label_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.invoice_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.invoice_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.pdf_links.po_invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.affiliate_id` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `affiliate_details.ad_id` of schema `AffiliateDetails` in response with status code 200 - - [Added] property `affiliate_details.config` of schema `AffiliateConfig` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `reasons` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `bag_status_history.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `display_name` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `line_number` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `restore_coupon` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.gift_card.gift_message` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.gift_card.gift_price` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.gift_card.display_text` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.gift_card.is_gift_applied` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.custom_message` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.docket_number` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.group_id` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.partial_can_ret` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.extra_meta` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.b2b_po_details.docker_number` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.b2b_po_details.po_line_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.b2b_po_details.total_gst_percentage` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.b2b_po_details.partial_can_ret` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.b2b_po_details.po_tax_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.b2b_po_details.item_base_price` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `meta.custom_json` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `no_of_bags_order` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `applied_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `journey_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `dates.order_created` of schema `Dates` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `shipment_id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `current_status.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `operational_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `entity_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 5XX - -- ##### What's Deprecated - - [Deleted] Required status from property `gst_details.cgst_gst_fee` in response with status code 200 - - [Deleted] Required status from property `gst_details.cgst_tax_percentage` in response with status code 200 - - [Deleted] Required status from property `gst_details.gst_tag` in response with status code 200 - - [Deleted] Required status from property `gst_details.gst_tax_percentage` in response with status code 200 - - [Deleted] Required status from property `gst_details.hsn_code` in response with status code 200 - - [Deleted] Required status from property `gst_details.hsn_code_id` in response with status code 200 - - [Deleted] Required status from property `gst_details.igst_gst_fee` in response with status code 200 - - [Deleted] Required status from property `gst_details.igst_tax_percentage` in response with status code 200 - - [Deleted] Required status from property `gst_details.sgst_gst_fee` in response with status code 200 - - [Deleted] Required status from property `gst_details.sgst_tax_percentage` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `gst_details.cgst_gst_fee` of schema `BagGSTDetails` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `gst_details.igst_gst_fee` of schema `BagGSTDetails` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `gst_details.sgst_gst_fee` of schema `BagGSTDetails` in response with status code 200 - - -#### getBags - -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_update_time` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.cgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.igst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.gst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.hsn_code_id` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.is_default_hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.gst_tag` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.sgst_tax_percentage` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].gst_details.hsn_code` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].parent_promo_bags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].tags` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].financial_breakup[].amount_paid_roundoff` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].financial_breakup[].tax_collected_at_source` of schema `FinancialBreakup` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].financial_breakup[].identifiers.alu` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].financial_breakup[].identifiers.ean` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].financial_breakup[].identifiers.sku_code` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].financial_breakup[].identifiers.upc` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].financial_breakup[].identifiers.isbn` of schema `Identifier` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status[].display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].seller_identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].original_bag_list` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article_details.status` of schema `ArticleDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_operational_status.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.is_active` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.alohomora_user_id` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.is_enabled_for_recon` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.brand_store_tags` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.order_integration_id` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.parent_store_id` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.code` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.store_address_json.version` of schema `StoreAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.store_address_json.area` of schema `StoreAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.store_address_json.email` of schema `StoreAddress` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.additional_contact_details` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.timing` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.notification_emails` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.gst_number` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.ewaybill_portal_details` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.einvoice_portal_details.username` of schema `EInvoicePortalDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.einvoice_portal_details.user` of schema `EInvoicePortalDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.einvoice_portal_details.password` of schema `EInvoicePortalDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.gst_credentials.e_invoice.username` of schema `StoreEinvoice` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.gst_credentials.e_invoice.user` of schema `StoreEinvoice` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.gst_credentials.e_invoice.password` of schema `StoreEinvoice` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.gst_credentials.e_waybill.enabled` of schema `StoreEwaybill` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.product_return_config` of schema `StoreMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.meta.documents.gst.url` of schema `Document` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.packaging_material_count` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.is_archived` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].ordering_store.address2` of schema `Store` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.dimensions.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.dimensions.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.dimensions.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.dimensions.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.dimensions.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.code` of schema `Article` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.weight.is_default` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.weight.shipping` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.weight.unit` of schema `Weight` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].article.is_set` of schema `Article` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].brand.logo` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].brand.credit_note_allowed` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].brand.created_on` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].brand.modified_on` of schema `Brand` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_bag_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_bag_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_bag_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_bag_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_bag_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_bag_details.employee_discount` of schema `AffiliateBagDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_bag_details.loyalty_discount` of schema `AffiliateBagDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.primary_material` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.essential` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.marketer_name` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.primary_color` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.marketer_address` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.primary_color_hex` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.brand_name` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.name` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.attributes.gender` of schema `Attributes` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.l3_category` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.l3_category_name` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.last_updated_at` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.l2_category` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.code` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.l1_category_id` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.l1_category` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.can_cancel` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.can_return` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.meta` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.department_id` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].item.l2_category_id` of schema `Item` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].identifier` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].quantity` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].restore_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.b2b_buyer_details.ajio_site_id` of schema `BuyerDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.formatted.max` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.formatted.min` of schema `Formatted` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.debug_info.stormbreaker_uuid` of schema `DebugInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.return_awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.einvoice_info.credit_note` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.einvoice_info.invoice` of schema `EinvoiceInfo` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.return_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.shipment_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dimension.height` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dimension.width` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dimension.is_default` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dimension.unit` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dimension.length` of schema `Dimensions` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dp_options` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.assign_dp_from_sb` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.due_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.store_invoice_updated_date` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.forward_affiliate_shipment_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.return_store_node` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.shipment_tags[].slug` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.shipment_tags[].entity_type` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.shipment_tags[].display_text` of schema `ShipmentTags` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.external` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.awb_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.lock_data.locked` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.lock_data.mto` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.lock_data.lock_message` of schema `LockData` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.shipment_volumetric_weight` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.marketplace_store_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.return_details` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dp_sort_key` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.packaging_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.timestamp.max` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.timestamp.min` of schema `ShipmentTimeStamp` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.auto_trigger_dp_assignment_acf` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.dp_name` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.po_number` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.forward_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.return_affiliate_order_id` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.shipment_meta.bag_weight` of schema `ShipmentMeta` in response with status code 200 - - [Added] property `items[].affiliate_details.shipment_meta.refund_to` of schema `ShipmentMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.affiliate_meta.order_item_id` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.affiliate_meta.employee_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.affiliate_meta.quantity` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.affiliate_meta.loyalty_discount` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.affiliate_meta.is_priority` of schema `AffiliateMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.company_affiliate_tag` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.label_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.label_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.invoice_a6` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.b2b` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.label` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.label_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.invoice_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.credit_note_url` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.delivery_challan_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.label_export` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.invoice_a4` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.invoice_pos` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.pdf_links.po_invoice` of schema `PDFLinks` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.affiliate_id` of schema `AffiliateDetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].affiliate_details.ad_id` of schema `AffiliateDetails` in response with status code 200 - - [Added] property `items[].affiliate_details.config` of schema `AffiliateConfig` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].reasons` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].bag_status_history.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].display_name` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].line_number` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].restore_coupon` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.gift_card.gift_message` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.gift_card.gift_price` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.gift_card.display_text` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.gift_card.is_gift_applied` of schema `GiftCard` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.custom_message` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.docket_number` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.group_id` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.partial_can_ret` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.extra_meta` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.b2b_po_details.docker_number` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.b2b_po_details.po_line_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.b2b_po_details.total_gst_percentage` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.b2b_po_details.partial_can_ret` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.b2b_po_details.po_tax_amount` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.b2b_po_details.item_base_price` of schema `B2BPODetails` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].meta.custom_json` of schema `BagMeta` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].no_of_bags_order` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].applied_promos` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].journey_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.refund_credit` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.amount_paid_roundoff` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.price_effective` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.promotion_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.pm_price_split` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.refund_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.transfer_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.coupon_effective_discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.tax_collected_at_source` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.brand_calculated_amount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.delivery_charge` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.cashback` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.value_of_good` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.cashback_applied` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.cod_charges` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.price_marked` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.amount_paid` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.coupon_value` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.discount` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.fynd_credits` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].prices.gift_price` of schema `Prices` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].dates.order_created` of schema `Dates` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].shipment_id` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.store_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.kafka_sync` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.app_display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.state_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.state_type` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.bsh_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.created_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.shipment_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.updated_at` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.bag_state_mapper.is_active` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.bag_state_mapper.app_display_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.bag_state_mapper.app_state_name` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.bag_state_mapper.app_facing` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.bag_state_mapper.notify_customer` of schema `BagStateMapper` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.bag_id` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.reasons` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].current_status.display_name` of schema `BagStatusHistory` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].operational_status` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `items[].entity_type` of schema `BagDetailsPlatformResponse` in response with status code 200 - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 4XX - - [Breaking] [Added] Possible nullable value `true` to property `status` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `success` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `message` of schema `ErrorResponse` in response with status code 5XX - - [Breaking] [Added] Possible nullable value `true` to property `error_trace` of schema `ErrorResponse` in response with status code 5XX - -- ##### What's Deprecated - - [Deleted] Required status from property `items[].gst_details.cgst_gst_fee` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.cgst_tax_percentage` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.gst_tag` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.gst_tax_percentage` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.hsn_code` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.hsn_code_id` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.igst_gst_fee` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.igst_tax_percentage` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.sgst_gst_fee` in response with status code 200 - - [Deleted] Required status from property `items[].gst_details.sgst_tax_percentage` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `items[].gst_details.cgst_gst_fee` of schema `BagGSTDetails` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].gst_details.igst_gst_fee` of schema `BagGSTDetails` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].gst_details.sgst_gst_fee` of schema `BagGSTDetails` in response with status code 200 - - -# CHANGE LOG (1.3.2) FP-v1.8.1 - - -## Application Client - - - -### Cart - - - -#### getCart - -- ##### What's New - - [Added] property `breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### addItems - -- ##### What's New - - [Added] property `cart.breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### updateCart - -- ##### What's New - - [Added] property `cart.breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### applyCoupon - -- ##### What's New - - [Added] property `breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 201 - - -#### removeCoupon - -- ##### What's New - - [Added] property `breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### applyRewardPoints - -- ##### What's New - - [Added] property `breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### selectAddress - -- ##### What's New - - [Added] property `breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 201 - - -#### selectPaymentMode - -- ##### What's New - - [Added] property `breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### getShipments - -- ##### What's New - - [Added] property `breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### checkoutCart - -- ##### What's New - - [Added] property `cart.breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### getCartSharedItems - -- ##### What's New - - [Added] property `cart.breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - [Added] property `cart.breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 404 - - -#### updateCartWithSharedItems - -- ##### What's New - - [Added] property `cart.breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -#### checkoutCartV2 - -- ##### What's New - - [Added] property `cart.breakup_values.raw.mop_total` of schema `RawBreakup` in response with status code 200 - - -## Platform Client - - - -### Order - - - -#### getShipments - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `items[].bags[].gst.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].bags[].gst.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].bags[].gst.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - -#### getShipmentById - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - -#### getOrderById - -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `string` of property `order.meta.employee_id` of schema `OrderMeta` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - -#### getOrders - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].gst_details.igst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].gst_details.sgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].gst_details.cgst_gst_fee` of schema `GSTDetailsData` in response with status code 200 - - -### Payment - - - -#### getBrandPaymentGatewayConfig - -- ##### What's New - - [Added] `query` parameter `aggregator` (type: `string`) - - - [Added] `query` parameter `config_type` (type: `string`) - - - -### Theme - - - -#### getCompanyLevelThemes - -- ##### What's New - - [Added] Content in Response 401 - - -#### addMarketplaceThemeToCompany - -- ##### What's New - - [Added] Content in Response 401 - - -### Webhook - - - -#### getSubscribersByCompany - -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberResponse` in response with status code 200 - - -#### registerSubscriberToEvent - -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in request body - - [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in request body - - [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in request body - - [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in response with status code 200 - - [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in response with status code 200 - - [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in response with status code 200 - - -#### updateSubscriberConfig - -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in request body - - [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in request body - - [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in request body - - [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in response with status code 200 - - [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in response with status code 200 - - [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in response with status code 200 - - -#### getSubscriberById - -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberResponse` in response with status code 200 - - -#### getSubscribersByExtensionId - -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from `active` from property `items[].status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] Possible values from `inactive` from property `items[].status` of schema `SubscriberResponse` in response with status code 200 - - [Breaking] [Deleted] Possible values from `blocked` from property `items[].status` of schema `SubscriberResponse` in response with status code 200 - - - -# CHANGE LOG (1.3.0) FP-v1.8.0 - - -## Application Client - - - -### Cart - - - -#### checkoutCart - -- ##### What's New - - [Breaking] [Added] Type `object` to property `customer_details` of schema `CartCheckoutDetailRequest` in request body - - -#### checkoutCartV2 - -- ##### What's New - - [Breaking] [Added] Type `object` to property `customer_details` of schema `CartCheckoutDetailV2Request` in request body - - -### Catalog - - - -#### getProductSizesBySlug - -- ##### What's New - - [Added] property `price.selling` of schema `Price` in response with status code 200 - - [Added] property `discount_meta` of schema `DiscountMeta` in response with status code 200 - - -#### getProductBundlesBySlug - -- ##### What's New - - [Breaking] [Added] Type `string` to property `items[].logo` of schema `ProductGroupingModel` in response with status code 200 - - -#### getProductPriceBySlug - -- ##### What's New - - [Added] property `price_per_piece.currency_code` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `price_per_piece.currency_symbol` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `price_per_piece.selling` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `price.currency_code` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `price.currency_symbol` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `price.selling` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `discount_meta` of schema `DiscountMeta` in response with status code 200 - - [Added] property `delivery_promise` of schema `PromiseSchema` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `price_per_piece.currency` of schema `ProductStockPriceV3` in response with status code 200 - - [Breaking] [Deleted] property `price.currency` of schema `ProductStockPriceV3` in response with status code 200 - - -#### getProductSellersBySlug - -- ##### What's New - - [Added] property `items[].price_per_piece.currency_code` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `items[].price_per_piece.currency_symbol` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `items[].price_per_piece.selling` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `items[].price.currency_code` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `items[].price.currency_symbol` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `items[].price.selling` of schema `ProductStockPriceV3` in response with status code 200 - - [Added] property `items[].discount_meta` of schema `DiscountMeta` in response with status code 200 - - [Added] property `items[].delivery_promise` of schema `PromiseSchema` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].price_per_piece.currency` of schema `ProductStockPriceV3` in response with status code 200 - - [Breaking] [Deleted] property `items[].price.currency` of schema `ProductStockPriceV3` in response with status code 200 - - -### Content - - - -#### getSEOConfiguration - -- ##### What's Deprecated - - [Deleted] Type from `object` from property `seo.custom_meta_tags[]` of schema `CustomMetaTag` in response with status code 200 - - -#### getPage - -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 - - -#### getPages - -- ##### What's Deprecated - - [Deleted] Type from `object` from property `items[]._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 - - -### Payment - - - -#### getAggregatorsConfig - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getActiveCardAggregator - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getActiveUserCards - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### deleteUserCard - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### verifyCustomerForPayment - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### verifyAndChargePayment - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### initialisePayment - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### checkAndUpdatePaymentStatus - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getPaymentModeRoutes - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getPosPaymentModeRoutes - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getRupifiBannerDetails - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getEpaylaterBannerDetails - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### resendOrCancelPayment - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### renderHTML - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### validateVPA - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### cardDetails - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getActiveRefundTransferModes - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### enableOrDisableRefundTransferMode - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getUserBeneficiariesDetail - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getOrderBeneficiariesDetail - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### verifyOtpAndAddBeneficiaryForBank - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### addBeneficiaryDetails - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### addRefundBankAccountUsingOTP - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### verifyOtpAndAddBeneficiaryForWallet - -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### updateDefaultBeneficiary + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 500 - - -#### getPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 - - -#### createPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### resendPaymentLink +#### verifyMobileOTP - ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 - - -#### cancelPaymentLink + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 -- ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getPaymentModeRoutesPaymentLink +#### verifyMobileForgotOTP - ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 - - -#### pollingPaymentLink + - [Added] Response with status 400 -- ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### createOrderHandlerPaymentLink +#### sendOTPOnEmail - ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 - - -#### initialisePaymentPaymentLink + - [Added] property resend_email_token of schema EmailOtpSuccess in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### checkAndUpdatePaymentStatusPaymentLink + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 +#### sendForgotOTPOnEmail -#### customerCreditSummary +- ##### What's New + - [Added] property resend_email_token of schema EmailOtpSuccess in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### redirectToAggregator + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 +#### verifyEmailOTP -#### checkCredit +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### customerOnboard + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 +#### verifyEmailForgotOTP -#### outstandingOrderDetails +- ##### What's New + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 - - -#### paidOrderDetails + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -- ##### What's Deprecated - - [Deleted] Required status from property `error` in response with status code 400 - - [Deleted] Required status from property `error` in response with status code 500 +#### getLoggedInUser -### PosCart +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 401 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### checkoutCart +#### getListOfActiveSessions - ##### What's New - - [Breaking] [Added] Type `object` to property `customer_details` of schema `CartPosCheckoutDetailRequest` in request body - - -### Theme + - [Added] Response with status 401 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getAppliedTheme +#### getPlatformConfig - ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties `config.list[].global_config.statics`, `config.list[].global_config.auth`, `config.list[].global_config.palette` in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/application/theme/v1.0/applied-theme` To `/service/application/theme/v2.0/applied-theme` - - -#### getThemeForPreview - -- ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties `config.list[].global_config.statics`, `config.list[].global_config.auth`, `config.list[].global_config.palette` in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + - [Added] property social_tokens.accountkit of schema SocialTokens in response with status code 200 + - [Breaking] [Added] properties delete_account_consent.consent_text in response with status code 200 + - [Breaking] [Added] properties session_config.duration, session_config.type, session_config.is_rolling in response with status code 200 + - [Added] property __v of schema PlatformSchema in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 + - [Breaking] [Deleted] property social_tokens.account_kit of schema SocialTokens in response with status code 200 + - [Breaking] [Deleted] property delete_account_consent[] of schema PlatformSchema in response with status code 200 + - [Breaking] [Deleted] property session_config[] of schema PlatformSchema in response with status code 200 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/application/theme/v1.0/{theme_id}/preview` To `/service/application/theme/v2.0/{theme_id}/preview` +#### updateProfile -### User +- ##### What's New + - [Added] property encrypt_otp of schema EditProfileRequestSchema in request body + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### sendOTPOnEmail +#### addMobileNumber - ##### What's New - - [Added] property `captcha_code` of schema `SendEmailOtpRequestSchema` in request body + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -## Partner Client -- [Added] Theme class in partner client +#### deleteMobileNumber +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 -## Platform Client +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX +#### setMobileNumberAsPrimary -### AuditTrail +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getAuditLogs +#### sendVerificationLinkToMobile - ##### What's New - - [Added] `query` parameter `limit` (type: `integer`) + - [Added] Response with status 400 - - [Added] `query` parameter `sort` (type: `object`) +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX +#### addEmail -### Billing +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX +#### deleteEmail -#### getSubscription +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Value format from `date` from property `subscription.pause_collection.resume_at` of schema `SubscriptionPauseCollection` in response with status code 200 - - [Deleted] Value format from `date` from property `subscription.trial.start` of schema `SubscriptionTrial` in response with status code 200 - - [Deleted] Value format from `date` from property `subscription.trial.end` of schema `SubscriptionTrial` in response with status code 200 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX + +#### setEmailAsPrimary -#### activateSubscriptionPlan +- ##### What's New + - [Added] property user.external_id of schema UserSchema in response with status code 200 + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Value format from `date` from property `data.pause_collection.resume_at` of schema `SubscriptionPauseCollection` in response with status code 200 - - [Deleted] Value format from `date` from property `data.trial.start` of schema `SubscriptionTrial` in response with status code 200 - - [Deleted] Value format from `date` from property `data.trial.end` of schema `SubscriptionTrial` in response with status code 200 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### cancelSubscriptionPlan +#### sendVerificationLinkToEmail + +- ##### What's New + - [Added] Response with status 400 - ##### What's Deprecated - - [Deleted] Value format from `date` from property `data.pause_collection.resume_at` of schema `SubscriptionPauseCollection` in response with status code 200 - - [Deleted] Value format from `date` from property `data.trial.start` of schema `SubscriptionTrial` in response with status code 200 - - [Deleted] Value format from `date` from property `data.trial.end` of schema `SubscriptionTrial` in response with status code 200 + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getEnterprisePlans +#### userExists - ##### What's New - - [Added] method `getEnterprisePlans` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### planStatusUpdate +#### getUserAttributes - ##### What's New - - [Added] method `planStatusUpdate` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### subscripePlan +#### updateUserAttributes - ##### What's New - - [Added] method `subscripePlan` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -### Cart +## Partner Client -#### getPromotions +### Lead -- ##### What's New - - [Breaking] [Added] Type `object` to property `items[].restrictions.user_registered` of schema `Restrictions1` in response with status code 200 - - [Added] property `items[]._id` of schema `PromotionListItem` in response with status code 200 -#### createPromotion +#### getTickets - ##### What's New - - [Breaking] [Added] Type `object` to property `restrictions.user_registered` of schema `Restrictions1` in request body - - [Breaking] [Added] Type `object` to property `restrictions.user_registered` of schema `Restrictions1` in response with status code 201 + - [Added] Possible values image to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property items[].source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property items[].source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values low to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 -#### getPromotionById +#### createTicket - ##### What's New - - [Breaking] [Added] Type `object` to property `restrictions.user_registered` of schema `Restrictions1` in response with status code 200 + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -#### updatePromotion +#### getTicket - ##### What's New - - [Breaking] [Added] Type `object` to property `restrictions.user_registered` of schema `Restrictions1` in request body - - [Breaking] [Added] Type `object` to property `restrictions.user_registered` of schema `Restrictions1` in response with status code 200 + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -#### updatePriceAdjustment +#### editTicket - ##### What's New - - [Added] Possible values `delivery_charge` to property `type` of schema `PriceAdjustmentUpdate` in request body - - [Added] property `article_ids[].quantity` of schema `Article` in request body - - [Added] Possible values `delivery_charge` to property `data.type` of schema `PriceAdjustment` in response with status code 200 - - [Added] property `data.article_ids[].quantity` of schema `Article` in response with status code 200 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `cart_value` of schema `PriceAdjustmentUpdate` in request body - - [Breaking] [Deleted] property `data.cart_value` of schema `PriceAdjustment` in response with status code 200 + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -#### addPriceAdjustment +#### createHistory - ##### What's New - - [Added] Possible values `delivery_charge` to property `type` of schema `PriceAdjustmentAdd` in request body - - [Added] property `article_ids[].quantity` of schema `Article` in request body - - [Added] Possible values `delivery_charge` to property `data.type` of schema `PriceAdjustment` in response with status code 201 - - [Added] property `data.article_ids[].quantity` of schema `Article` in response with status code 201 + - [Added] Possible values rating to property type of schema HistoryTypeEnum in request body + - [Added] Possible values log to property type of schema HistoryTypeEnum in request body + - [Added] Possible values comment to property type of schema HistoryTypeEnum in request body - ##### What's Deprecated - - [Breaking] [Deleted] property `cart_value` of schema `PriceAdjustmentAdd` in request body - - [Breaking] [Deleted] property `data.cart_value` of schema `PriceAdjustment` in response with status code 201 + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body -#### platformCheckoutCart +### Logistics -- ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `user_id` of schema `PlatformCartCheckoutDetailRequest` in request body - - [Added] property `custom_meta` of schema `PlatformCartCheckoutDetailRequest` in request body - - [Added] property `customer_details` of schema `PlatformCartCheckoutDetailRequest` in request body -#### platformCheckoutCartV2 +#### getSampleFileServiceabilityStatus - ##### What's New - - [Breaking] [Added] Possible nullable value `true` to property `user_id` of schema `PlatformCartCheckoutDetailV2Request` in request body - - [Added] property `customer_details` of schema `PlatformCartCheckoutDetailV2Request` in request body - - -### Catalog - + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.type of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 -#### updateCollection +#### getBulkTat - ##### What's New - - [Breaking] [Added] Type `string` to property `modified_by` of schema `UpdateCollection` in request body - - [Breaking] [Added] Type `string` to property `modified_by` of schema `UpdateCollection` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.type of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 -#### validateProductTemplate +#### getBulkServiceability - ##### What's New - - [Added] `query` parameter `item_type` (type: `string`) - - - [Added] `query` parameter `bulk` (type: `boolean`) + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.type of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - -#### downloadProductTemplateViews +#### getCourierPartnerAccounts - ##### What's New - - [Added] `query` parameter `item_type` (type: `string`) + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.type of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - - [Added] `query` parameter `type` (type: `string`) - - -#### createProduct +#### getCountries - ##### What's New - - [Breaking] [Added] Type `string` to property `change_request_id` of schema `ProductCreateUpdateSchemaV2` in request body - + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.type of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 -#### getProductAttributes -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].example` of schema `AttributeMasterSerializer` in response with status code 200 - - -#### editProduct +### Theme -- ##### What's New - - [Breaking] [Added] Type `string` to property `change_request_id` of schema `ProductCreateUpdateSchemaV2` in request body -#### createBulkProductUploadJob +#### getAllPages - ##### What's New - - [Breaking] [Added] Type `string` to property `modified_by` of schema `BulkResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.popup.type in response with status code 200 -#### uploadBulkProducts +#### createPage - ##### What's New - - [Breaking] [Added] Type `string` to property `modified_by` of schema `BulkResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### getInventoryBySizeIdentifier +#### updateMultiplePages - ##### What's New - - [Breaking] [Added] Type `string` to property `items[].modified_by` of schema `InventorySellerResponse` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].created_by` of schema `InventorySellerResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.popup.type in response with status code 200 -#### getDiscountedInventoryBySizeIdentifier +#### getPage - ##### What's New - - [Breaking] [Added] Type `string` to property `items[].modified_by` of schema `InventorySellerResponse` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].created_by` of schema `InventorySellerResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### createBulkInventoryJob +#### updatePage - ##### What's New - - [Breaking] [Added] Type `string` to property `modified_by` of schema `BulkResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -### Common - - - -#### searchApplication +#### deletePage - ##### What's New - - [Added] property `_id` of schema `ApplicationResponse` in response with status code 200 - - [Added] property `is_active` of schema `ApplicationResponse` in response with status code 200 - - [Added] property `name` of schema `ApplicationResponse` in response with status code 200 - - [Added] property `code` of schema `ApplicationResponse` in response with status code 200 - - [Added] property `created_at` of schema `ApplicationResponse` in response with status code 200 - - [Added] property `updated_at` of schema `ApplicationResponse` in response with status code 200 - - [Added] property `decimal_digits` of schema `ApplicationResponse` in response with status code 200 - - [Added] property `symbol` of schema `ApplicationResponse` in response with status code 200 - - -### Communication - + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### getAudiences +### Webhook -- ##### What's New - - [Added] Response with status 500 -#### createAudience +#### getDeliveryDetailInsights - ##### What's New - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `is_active` of schema `AudienceReq` in request body - - [Breaking] [Deleted] property `application` of schema `AudienceReq` in request body - - -#### getBigqueryHeaders -- [Note] This method is deprecated and it will be removed in future versions. + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] Body content in Request - - [Deleted] properties `headers` in response with status code 200 - - [Breaking] [Deleted] Response with status 400 + - [Breaking] [Deleted] property page.total_page of schema Page in response with status code 200 - ##### What's Changed - - [Breaking] [Changed] operationId from `getBigqueryHeaders` to `createBigQueryHeaders` + - [Breaking] [Changed] Type from object to string of property rows[].data of schema EventProcessReportObject in response with status code 200 + - [Breaking] [Changed] Type from integer to number of property rows[].last_attempted_on of schema EventProcessReportObject in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.current of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.item_total of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.size of schema Page in response with status code 200 -#### getAudienceById +#### getHistoricalReports - ##### What's New - - [Breaking] [Added] properties `message.message`, `message.success`, `message.info`, `message.operation` in response with status code 404 - - [Added] property `sentry` of schema `GenericError` in response with status code 404 - - [Added] Response with status 500 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 + +- ##### What's Deprecated + - [Deleted] Value format from date-time from property items[].filters.end_date of schema HistoryFilters in response with status code 200 + - [Deleted] Value format from date-time from property items[].filters.start_date of schema HistoryFilters in response with status code 200 + - [Deleted] Value format from date-time from property items[].created_on of schema HistoryItems in response with status code 200 + - [Deleted] Value format from date-time from property items[].updated_on of schema HistoryItems in response with status code 200 + - [Breaking] [Deleted] property page.total_page of schema Page in response with status code 200 - ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `message` of schema `NotFound` in response with status code 404 + - [Breaking] [Changed] Type from number to integer of property page.current of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.item_total of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.size of schema Page in response with status code 200 -#### updateAudienceById +#### fetchSubscribers - ##### What's New - - [Breaking] [Added] properties `message.message`, `message.success`, `message.info`, `message.operation` in response with status code 404 - - [Added] property `sentry` of schema `GenericError` in response with status code 404 - - [Added] Response with status 500 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `is_active` of schema `AudienceReq` in request body - - [Breaking] [Deleted] property `application` of schema `AudienceReq` in request body + - [Breaking] [Deleted] property page.total_page of schema Page in response with status code 200 - ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `message` of schema `NotFound` in response with status code 404 - + - [Breaking] [Changed] Type from number to integer of property page.current of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.item_total of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.size of schema Page in response with status code 200 -#### getNSampleRecordsFromCsv -- ##### What's New - - [Added] method `getNSampleRecordsFromCsv` +## Platform Client -#### getEmailProviders +### Cart -- ##### What's New - - [Added] Response with status 500 -#### createEmailProvider +#### getCoupons -- ##### What's New - - [Added] Response with status 500 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.page of schema Page in response with status code 200 + - [Breaking] [Deleted] property page.last_id of schema Page in response with status code 200 -#### getEmailProviderById +#### createCoupon - ##### What's New - - [Added] Response with status 404 - - [Added] Response with status 500 + - [Added] property error of schema OperationErrorResponse in response with status code 400 -#### updateEmailProviderById +#### getCouponById - ##### What's New - - [Added] Response with status 404 - - [Added] Response with status 500 - - -#### getEmailTemplates - -- ##### What's New - - [Breaking] [Added] Type `string` to property `items[].static_to[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].static_cc[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].static_bcc[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].tags[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Possible values `high,low` to property `items[].priority` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].headers[]` of schema `EmailTemplateHeaders` in response with status code 200 - - [Breaking] [Added] properties `items[].headers[].key`, `items[].headers[].value` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `items[].attachments[]` of schema `EmailTemplate` in response with status code 200 - - [Added] property `items[].application` of schema `EmailTemplate` in response with status code 200 - - [Added] property `items[].editor_type` of schema `EmailTemplate` in response with status code 200 - - [Added] property `items[].editor_meta` of schema `EmailTemplate` in response with status code 200 - - [Added] property `items[].reply_to` of schema `EmailTemplate` in response with status code 200 - - [Added] property `items[].url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `items[].template_variables` of schema `EmailTemplate` in response with status code 200 - - [Added] property `items[].category` of schema `EmailTemplate` in response with status code 200 - - [Added] Response with status 500 - - -#### createEmailTemplate - -- ##### What's New - - [Breaking] [Added] Type `integer` to property `attachments[]` of schema `EmailTemplateReq` in request body - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `EmailTemplateReq` in request body - - [Added] property `from_name` of schema `EmailTemplateReq` in request body - - [Added] property `tags` of schema `EmailTemplateReq` in request body - - [Added] property `template_variables` of schema `EmailTemplateReq` in request body - - [Added] property `published` of schema `EmailTemplateReq` in request body - - [Added] property `editor_type` of schema `EmailTemplateReq` in request body - - [Added] property `editor_meta` of schema `EmailTemplateReq` in request body - - [Breaking] [Added] Required status to property `name` in request body - - [Breaking] [Added] Type `string` to property `tags[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `attachments[]` of schema `EmailTemplate` in response with status code 200 - - [Added] property `application` of schema `EmailTemplate` in response with status code 200 - - [Added] property `editor_type` of schema `EmailTemplate` in response with status code 200 - - [Added] property `editor_meta` of schema `EmailTemplate` in response with status code 200 - - [Added] property `url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `template_variables` of schema `EmailTemplate` in response with status code 200 - - [Added] property `category` of schema `EmailTemplate` in response with status code 200 - - [Added] property `from_name` of schema `EmailTemplate` in response with status code 200 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `keys` of schema `EmailTemplateKeys` in response with status code 200 + - [Added] property error of schema OperationErrorResponse in response with status code 404 -#### getSystemEmailTemplates +#### updateCoupon - ##### What's New - - [Breaking] [Added] Type `string` to property `items[].static_to[]` of schema `SystemEmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].static_cc[]` of schema `SystemEmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].static_bcc[]` of schema `SystemEmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].tags[]` of schema `SystemEmailTemplate` in response with status code 200 - - [Breaking] [Added] Possible values `high,low` to property `items[].priority` of schema `SystemEmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].headers[]` of schema `EmailTemplateHeaders` in response with status code 200 - - [Breaking] [Added] properties `items[].headers[].key`, `items[].headers[].value` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `items[].attachments[]` of schema `SystemEmailTemplate` in response with status code 200 - - [Added] property `items[].url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `items[].template_variables` of schema `SystemEmailTemplate` in response with status code 200 - - [Added] property `items[].category` of schema `SystemEmailTemplate` in response with status code 200 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) + - [Added] property error of schema OperationErrorResponse in response with status code 404 - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - [Breaking] [Deleted] `query` parameter `sort` (type: `object`) - - - [Breaking] [Deleted] property `items[].from_name` of schema `SystemEmailTemplate` in response with status code 200 - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 - - -#### getEmailTemplateById +#### updateCouponPartially - ##### What's New - - [Breaking] [Added] Type `string` to property `static_to[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `static_cc[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `static_bcc[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `tags[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `object` to property `headers[]` of schema `EmailTemplateHeaders` in response with status code 200 - - [Breaking] [Added] properties `headers[].key`, `headers[].value` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `attachments[]` of schema `EmailTemplate` in response with status code 200 - - [Added] property `application` of schema `EmailTemplate` in response with status code 200 - - [Added] property `editor_type` of schema `EmailTemplate` in response with status code 200 - - [Added] property `editor_meta` of schema `EmailTemplate` in response with status code 200 - - [Added] property `reply_to` of schema `EmailTemplate` in response with status code 200 - - [Added] property `url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `template_variables` of schema `EmailTemplate` in response with status code 200 - - [Added] property `category` of schema `EmailTemplate` in response with status code 200 - - [Added] Response with status 400 - - [Added] Response with status 404 - - [Added] Response with status 500 - - -#### updateEmailTemplateById - -- ##### What's New - - [Breaking] [Added] Type `integer` to property `attachments[]` of schema `EmailTemplateReq` in request body - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `EmailTemplateReq` in request body - - [Added] property `from_name` of schema `EmailTemplateReq` in request body - - [Added] property `tags` of schema `EmailTemplateReq` in request body - - [Added] property `template_variables` of schema `EmailTemplateReq` in request body - - [Added] property `published` of schema `EmailTemplateReq` in request body - - [Added] property `editor_type` of schema `EmailTemplateReq` in request body - - [Added] property `editor_meta` of schema `EmailTemplateReq` in request body - - [Breaking] [Added] Required status to property `name` in request body - - [Breaking] [Added] Type `string` to property `tags[]` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `EmailTemplate` in response with status code 200 - - [Breaking] [Added] Type `integer` to property `attachments[]` of schema `EmailTemplate` in response with status code 200 - - [Added] property `application` of schema `EmailTemplate` in response with status code 200 - - [Added] property `editor_type` of schema `EmailTemplate` in response with status code 200 - - [Added] property `editor_meta` of schema `EmailTemplate` in response with status code 200 - - [Added] property `url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `template_variables` of schema `EmailTemplate` in response with status code 200 - - [Added] property `category` of schema `EmailTemplate` in response with status code 200 - - [Added] property `from_name` of schema `EmailTemplate` in response with status code 200 - - [Added] Response with status 400 - - [Added] Response with status 404 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `keys` of schema `EmailTemplateKeys` in response with status code 200 + - [Added] property error of schema OperationErrorResponse in response with status code 404 -#### deleteEmailTemplateById +#### getPromotions - ##### What's New - - [Added] property `acknowledged` of schema `GenericDelete` in response with status code 200 - - [Added] property `affected` of schema `GenericDelete` in response with status code 200 - - [Added] property `operation` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Added] properties `message.message`, `message.success`, `message.info`, `message.operation` in response with status code 400 - - [Added] property `sentry` of schema `GenericError` in response with status code 400 - - [Added] Response with status 404 - - [Added] Response with status 500 + - [Added] property items[].tags of schema PromotionListItem in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `success` of schema `EmailTemplateDeleteSuccessRes` in response with status code 200 - - [Breaking] [Deleted] property `success` of schema `EmailTemplateDeleteFailureRes` in response with status code 400 - -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `message` of schema `EmailTemplateDeleteFailureRes` in response with status code 400 + - [Breaking] [Deleted] property page.page of schema Page in response with status code 200 + - [Breaking] [Deleted] property page.last_id of schema Page in response with status code 200 -#### getCommunicationLogs +#### createPromotion -- ##### What's Deprecated - - [Breaking] [Deleted] property `items[].source` of schema `Log` in response with status code 200 - - [Breaking] [Deleted] property `items[].channel_type` of schema `Log` in response with status code 200 +- ##### What's New + - [Added] property tags of schema PromotionAdd in request body + - [Added] property tags of schema PromotionAdd in response with status code 201 + - [Added] property error of schema OperationErrorResponse in response with status code 400 -#### sendOtp +#### getPromotionById -- ##### What's Deprecated - - [Breaking] [Deleted] property `email.provider` of schema `SendOtpEmailCommsProvider` in request body +- ##### What's New + - [Added] property tags of schema PromotionUpdate in response with status code 200 + - [Added] property error of schema OperationErrorResponse in response with status code 404 -#### getSmsProviders +#### updatePromotion - ##### What's New - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `items` of schema `SmsProviders` in response with status code 200 - - [Breaking] [Deleted] property `page` of schema `Page` in response with status code 200 + - [Added] property tags of schema PromotionUpdate in request body + - [Added] property tags of schema PromotionUpdate in response with status code 200 + - [Added] property error of schema OperationErrorResponse in response with status code 404 -#### createSmsProvider +#### updatePromotionPartially - ##### What's New - - [Added] property `password` of schema `SmsProviderReq` in request body - - [Added] property `senderid` of schema `SmsProviderReq` in request body - - [Added] property `feedid` of schema `SmsProviderReq` in request body - - [Added] property `entityid` of schema `SmsProviderReq` in request body - - [Added] property `override_dnd` of schema `SmsProviderReq` in request body - - [Added] property `host` of schema `SmsProviderReq` in request body - - [Added] property `port` of schema `SmsProviderReq` in request body - - [Added] property `entity_id` of schema `SmsProviderReq` in request body - - [Added] property `apikey` of schema `SmsProviderReq` in request body - - [Added] property `version_id` of schema `SmsProviderReq` in request body - - [Added] property `sender_id` of schema `SmsProviderReq` in request body - - [Added] property `api_key` of schema `SmsProviderReq` in request body - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `rpt` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `type` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `provider` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `name` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `description` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `sender` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `username` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `authkey` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `application` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `slug` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `SmsProvider` in response with status code 200 + - [Added] property error of schema OperationErrorResponse in response with status code 404 -#### getSmsProviderById +#### updateCartMetaConfig - ##### What's New - - [Added] Response with status 404 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `rpt` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `type` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `provider` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `name` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `description` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `sender` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `username` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `authkey` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `application` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `slug` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `SmsProvider` in response with status code 200 + - [Added] property max_cart_value of schema CartMetaConfigUpdate in request body + - [Added] property max_cart_value of schema CartMetaConfigUpdate in response with status code 200 + - [Added] property error of schema OperationErrorResponse in response with status code 400 -#### updateSmsProviderById +#### fetchCartMetaConfig - ##### What's New - - [Added] property `password` of schema `SmsProviderReq` in request body - - [Added] property `senderid` of schema `SmsProviderReq` in request body - - [Added] property `feedid` of schema `SmsProviderReq` in request body - - [Added] property `entityid` of schema `SmsProviderReq` in request body - - [Added] property `override_dnd` of schema `SmsProviderReq` in request body - - [Added] property `host` of schema `SmsProviderReq` in request body - - [Added] property `port` of schema `SmsProviderReq` in request body - - [Added] property `entity_id` of schema `SmsProviderReq` in request body - - [Added] property `apikey` of schema `SmsProviderReq` in request body - - [Added] property `version_id` of schema `SmsProviderReq` in request body - - [Added] property `sender_id` of schema `SmsProviderReq` in request body - - [Added] property `api_key` of schema `SmsProviderReq` in request body - - [Added] Response with status 404 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `rpt` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `type` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `provider` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `name` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `description` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `sender` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `username` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `authkey` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `application` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `slug` of schema `SmsProvider` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `SmsProvider` in response with status code 200 - - -#### getSmsTemplates - -- ##### What's New - - [Breaking] [Added] Possible values `high,low` to property `items[].priority` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `items[].tags[]` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Type `object` to property `items[].template_variables` of schema `SmsTemplate` in response with status code 200 - - [Added] property `items[].url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `items[].application` of schema `SmsTemplate` in response with status code 200 - - [Added] property `items[].meta` of schema `metaObj` in response with status code 200 - - [Added] property `items[].template_id` of schema `SmsTemplate` in response with status code 200 - - [Added] property `items[].category` of schema `SmsTemplate` in response with status code 200 - - [Added] Response with status 500 - - -#### createSmsTemplate - -- ##### What's New - - [Breaking] [Added] Type `object` to property `template_variables` of schema `SmsTemplateReq` in request body - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `SmsTemplateReq` in request body - - [Added] property `template_id` of schema `SmsTemplateReq` in request body - - [Added] property `meta` of schema `metaObj` in request body - - [Added] property `published` of schema `SmsTemplateReq` in request body - - [Breaking] [Added] Required status to property `name` in request body - - [Breaking] [Added] Type `string` to property `tags[]` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Type `object` to property `template_variables` of schema `SmsTemplate` in response with status code 200 - - [Added] property `url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `application` of schema `SmsTemplate` in response with status code 200 - - [Added] property `meta` of schema `metaObj` in response with status code 200 - - [Added] property `template_id` of schema `SmsTemplate` in response with status code 200 - - [Added] property `category` of schema `SmsTemplate` in response with status code 200 - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] property `attachments` of schema `SmsTemplateReq` in request body + - [Added] property max_cart_value of schema CartMetaConfigAdd in response with status code 200 + - [Added] property error of schema OperationErrorResponse in response with status code 400 -#### getSmsTemplateById +#### createCartMetaConfig - ##### What's New - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Type `string` to property `tags[]` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Type `object` to property `template_variables` of schema `SmsTemplate` in response with status code 200 - - [Added] property `url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `application` of schema `SmsTemplate` in response with status code 200 - - [Added] property `meta` of schema `metaObj` in response with status code 200 - - [Added] property `template_id` of schema `SmsTemplate` in response with status code 200 - - [Added] property `category` of schema `SmsTemplate` in response with status code 200 - - [Added] Response with status 400 - - [Breaking] [Added] properties `message.message`, `message.success`, `message.info`, `message.operation` in response with status code 404 - - [Added] property `sentry` of schema `GenericError` in response with status code 404 - - [Added] Response with status 500 + - [Added] property max_cart_value of schema CartMetaConfigAdd in request body + - [Added] property max_cart_value of schema CartMetaConfigAdd in response with status code 201 + - [Added] property error of schema OperationErrorResponse in response with status code 400 -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `message` of schema `NotFound` in response with status code 404 - - -#### updateSmsTemplateById - -- ##### What's New - - [Breaking] [Added] Type `object` to property `template_variables` of schema `SmsTemplateReq` in request body - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `SmsTemplateReq` in request body - - [Added] property `template_id` of schema `SmsTemplateReq` in request body - - [Added] property `meta` of schema `metaObj` in request body - - [Added] property `published` of schema `SmsTemplateReq` in request body - - [Breaking] [Added] Required status to property `name` in request body - - [Breaking] [Added] Type `string` to property `tags[]` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Possible values `high,low` to property `priority` of schema `SmsTemplate` in response with status code 200 - - [Breaking] [Added] Type `object` to property `template_variables` of schema `SmsTemplate` in response with status code 200 - - [Added] property `url_shorten` of schema `EnabledObj` in response with status code 200 - - [Added] property `application` of schema `SmsTemplate` in response with status code 200 - - [Added] property `meta` of schema `metaObj` in response with status code 200 - - [Added] property `template_id` of schema `SmsTemplate` in response with status code 200 - - [Added] property `category` of schema `SmsTemplate` in response with status code 200 - - [Added] Response with status 400 - - [Breaking] [Added] properties `message.message`, `message.success`, `message.info`, `message.operation` in response with status code 404 - - [Added] property `sentry` of schema `GenericError` in response with status code 404 - - [Added] Response with status 500 -- ##### What's Deprecated - - [Breaking] [Deleted] property `attachments` of schema `SmsTemplateReq` in request body +#### updatePriceAdjustment -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `message` of schema `NotFound` in response with status code 404 +- ##### What's New + - [Added] property error of schema OperationErrorResponse in response with status code 400 -#### deleteSmsTemplateById +#### removePriceAdjustment - ##### What's New - - [Added] property `acknowledged` of schema `GenericDelete` in response with status code 200 - - [Added] property `affected` of schema `GenericDelete` in response with status code 200 - - [Added] property `operation` of schema `GenericDelete` in response with status code 200 - - [Breaking] [Added] properties `message.message`, `message.success`, `message.info`, `message.operation` in response with status code 400 - - [Added] property `sentry` of schema `GenericError` in response with status code 400 - - [Breaking] [Added] properties `message.message`, `message.success`, `message.info`, `message.operation` in response with status code 404 - - [Added] property `sentry` of schema `GenericError` in response with status code 404 - - [Added] Response with status 500 + - [Added] property error of schema OperationErrorResponse in response with status code 400 -- ##### What's Deprecated - - [Breaking] [Deleted] property `success` of schema `SmsTemplateDeleteSuccessRes` in response with status code 200 - - [Breaking] [Deleted] property `success` of schema `SmsTemplateDeleteFailureRes` in response with status code 400 -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `object` of property `message` of schema `SmsTemplateDeleteFailureRes` in response with status code 400 - - [Breaking] [Changed] Type from `string` to `object` of property `message` of schema `NotFound` in response with status code 404 +#### addPriceAdjustment +- ##### What's New + - [Added] property error of schema OperationErrorResponse in response with status code 400 -#### getSystemSystemTemplates -- ##### What's New - - [Added] Response with status 500 +#### getAbandonedCart - ##### What's Deprecated - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) + - [Breaking] [Deleted] property page.page of schema Page in response with status code 200 + - [Breaking] [Deleted] property page.last_id of schema Page in response with status code 200 - - [Breaking] [Deleted] `query` parameter `page_size` (type: `integer`) - - [Breaking] [Deleted] `query` parameter `sort` (type: `object`) +#### platformCheckoutCart + +- ##### What's New + - [Added] property iin of schema PlatformCartCheckoutDetailRequest in request body + - [Added] property network of schema PlatformCartCheckoutDetailRequest in request body + - [Added] property type of schema PlatformCartCheckoutDetailRequest in request body + - [Added] property card_id of schema PlatformCartCheckoutDetailRequest in request body - - [Deleted] properties `items`, `page` in response with status code 200 -- ##### What's Changed - - [Breaking] [Changed] operationId from `getSystemSystemTemplates` to `getSystemSmsTemplates` - - [Breaking] [Changed] Type from `object` to `array` of property `` of schema `SystemSmsTemplates` in response with status code 200 +#### platformCheckoutCartV2 +- ##### What's New + - [Added] property iin of schema PlatformCartCheckoutDetailV2Request in request body + - [Added] property network of schema PlatformCartCheckoutDetailV2Request in request body + - [Added] property type of schema PlatformCartCheckoutDetailV2Request in request body + - [Added] property card_id of schema PlatformCartCheckoutDetailV2Request in request body -#### getAppProviders -- ##### What's New - - [Added] method `getAppProviders` +### Catalog -#### updateAppProviders +#### getApplicationBrandListing - ##### What's New - - [Added] method `updateAppProviders` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].action.page.type of schema PageType in response with status code 200 + - [Added] property items[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property items[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property items[].action.page.type in response with status code 200 + - [Added] property items[].action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 - -#### getGlobalProviders +#### getApplicationBrands - ##### What's New - - [Added] method `getGlobalProviders` - + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].action.page.type of schema PageType in response with status code 200 + - [Added] property items[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property items[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property items[].action.page.type in response with status code 200 + - [Added] property items[].action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### deleteEmailProviderById +#### getCategories - ##### What's New - - [Added] method `deleteEmailProviderById` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property data[].items[].action.page.type of schema PageType in response with status code 200 + - [Added] property data[].items[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property data[].items[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property data[].items[].action.page.type in response with status code 200 + - [Added] property data[].items[].action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property data[].items[].childs[].action.page.type of schema PageType in response with status code 200 + - [Added] property data[].items[].childs[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property data[].items[].childs[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property data[].items[].childs[].action.page.type in response with status code 200 + - [Added] property data[].items[].childs[].action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property data[].items[].childs[].childs[].action.page.type of schema PageType in response with status code 200 + - [Added] property data[].items[].childs[].childs[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property data[].items[].childs[].childs[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property data[].items[].childs[].childs[].action.page.type in response with status code 200 + - [Added] property data[].items[].childs[].childs[].action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property data[].items[].childs[].childs[].childs[].action.page.type of schema PageType in response with status code 200 + - [Added] property data[].items[].childs[].childs[].childs[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property data[].items[].childs[].childs[].childs[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property data[].items[].childs[].childs[].childs[].action.page.type in response with status code 200 + - [Added] property data[].items[].childs[].childs[].childs[].action.popup of schema Action in response with status code 200 - -#### getDefaultSmsProviders +#### getApplicationCategoryListing - ##### What's New - - [Added] method `getDefaultSmsProviders` - + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].action.page.type of schema PageType in response with status code 200 + - [Added] property items[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property items[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property items[].action.page.type in response with status code 200 + - [Added] property items[].action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### deleteSmsProviderById +#### getAllCollections - ##### What's New - - [Added] method `deleteSmsProviderById` - + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].action.page.type of schema PageType in response with status code 200 + - [Added] property items[].action.page.params of schema ActionPage in response with status code 200 + - [Added] property items[].action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property items[].action.page.type in response with status code 200 + - [Added] property items[].action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getBigQueryRowCountById +#### createCollection - ##### What's New - - [Added] method `getBigQueryRowCountById` + - [Breaking] [Added] Required status to property seo.breadcrumbs[].action[].type in request body + - [Added] property seo.meta_tags[].items[].key of schema ApplicationItemSeoMetaTagItem in request body + - [Added] property seo.meta_tags[].items[].value of schema ApplicationItemSeoMetaTagItem in request body + - [Breaking] [Added] Required status to properties seo.meta_tags[].items[].key, seo.meta_tags[].items[].value in request body +- ##### What's Deprecated + - [Breaking] [Deleted] property seo.meta_tags[].items[].title of schema ApplicationItemSeoMetaTags in request body + - [Breaking] [Deleted] property seo.meta_tags[].items[].items of schema ApplicationItemSeoMetaTags in request body -#### createBigQueryRowCount +#### updateCollection - ##### What's New - - [Added] method `createBigQueryRowCount` + - [Breaking] [Added] Required status to property seo.breadcrumbs[].action[].type in request body + - [Added] property seo.meta_tags[].items[].key of schema ApplicationItemSeoMetaTagItem in request body + - [Added] property seo.meta_tags[].items[].value of schema ApplicationItemSeoMetaTagItem in request body + - [Breaking] [Added] Required status to properties seo.meta_tags[].items[].key, seo.meta_tags[].items[].value in request body + - [Breaking] [Added] Required status to property seo.breadcrumbs[].action[].type in response with status code 200 + - [Added] property seo.meta_tags[].items[].key of schema ApplicationItemSeoMetaTagItem in response with status code 200 + - [Added] property seo.meta_tags[].items[].value of schema ApplicationItemSeoMetaTagItem in response with status code 200 + - [Breaking] [Added] Required status to properties seo.meta_tags[].items[].key, seo.meta_tags[].items[].value in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property seo.meta_tags[].items[].title of schema ApplicationItemSeoMetaTags in request body + - [Breaking] [Deleted] property seo.meta_tags[].items[].items of schema ApplicationItemSeoMetaTags in request body + - [Breaking] [Deleted] property seo.meta_tags[].items[].title of schema ApplicationItemSeoMetaTags in response with status code 200 + - [Breaking] [Deleted] property seo.meta_tags[].items[].items of schema ApplicationItemSeoMetaTags in response with status code 200 -#### getBigQueryHeadersById +#### getCollectionItems - ##### What's New - - [Added] method `getBigQueryHeadersById` - + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].brand.action.page.type of schema PageType in response with status code 200 + - [Added] property items[].brand.action.page.params of schema ActionPage in response with status code 200 + - [Added] property items[].brand.action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property items[].brand.action.page.type in response with status code 200 + - [Added] property items[].brand.action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### createBigQueryNCount +#### addCollectionItems - ##### What's New - - [Added] method `createBigQueryNCount` + - [Breaking] [Added] Required status to property type in request body +- ##### What's Deprecated + - [Breaking] [Deleted] property items_not_updated of schema UpdatedResponse in response with status code 200 -#### getSystemAudiences +#### getCollectionDetail - ##### What's New - - [Added] method `getSystemAudiences` + - [Breaking] [Added] Required status to property seo.breadcrumbs[].action[].type in response with status code 200 + - [Added] property seo.meta_tags[].items[].key of schema ApplicationItemSeoMetaTagItem in response with status code 200 + - [Added] property seo.meta_tags[].items[].value of schema ApplicationItemSeoMetaTagItem in response with status code 200 + - [Breaking] [Added] Required status to properties seo.meta_tags[].items[].key, seo.meta_tags[].items[].value in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property seo.meta_tags[].items[].title of schema ApplicationItemSeoMetaTags in response with status code 200 + - [Breaking] [Deleted] property seo.meta_tags[].items[].items of schema ApplicationItemSeoMetaTags in response with status code 200 -#### deleteAudienceById +#### getApplicationDepartmentListing - ##### What's New - - [Added] method `deleteAudienceById` - + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getDummyDatasources +#### getAppLocations - ##### What's New - - [Added] method `getDummyDatasources` - + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getDummyDatasourcesMeta +#### getAppProduct - ##### What's New - - [Added] method `getDummyDatasourcesMeta` - + - [Added] property _custom_json of schema OwnerAppItemResponse in response with status code 200 + - [Added] property _custom_meta of schema OwnerAppItemResponse in response with status code 200 -#### getSubscribedEmailTemplates +#### getAppicationProducts - ##### What's New - - [Added] method `getSubscribedEmailTemplates` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].brand.action.page.type of schema PageType in response with status code 200 + - [Added] property items[].brand.action.page.params of schema ActionPage in response with status code 200 + - [Added] property items[].brand.action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property items[].brand.action.page.type in response with status code 200 + - [Added] property items[].brand.action.popup of schema Action in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 - -#### getSubscribedSmsTemplates +#### getDiscountedInventoryBySizeIdentifier - ##### What's New - - [Added] method `getSubscribedSmsTemplates` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 - -#### getGlobalVariables +#### getProductDetailBySlug - ##### What's New - - [Added] method `getGlobalVariables` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property brand.action.page.type of schema PageType in response with status code 200 + - [Added] property brand.action.page.params of schema ActionPage in response with status code 200 + - [Added] property brand.action.page.url of schema ActionPage in response with status code 200 + - [Breaking] [Added] Required status to property brand.action.page.type in response with status code 200 + - [Added] property brand.action.popup of schema Action in response with status code 200 - -#### postGlobalVariables +#### getAppProducts - ##### What's New - - [Added] method `postGlobalVariables` + - [Added] property items[].store_id_list of schema RawProduct in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 +#### getAutocompleteConfig -### CompanyProfile - +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getLocations +#### getAutocompleteKeywordDetail - ##### What's New - - [Added] property `items[].tags` of schema `GetLocationSerializer` in response with status code 200 - - [Added] property `items[].default_order_acceptance_timing` of schema `GetLocationSerializer` in response with status code 200 - - [Added] property `items[].order_acceptance_timing` of schema `GetLocationSerializer` in response with status code 200 - - [Added] property `items[].avg_order_processing_time` of schema `AverageOrderProcessingTime` in response with status code 200 - - [Added] property `items[].bulk_shipment` of schema `GetLocationSerializer` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### createLocation +#### updateAutocompleteKeyword - ##### What's New - - [Added] property `tags` of schema `LocationSerializer` in request body - - [Added] property `default_order_acceptance_timing` of schema `LocationSerializer` in request body - - [Added] property `order_acceptance_timing` of schema `LocationSerializer` in request body - - [Added] property `avg_order_processing_time` of schema `AverageOrderProcessingTime` in request body - - [Added] property `bulk_shipment` of schema `LocationSerializer` in request body + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getLocationDetail +#### getAllSearchKeyword - ##### What's New - - [Added] property `tags` of schema `GetLocationSerializer` in response with status code 200 - - [Added] property `default_order_acceptance_timing` of schema `GetLocationSerializer` in response with status code 200 - - [Added] property `order_acceptance_timing` of schema `GetLocationSerializer` in response with status code 200 - - [Added] property `avg_order_processing_time` of schema `AverageOrderProcessingTime` in response with status code 200 - - [Added] property `bulk_shipment` of schema `GetLocationSerializer` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### updateLocation +#### getSearchKeywords - ##### What's New - - [Added] property `tags` of schema `LocationSerializer` in request body - - [Added] property `default_order_acceptance_timing` of schema `LocationSerializer` in request body - - [Added] property `order_acceptance_timing` of schema `LocationSerializer` in request body - - [Added] property `avg_order_processing_time` of schema `AverageOrderProcessingTime` in request body - - [Added] property `bulk_shipment` of schema `LocationSerializer` in request body + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### createLocationBulk +#### listCategories - ##### What's New - - [Added] property `data[].tags` of schema `LocationSerializer` in request body - - [Added] property `data[].default_order_acceptance_timing` of schema `LocationSerializer` in request body - - [Added] property `data[].order_acceptance_timing` of schema `LocationSerializer` in request body - - [Added] property `data[].avg_order_processing_time` of schema `AverageOrderProcessingTime` in request body - - [Added] property `data[].bulk_shipment` of schema `LocationSerializer` in request body + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getLocationTags +#### listDepartmentsData - ##### What's New - - [Added] method `getLocationTags` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 +#### getDepartmentData -### Configuration - +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getInventoryConfig +#### getInventories - ##### What's New - - [Added] property `inventory.store.rules[]` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Added] Possible values `standard,substandard,default` to property `inventory.image[]` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `cart.delivery_charges.charges[]` of schema `Charges` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] properties `inventory.store.rules.companies`, `inventory.store.rules.brands` in response with status code 200 - - [Deleted] Possible values from `standard,substandard,default` from property `inventory.image` of schema `AppInventoryConfig` in response with status code 200 - - [Deleted] properties `cart.delivery_charges.charges.threshold`, `cart.delivery_charges.charges.charges` in response with status code 200 -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `inventory.store.rules` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `cart.delivery_charges.charges` of schema `Charges` in response with status code 200 +#### getInventoryBulkUploadHistory + +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### updateInventoryConfig +#### getMarketplaceOptinDetail - ##### What's New - - [Added] property `inventory.store.rules[]` of schema `AppStoreRules` in request body - - [Breaking] [Added] Possible values `standard,substandard,default` to property `inventory.image[]` of schema `AppInventoryConfig` in request body - - [Added] property `cart.delivery_charges.charges[]` of schema `Charges` in request body - - [Added] property `inventory.store.rules[]` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Added] Possible values `standard,substandard,default` to property `inventory.image[]` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `cart.delivery_charges.charges[]` of schema `Charges` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] properties `inventory.store.rules.companies`, `inventory.store.rules.brands` in request body - - [Deleted] Possible values from `standard,substandard,default` from property `inventory.image` of schema `AppInventoryConfig` in request body - - [Deleted] properties `cart.delivery_charges.charges.threshold`, `cart.delivery_charges.charges.charges` in request body - - [Deleted] properties `inventory.store.rules.companies`, `inventory.store.rules.brands` in response with status code 200 - - [Deleted] Possible values from `standard,substandard,default` from property `inventory.image` of schema `AppInventoryConfig` in response with status code 200 - - [Deleted] properties `cart.delivery_charges.charges.threshold`, `cart.delivery_charges.charges.charges` in response with status code 200 -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `inventory.store.rules` of schema `AppStoreRules` in request body - - [Breaking] [Changed] Type from `object` to `array` of property `cart.delivery_charges.charges` of schema `Charges` in request body - - [Breaking] [Changed] Type from `object` to `array` of property `inventory.store.rules` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `cart.delivery_charges.charges` of schema `Charges` in response with status code 200 +#### getCompanyBrandDetail + +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### partiallyUpdateInventoryConfig +#### getStoreDetail - ##### What's New - - [Added] property `cart.delivery_charges.charges[]` of schema `Charges` in request body - - [Added] property `inventory.store.rules[]` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Added] Possible values `standard,substandard,default` to property `inventory.image[]` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `cart.delivery_charges.charges[]` of schema `Charges` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] properties `cart.delivery_charges.charges.threshold`, `cart.delivery_charges.charges.charges` in request body - - [Deleted] properties `inventory.store.rules.companies`, `inventory.store.rules.brands` in response with status code 200 - - [Deleted] Possible values from `standard,substandard,default` from property `inventory.image` of schema `AppInventoryConfig` in response with status code 200 - - [Deleted] properties `cart.delivery_charges.charges.threshold`, `cart.delivery_charges.charges.charges` in response with status code 200 -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `cart.delivery_charges.charges` of schema `Charges` in request body - - [Breaking] [Changed] Type from `object` to `array` of property `inventory.store.rules` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `cart.delivery_charges.charges` of schema `Charges` in response with status code 200 +#### getProductBundle + +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### createApplication +#### getProductAssetsInBulk - ##### What's New - - [Added] property `configuration.inventory.store.rules[]` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Added] Possible values `standard,substandard,default` to property `configuration.inventory.image[]` of schema `AppInventoryConfig` in response with status code 200 - - [Added] property `configuration.cart.delivery_charges.charges[]` of schema `Charges` in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] properties `configuration.inventory.store.rules.companies`, `configuration.inventory.store.rules.brands` in response with status code 200 - - [Deleted] Possible values from `standard,substandard,default` from property `configuration.inventory.image` of schema `AppInventoryConfig` in response with status code 200 - - [Deleted] properties `configuration.cart.delivery_charges.charges.threshold`, `configuration.cart.delivery_charges.charges.charges` in response with status code 200 -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `array` of property `configuration.inventory.store.rules` of schema `AppStoreRules` in response with status code 200 - - [Breaking] [Changed] Type from `object` to `array` of property `configuration.cart.delivery_charges.charges` of schema `Charges` in response with status code 200 +#### getProductBulkUploadHistory +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getOtherSellerApplications -- ##### What's Changed - - [Changed] Path From `/service/platform/configuration/v1.0/company/{company_id}/other-seller-applications/` To `/service/platform/configuration/v1.0/company/{company_id}/other-seller-applications` +#### listProductTemplate + +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -#### getOrderingStoreConfig +#### listProductTemplateCategories - ##### What's New - - [Added] method `getOrderingStoreConfig` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 +#### getInventoryBySizeIdentifier -### Content +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 +#### getProductSize -#### getAnnouncementsList +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] Type from `object` from property `items[]._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### getInventoryBySize -#### createAnnouncement +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in request body - - [Deleted] Type from `object` from property `data._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### getVariantsOfProducts -#### getAnnouncementById +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### getConfigurationMetadata -#### updateAnnouncement +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in request body - - [Deleted] Type from `object` from property `data._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### getProducts -#### updateAnnouncementSchedule +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] Type from `object` from property `next_schedule[]` of schema `NextSchedule` in request body - - [Deleted] Type from `object` from property `data._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### getMarketplaces -#### deleteAnnouncement +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Deleted] Type from `object` from property `data._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### getApplicationFilterValues -#### resetDataLoader +- ##### What's New + - [Added] method getApplicationFilterValues -- ##### What's Changed - - [Breaking] [Changed] Type from `string` to `boolean` of property `reset` of schema `DataLoaderResetResponseSchema` in response with status code 200 -#### getPageMeta +#### getApplicationFilterKeys -- ##### What's Deprecated - - [Deleted] Type from `object` from property `custom_pages[]._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +- ##### What's New + - [Added] method getApplicationFilterKeys -#### getPageSpec -- ##### What's Deprecated - - [Deleted] Type from `object` from property `specifications[]` of schema `PageSpecItem` in response with status code 200 +### Communication -#### createPagePreview -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### createSmsProvider +- ##### What's New + - [Added] property token of schema SmsProviderReq in request body -#### updatePagePreview -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### updateSmsProviderById +- ##### What's New + - [Added] property token of schema SmsProviderReq in request body -#### deletePage -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### verfiyOtp +- ##### What's New + - [Added] property email of schema VerifyOtpCommsSuccessRes in response with status code 200 -#### getSEOConfiguration -- ##### What's Deprecated - - [Deleted] Type from `object` from property `seo.custom_meta_tags[]` of schema `CustomMetaTag` in response with status code 200 +### CompanyProfile -#### updateSEOConfiguration -- ##### What's Deprecated - - [Deleted] Type from `object` from property `seo.custom_meta_tags[]` of schema `CustomMetaTag` in request body - - [Deleted] Type from `object` from property `custom_meta_tags[]` of schema `CustomMetaTag` in response with status code 200 +#### editBrand +- ##### What's New + - [Added] property slug of schema CreateUpdateBrandRequestSerializer in request body -#### createPage -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +#### createBrand + +- ##### What's New + - [Added] property slug of schema CreateUpdateBrandRequestSerializer in request body -#### getPages +#### getBrands -- ##### What's Deprecated - - [Deleted] Type from `object` from property `items[]._schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 -#### updatePage +#### getLocations -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in request body - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 -#### getPageBySlug +### Configuration -- ##### What's Deprecated - - [Deleted] Type from `object` from property `_schedule.next_schedule[]` of schema `NextSchedule` in response with status code 200 -### Discount +#### getApplicationById +- ##### What's Changed + - [Breaking] [Changed] Type from object to string of property tokens[].created_by of schema TokenSchema in response with status code 200 -#### getDiscounts +### Content -- ##### What's New - - [Added] property `items[].discount_meta` of schema `DiscountMeta` in response with status code 200 -#### createDiscount +#### createBlog - ##### What's New - - [Added] property `discount_meta` of schema `DiscountMeta` in request body - - [Added] property `discount_meta` of schema `DiscountMeta` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### getDiscount +#### getBlogs - ##### What's New - - [Added] property `discount_meta` of schema `DiscountMeta` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.popup.type in response with status code 200 -#### updateDiscount +#### updateBlog - ##### What's New - - [Added] property `discount_meta` of schema `DiscountMeta` in request body - - [Added] property `discount_meta` of schema `DiscountMeta` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### upsertDiscountItems +#### deleteBlog - ##### What's New - - [Added] property `items[].discount_meta` of schema `DiscountMeta` in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### validateDiscountFile +#### getComponentById - ##### What's New - - [Breaking] [Added] Required status to property `_id` in response with status code 200 - - [Added] property `_id` of schema `FileJobResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### downloadDiscountFile +#### getLandingPages - ##### What's New - - [Breaking] [Added] Required status to property `_id` in response with status code 200 - - [Added] property `_id` of schema `FileJobResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].action.popup.type in response with status code 200 -#### getValidationJob +#### createLandingPage - ##### What's New - - [Breaking] [Added] Required status to property `_id` in response with status code 200 - - [Added] property `_id` of schema `FileJobResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.popup.type in response with status code 200 -#### getDownloadJob +#### updateLandingPage - ##### What's New - - [Breaking] [Added] Required status to property `_id` in response with status code 200 - - [Added] property `_id` of schema `FileJobResponse` in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.popup.type in response with status code 200 -### FileStorage +#### deleteLandingPage +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property action.popup.type in response with status code 200 -#### startUpload +#### getNavigations -- ##### What's Changed - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/namespaces/{namespace}/upload/start/` To `/service/platform/assets/v1.0/company/{company_id}/namespaces/{namespace}/upload/start` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].navigation[].action.popup.type in response with status code 200 + - [Added] property items[].navigation[].schedule of schema NavigationReference in response with status code 200 -#### completeUpload +#### createNavigation -- ##### What's Changed - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/namespaces/{namespace}/upload/complete/` To `/service/platform/assets/v1.0/company/{company_id}/namespaces/{namespace}/upload/complete` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property navigation[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property navigation[].action.popup.type in request body + - [Added] property navigation[].schedule of schema NavigationReference in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.popup.type in response with status code 200 + - [Added] property navigation[].schedule of schema NavigationReference in response with status code 200 -#### appStartUpload +#### getDefaultNavigations -- ##### What's Changed - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/namespaces/{namespace}/upload/start/` To `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/namespaces/{namespace}/upload/start` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].navigation[].action.popup.type in response with status code 200 + - [Added] property items[].navigation[].schedule of schema NavigationReference in response with status code 200 -#### appCompleteUpload +#### getNavigationBySlug -- ##### What's Changed - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/namespaces/{namespace}/upload/complete/` To `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/namespaces/{namespace}/upload/complete` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.popup.type in response with status code 200 + - [Added] property navigation[].schedule of schema NavigationReference in response with status code 200 -#### getSignUrls +#### updateNavigation - ##### What's New - - [Added] Response with status 500 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 400 - -- ##### What's Changed - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/sign-urls/` To `/service/platform/assets/v1.0/company/{company_id}/sign-urls` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property navigation[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property navigation[].action.popup.type in request body + - [Added] property navigation[].schedule of schema NavigationReference in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.popup.type in response with status code 200 + - [Added] property navigation[].schedule of schema NavigationReference in response with status code 200 -#### copyFiles +#### deleteNavigation - ##### What's New - - [Added] property `status` of schema `Status` in response with status code 200 - - [Added] property `files` of schema `BulkUploadSyncMode` in response with status code 200 - - [Added] property `status` of schema `Status` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from properties `destination.namespace`, `destination.rewrite` in request body - - [Breaking] [Deleted] property `destination.rewrite` of schema `Destination` in request body - - [Breaking] [Deleted] property `destination.basepath` of schema `Destination` in request body - - [Breaking] [Deleted] property `configuration` of schema `ReqConfiguration` in request body - - [Deleted] Required status from property `task` in response with status code 200 - - [Breaking] [Deleted] property `tracking_url` of schema `BulkUploadResponse` in response with status code 200 - - [Breaking] [Deleted] property `task` of schema `CopyFileTask` in response with status code 200 - - [Breaking] [Deleted] property `message` of schema `FailedResponse` in response with status code 400 - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `tracking_url` in response with status code 200 - - [Breaking] [Changed] Required status of property `message` in response with status code 400 - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/uploads/copy/` To `/service/platform/assets/v1.0/company/{company_id}/uploads/copy` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property navigation[].action.popup.type in response with status code 200 + - [Added] property navigation[].schedule of schema NavigationReference in response with status code 200 -#### appCopyFiles +#### getPageMeta - ##### What's New - - [Added] property `status` of schema `Status` in response with status code 200 - - [Added] property `files` of schema `BulkUploadSyncMode` in response with status code 200 - - [Added] property `status` of schema `Status` in response with status code 400 - -- ##### What's Deprecated - - [Deleted] Required status from properties `destination.namespace`, `destination.rewrite` in request body - - [Breaking] [Deleted] property `destination.rewrite` of schema `Destination` in request body - - [Breaking] [Deleted] property `destination.basepath` of schema `Destination` in request body - - [Breaking] [Deleted] property `configuration` of schema `ReqConfiguration` in request body - - [Deleted] Required status from property `task` in response with status code 200 - - [Breaking] [Deleted] property `tracking_url` of schema `BulkUploadResponse` in response with status code 200 - - [Breaking] [Deleted] property `task` of schema `CopyFileTask` in response with status code 200 - - [Breaking] [Deleted] property `message` of schema `FailedResponse` in response with status code 400 - -- ##### What's Changed - - [Breaking] [Changed] Required status of property `tracking_url` in response with status code 200 - - [Breaking] [Changed] Required status of property `message` in response with status code 400 - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/uploads/copy/` To `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/uploads/copy` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property system_pages[].navigation[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property system_pages[].navigation[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property system_pages[].navigation[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property system_pages[].navigation[].action.popup.type in response with status code 200 + - [Added] property system_pages[].navigation[].schedule of schema NavigationReference in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property custom_pages[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property custom_pages[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property custom_pages[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property custom_pages[].seo.breadcrumb[].action.popup.type in response with status code 200 -#### browse +#### createPagePreview - ##### What's New - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -- [Added] `query` parameter `page` (type: `integer`) - - [Added] `query` parameter `limit` (type: `integer`) +#### updatePagePreview -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `string` of property `page.type` of schema `Page` in response with status code 200 - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/namespaces/{namespace}/browse/` To `/service/platform/assets/v1.0/company/{company_id}/namespaces/{namespace}/browse` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### appbrowse +#### deletePage - ##### What's New - - [Breaking] [Deleted] `query` parameter `page_no` (type: `integer`) + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -- [Added] `query` parameter `page` (type: `integer`) - - [Added] `query` parameter `limit` (type: `integer`) +#### getSlideshows -- ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `string` of property `page.type` of schema `Page` in response with status code 200 - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/namespaces/{namespace}/browse/` To `/service/platform/assets/v1.0/company/{company_id}/application/{application_id}/namespaces/{namespace}/browse` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].media[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].media[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].media[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].media[].action.popup.type in response with status code 200 -#### proxy +#### createSlideshow -- ##### What's Changed - - [Changed] Path From `/service/platform/assets/v1.0/company/{company_id}/proxy/` To `/service/platform/assets/v1.0/company/{company_id}/proxy` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media.action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property media.action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media.action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property media.action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.popup.type in response with status code 200 -#### getPdfTypes +#### getSlideshowBySlug - ##### What's New - - [Added] method `getPdfTypes` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.popup.type in response with status code 200 - -#### getDefaultPdfData +#### updateSlideshow - ##### What's New - - [Added] method `getDefaultPdfData` - + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media.action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property media.action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media.action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property media.action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.popup.type in response with status code 200 -#### getDefaultHtmlTemplate +#### deleteSlideshow - ##### What's New - - [Added] method `getDefaultHtmlTemplate` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property media[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property media[].action.popup.type in response with status code 200 - -#### saveHtmlTemplate +#### getBlogBySlug - ##### What's New - - [Added] method `saveHtmlTemplate` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 - -#### previewTemplate +#### createPage - ##### What's New - - [Added] method `previewTemplate` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 - -#### getDefaultPdfTemplate +#### getPages - ##### What's New - - [Added] method `getDefaultPdfTemplate` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property items[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property items[].seo.breadcrumb[].action.popup.type in response with status code 200 +#### updatePage -### Finance - - +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### getData -- ##### What's Deprecated - - [Deleted] properties `data.filters.config_field` in request body +#### getPageBySlug +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### getReason -- ##### What's New - - [Added] property `item_list` of schema `GetReasonResponse` in response with status code 200 - - [Added] property `item_count` of schema `GetReasonResponse` in response with status code 200 - - [Added] property `page` of schema `Page` in response with status code 200 +### FileStorage -- ##### What's Deprecated - - [Breaking] [Deleted] property `data` of schema `GetDocs` in response with status code 200 -#### getReportList +#### proxy - ##### What's New - - [Breaking] [Added] Required status to Request body content - - [Breaking] [Added] properties `items[].id`, `items[].name`, `items[].description`, `items[].allowed_filters`, `items[].config_meta`, `items[].report_type`, `items[].display_date` in response with status code 200 - - [Added] property `total_count` of schema `GetReportListResponse` in response with status code 200 + - [Breaking] [Added] properties data, support in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `item_count` of schema `GetEngineResponse` in response with status code 200 + - [Deleted] Value format from binary from property of schema in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Type from string to object of property of schema in response with status code 200 -#### isCnRefundMethod -- ##### What's New - - [Added] method `isCnRefundMethod` +### Finance -#### createSellerCreditNoteConfig +#### generateReport - ##### What's New - - [Added] method `createSellerCreditNoteConfig` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.item_count of schema Page in response with status code 200 -#### deleteConfig +#### downloadReport - ##### What's New - - [Added] method `deleteConfig` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.item_count of schema Page in response with status code 200 -#### channelDisplayName +#### getData - ##### What's New - - [Added] method `channelDisplayName` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.item_count of schema Page in response with status code 200 -#### getPdfUrlView +#### getReason - ##### What's New - - [Added] method `getPdfUrlView` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.item_count of schema Page in response with status code 200 -#### creditNoteDetails +#### getReportList - ##### What's New - - [Added] method `creditNoteDetails` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.item_count of schema Page in response with status code 200 -#### getCustomerCreditBalance +#### creditlineDataplatform - ##### What's New - - [Added] method `getCustomerCreditBalance` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.item_count of schema Page in response with status code 200 -#### getCnConfig +#### invoiceListing - ##### What's New - - [Added] method `getCnConfig` + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property page.item_count of schema Page in response with status code 200 #### generateReportCustomerCn - ##### What's New - - [Added] method `generateReportCustomerCn` + - [Breaking] [Added] Value format int32 to property data.page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property data.page.size of schema Page in response with status code 200 + - [Added] property data.page.item_total of schema Page in response with status code 200 + - [Added] property data.page.next_id of schema Page in response with status code 200 + - [Added] property data.page.has_previous of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property data.page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property data.page.item_count of schema Page in response with status code 200 -#### downloadReportCustomerCn - -- ##### What's New - - [Added] method `downloadReportCustomerCn` - - - -#### getReportingFilters - -- ##### What's New - - [Added] method `getReportingFilters` - +### Lead -### Lead +#### getPlatformTickets + +- ##### What's New + - [Added] Possible values image to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property items[].source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property items[].source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values low to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 #### createTicket - ##### What's New - - [Added] method `createTicket` - + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + + +#### getNewTickets + +- ##### What's New + - [Added] Possible values image to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property items[].source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property items[].source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values low to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property filters.priorities[].key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property filters.priorities[].key of schema PriorityEnum in response with status code 200 #### getPlatformTicket - ##### What's New - - [Added] method `getPlatformTicket` - + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 #### editPlatformTicket - ##### What's New - - [Added] method `editPlatformTicket` - + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + + +#### getNewTicket + +- ##### What's New + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + + +#### editNewTicket + +- ##### What's New + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values image to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values video to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values file to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values youtube to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values product to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values collection to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values brand to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values shipment to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values order to property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Added] Possible values platform_panel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values sales_channel to property source of schema TicketSourceEnum in response with status code 200 + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property content.attachments[].type of schema TicketAssetTypeEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property source of schema TicketSourceEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 #### createPlatformTicketHistory - ##### What's New - - [Added] method `createPlatformTicketHistory` + - [Added] Possible values rating to property type of schema HistoryTypeEnum in request body + - [Added] Possible values log to property type of schema HistoryTypeEnum in request body + - [Added] Possible values comment to property type of schema HistoryTypeEnum in request body + - [Added] Possible values thread to property type of schema HistoryTypeEnum in request body +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body -#### getPlatformTicketHistory +#### createNewHistory - ##### What's New - - [Added] method `getPlatformTicketHistory` + - [Added] Possible values rating to property type of schema HistoryTypeEnum in request body + - [Added] Possible values log to property type of schema HistoryTypeEnum in request body + - [Added] Possible values comment to property type of schema HistoryTypeEnum in request body + - [Added] Possible values thread to property type of schema HistoryTypeEnum in request body +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body + - [Breaking] [Deleted] Possible values from property type of schema HistoryTypeEnum in request body -#### getTokenForPlatformVideoRoom +#### getCustomForm - ##### What's New - - [Added] method `getTokenForPlatformVideoRoom` + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -#### getPlatformVideoParticipants +#### editCustomForm - ##### What's New - - [Added] method `getPlatformVideoParticipants` + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -### Order +#### deleteCustomForm +- ##### What's New + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -#### createOrder + +#### getCustomForms - ##### What's New - - [Added] property `shipments[].line_items[].custom_message` of schema `LineItem` in request body - - [Added] property `tax_info.pan_no` of schema `TaxInfo` in request body + - [Added] Possible values low to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property items[].priority.key of schema PriorityEnum in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `shipments[].line_items[].custom_messasge` of schema `LineItem` in request body + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].priority.key of schema PriorityEnum in response with status code 200 -#### getShipments +#### createCustomForm - ##### What's New - - [Added] `query` parameter `sort_type` (type: `string`) - - - [Added] `query` parameter `show_cross_company_data` (type: `boolean`) - - - [Added] `query` parameter `customer_id` (type: `string`) + - [Added] Possible values low to property priority of schema PriorityEnum in request body + - [Added] Possible values medium to property priority of schema PriorityEnum in request body + - [Added] Possible values high to property priority of schema PriorityEnum in request body + - [Added] Possible values urgent to property priority of schema PriorityEnum in request body + - [Added] Possible values low to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values medium to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values high to property priority.key of schema PriorityEnum in response with status code 200 + - [Added] Possible values urgent to property priority.key of schema PriorityEnum in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority of schema PriorityEnum in request body + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 + - [Breaking] [Deleted] Possible values from property priority.key of schema PriorityEnum in response with status code 200 -#### getLaneConfig +#### getPlatformVideoParticipants - ##### What's New - - [Added] `query` parameter `show_cross_company_data` (type: `boolean`) + - [Added] property participants[].user.application_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.user_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.meta of schema UserSchema in response with status code 200 + - [Added] property participants[].user.dob of schema UserSchema in response with status code 200 + - [Added] property participants[].user.external_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.rr_id of schema UserSchema in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] property participants[].user.uid of schema UserSchema in response with status code 200 + - [Breaking] [Deleted] property participants[].user.debug of schema UserSchema in response with status code 200 + - [Breaking] [Deleted] property participants[].user.has_old_password_hash of schema UserSchema in response with status code 200 -#### getOrders +#### getNewVideoParticipants - ##### What's New - - [Added] `query` parameter `show_cross_company_data` (type: `boolean`) + - [Added] property participants[].user.application_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.user_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.meta of schema UserSchema in response with status code 200 + - [Added] property participants[].user.dob of schema UserSchema in response with status code 200 + - [Added] property participants[].user.external_id of schema UserSchema in response with status code 200 + - [Added] property participants[].user.rr_id of schema UserSchema in response with status code 200 - - [Added] `query` parameter `customer_id` (type: `string`) +- ##### What's Deprecated + - [Breaking] [Deleted] property participants[].user.uid of schema UserSchema in response with status code 200 + - [Breaking] [Deleted] property participants[].user.debug of schema UserSchema in response with status code 200 + - [Breaking] [Deleted] property participants[].user.has_old_password_hash of schema UserSchema in response with status code 200 + + +### Serviceability -#### getAllowedStateTransition +#### getZones - ##### What's New - - [Added] method `getAllowedStateTransition` + - [Breaking] [Added] properties page.has_next, page.item_total, page.size, page.current, page.type in response with status code 200 + - [Breaking] [Added] Required status to properties page.current, page.has_next, page.item_total, page.size, page.type in response with status code 200 + - [Added] property items[].channels[] of schema ListViewItems in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] property page[] of schema ListViewResponse in response with status code 200 + - [Breaking] [Deleted] property items[].product of schema ListViewItems in response with status code 200 + - [Deleted] properties items[].channels.channel_id, items[].channels.channel_type in response with status code 200 + - [Deleted] Required status from properties items[].channels.channel_id, items[].channels.channel_type in response with status code 200 + - [Deleted] Required status from property items[].product in response with status code 200 + - [Deleted] Required status from property summary in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Type from array to object of property page of schema ListViewResponse in response with status code 200 + - [Breaking] [Changed] Type from object to array of property items[].channels of schema ListViewChannels in response with status code 200 -#### downloadLanesReport +#### getOptimalLocations - ##### What's New - - [Added] method `downloadLanesReport` + - [Added] property channel_id of schema OptimlLocationsRequestSchema in request body + - [Added] property channel_type of schema OptimlLocationsRequestSchema in request body + - [Added] property channel_identifier of schema OptimlLocationsRequestSchema in request body + - [Added] property to_serviceability of schema OptimlLocationsRequestSchema in request body + - [Added] property article of schema OptimlLocationsRequestSchema in request body + - [Added] property assigned_stores of schema OptimalLocationsResponse in response with status code 200 + - [Added] property faulty_articles of schema OptimalLocationsResponse in response with status code 200 + - [Added] Response with status 400 + +- ##### What's Deprecated + - [Breaking] [Deleted] property to_pincode of schema ReAssignStoreRequest in request body + - [Breaking] [Deleted] property identifier of schema ReAssignStoreRequest in request body + - [Breaking] [Deleted] property configuration of schema ReAssignStoreRequest in request body + - [Breaking] [Deleted] property ignored_locations of schema ReAssignStoreRequest in request body + - [Breaking] [Deleted] property articles of schema ReAssignStoreRequest in request body + - [Deleted] Required status from property to_pincode in request body + - [Breaking] [Deleted] property to_pincode of schema ReAssignStoreResponse in response with status code 200 + - [Breaking] [Deleted] property success of schema ReAssignStoreResponse in response with status code 200 + - [Breaking] [Deleted] property error of schema ReAssignStoreResponse in response with status code 200 + - [Breaking] [Deleted] property articles of schema ReAssignStoreResponse in response with status code 200 + - [Deleted] Required status from property success in response with status code 200 + - [Deleted] Required status from property to_pincode in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Required status of property configuration in request body + - [Breaking] [Changed] Required status of property identifier in request body + - [Breaking] [Changed] Required status of property ignored_locations in request body + - [Breaking] [Changed] Required status of property error in response with status code 200 + - [Changed] Path From /service/platform/logistics/v1.0/company/{company_id}/reassign To /service/platform/logistics/v1.0/company/{company_id}/optimal-locations -#### eInvoiceRetry +#### getCourierPartnerAccounts - ##### What's New - - [Added] method `eInvoiceRetry` + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 +- ##### What's Deprecated + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.has_previous in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 -#### trackShipment +#### getCourierPartnerRules - ##### What's New - - [Added] method `trackShipment` + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 +- ##### What's Deprecated + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.has_previous in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 -#### updateShipmentTracking +#### getBulkTat - ##### What's New - - [Added] method `updateShipmentTracking` - + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 - -### Partner +- ##### What's Deprecated + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.has_previous in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 +#### getStoreRules -#### subscribeExtension +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] method `subscribeExtension` + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.has_previous in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 +#### getBulkServiceability -#### getExtensionsForCompany +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] method `getExtensionsForCompany` + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.has_previous in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 +#### getPackageMaterialList -#### getPublicExtension +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] method `getPublicExtension` + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.has_previous in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 +#### getPackageMaterialRules -#### getExtensionById +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] method `getExtensionById` + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.has_previous in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 +### Order -#### deleteExtensionById -- ##### What's Deprecated - - [Breaking] [Deleted] method `deleteExtensionById` +#### updateShipmentLock + +- ##### What's New + - [Added] property resume_tasks_after_unlock of schema UpdateShipmentLockPayload in request body -#### getPrivateExtensions +#### sendSmsNinja -- ##### What's Deprecated - - [Breaking] [Deleted] method `getPrivateExtensions` +- ##### What's New + - [Added] property result[].order_details.prices.amount_to_be_collected of schema Prices in response with status code 200 +#### createOrder -#### getExtensionsSuggestions +- ##### What's New + - [Added] property shipments[].price.amount_to_be_collected of schema Prices in request body + - [Added] property ordering_store_id of schema CreateOrderAPI in request body + - [Added] property order_platform of schema CreateOrderAPI in request body - ##### What's Deprecated - - [Breaking] [Deleted] method `getExtensionsSuggestions` + - [Deleted] Required status from property user_info.primary_email in request body +- ##### What's Changed + - [Breaking] [Changed] Type from number to string of property shipments[].gst.gstin_code of schema ShipmentGstDetails in request body -#### getPartnerInvites +#### checkOrderStatus -- ##### What's Deprecated - - [Breaking] [Deleted] method `getPartnerInvites` +- ##### What's New + - [Added] property result[].order_details.prices.amount_to_be_collected of schema Prices in response with status code 200 +#### getShipments -#### getPartnerRequestDetails +- ##### What's New + - [Added] property items[].bags[].financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property items[].bags[].article.tags of schema Article in response with status code 200 + - [Added] property items[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].payment_info of schema ShipmentItem in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] method `getPartnerRequestDetails` + - [Deleted] Possible nullable value from true from property page.type of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.has_previous of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.has_next of schema Page in response with status code 200 + - [Breaking] [Deleted] property page.total of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.size of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.current of schema Page in response with status code 200 +#### getShipmentById -#### modifyPartnerRequest +- ##### What's New + - [Added] query parameter allow_inactive (type: boolean) -- ##### What's Deprecated - - [Breaking] [Deleted] method `modifyPartnerRequest` + - [Added] property shipments[].order.affiliate_order_id of schema OrderDetailsData in response with status code 200 + - [Added] property shipments[].bags[].financial_breakup.amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property shipments[].bags[].article.tags of schema OrderBagArticle in response with status code 200 + - [Added] property shipments[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property shipments[].bags[].payment_info of schema OrderBags in response with status code 200 + - [Added] property shipments[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property shipments[].order_platform of schema PlatformShipment in response with status code 200 + - [Added] property shipments[].payment_info of schema PlatformShipment in response with status code 200 +#### getOrderById -#### setupProducts +- ##### What's New + - [Added] property order.prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property order.payment_info of schema OrderData in response with status code 200 + - [Added] property shipments[].order.affiliate_order_id of schema OrderDetailsData in response with status code 200 + - [Added] property shipments[].bags[].financial_breakup.amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property shipments[].bags[].article.tags of schema OrderBagArticle in response with status code 200 + - [Added] property shipments[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property shipments[].bags[].payment_info of schema OrderBags in response with status code 200 + - [Added] property shipments[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property shipments[].order_platform of schema PlatformShipment in response with status code 200 + - [Added] property shipments[].payment_info of schema PlatformShipment in response with status code 200 -- ##### What's Deprecated - - [Breaking] [Deleted] method `setupProducts` +#### getOrders +- ##### What's New + - [Added] query parameter allow_inactive (type: boolean) -#### addProxyPath + - [Added] property items[].shipments[].order.affiliate_order_id of schema OrderDetailsData in response with status code 200 + - [Added] property items[].shipments[].bags[].financial_breakup.amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property items[].shipments[].bags[].article.tags of schema OrderBagArticle in response with status code 200 + - [Added] property items[].shipments[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].shipments[].bags[].payment_info of schema OrderBags in response with status code 200 + - [Added] property items[].shipments[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].shipments[].order_platform of schema PlatformShipment in response with status code 200 + - [Added] property items[].shipments[].payment_info of schema PlatformShipment in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] method `addProxyPath` + - [Deleted] Possible nullable value from true from property page.type of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.has_previous of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.has_next of schema Page in response with status code 200 + - [Breaking] [Deleted] property page.total of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.size of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.current of schema Page in response with status code 200 - -#### getProxyPath +#### getApplicationShipments - ##### What's New - - [Added] Response with status 400 - - [Added] Body content in Request + - [Added] property items[].bags[].financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property items[].bags[].article.tags of schema Article in response with status code 200 + - [Added] property items[].bags[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property items[].payment_info of schema ShipmentItem in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Added] property page.item_total of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `page` of schema `Pagination` in response with status code 200 - - [Breaking] [Deleted] property `items` of schema `getProxyPathRes` in response with status code 200 - -- ##### What's Changed - - [Breaking] [Changed] operationId from `getProxyPath` to `addProxyPath` - - [Changed] http method type from `get` To `post` + - [Deleted] Possible nullable value from true from property page.type of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.has_previous of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.has_next of schema Page in response with status code 200 + - [Breaking] [Deleted] property page.total of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.size of schema Page in response with status code 200 + - [Deleted] Possible nullable value from true from property page.current of schema Page in response with status code 200 -#### removeProxyPath +#### getBagById -- ##### What's Deprecated - - [Breaking] [Deleted] method `removeProxyPath` +- ##### What's New + - [Added] property data.article.tags of schema Article in response with status code 200 + - [Added] property data.financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property data.order.prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property data.prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property data.shipment.price.amount_to_be_collected of schema Prices in response with status code 200 +- ##### What's Changed + - [Breaking] [Changed] Type from integer to string of property data.brand.modified_on of schema Brand in response with status code 200 + - [Breaking] [Changed] Type from integer to string of property data.fulfilling_store.phone of schema Store in response with status code 200 + - [Breaking] [Changed] Type from integer to string of property data.ordering_store.phone of schema Store in response with status code 200 + - [Breaking] [Changed] Type from number to string of property data.shipment.gst.gstin_code of schema ShipmentGstDetails in response with status code 200 + - [Breaking] [Changed] Type from number to string of property data.shipment_gst.gstin_code of schema ShipmentGstDetails in response with status code 200 -#### getProxyPathAttachedPath +#### getBags - ##### What's New - - [Added] Response with status 201 - - [Added] Response with status 404 - -- ##### What's Deprecated - - [Breaking] [Deleted] Response with status 200 + - [Added] property data.items[].article.tags of schema Article in response with status code 200 + - [Added] property data.items[].financial_breakup[].amount_to_be_collected of schema FinancialBreakup in response with status code 200 + - [Added] property data.items[].order.prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property data.items[].prices.amount_to_be_collected of schema Prices in response with status code 200 + - [Added] property data.items[].shipment.price.amount_to_be_collected of schema Prices in response with status code 200 - ##### What's Changed - - [Breaking] [Changed] operationId from `getProxyPathAttachedPath` to `removeProxyPath` - - [Changed] http method type from `get` To `delete` + - [Breaking] [Changed] Type from integer to string of property data.items[].brand.modified_on of schema Brand in response with status code 200 + - [Breaking] [Changed] Type from integer to string of property data.items[].fulfilling_store.phone of schema Store in response with status code 200 + - [Breaking] [Changed] Type from integer to string of property data.items[].ordering_store.phone of schema Store in response with status code 200 + - [Breaking] [Changed] Type from number to string of property data.items[].shipment.gst.gstin_code of schema ShipmentGstDetails in response with status code 200 + - [Breaking] [Changed] Type from number to string of property data.items[].shipment_gst.gstin_code of schema ShipmentGstDetails in response with status code 200 ### Payment -#### getPaymentLink +#### edcDeviceList - ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Added] property page.has_previous of schema Page in response with status code 200 + +- ##### What's Deprecated + - [Deleted] Required status from property page.current in response with status code 200 + - [Deleted] Required status from property page.has_next in response with status code 200 + - [Deleted] Required status from property page.item_total in response with status code 200 + - [Deleted] Required status from property page.size in response with status code 200 -#### createPaymentLink +#### getPosPaymentModeRoutes - ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 + - [Added] property payment_options.payment_default_selection of schema PaymentOptionAndFlow in response with status code 200 -#### pollingPaymentLink +#### updatePaymentSession - ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 + - [Added] property checksum of schema PaymentSessionRequestSerializer in request body + - [Breaking] [Added] Required status to property checksum in request body -#### resendPaymentLink +#### updateRefundSession - ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 + - [Added] property checksum of schema RefundSessionRequestSerializer in request body + - [Breaking] [Added] Required status to property total_amount in request body + - [Breaking] [Added] Required status to property checksum in request body -#### cancelPaymentLink - -- ##### What's New - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 400 - - [Breaking] [Added] Type `object` to property `error` of schema `ErrorResponse` in response with status code 500 +### Share -#### updatePaymentSession -- ##### What's New - - [Added] method `updatePaymentSession` +#### createShortLink +- ##### What's Deprecated + - [Breaking] [Deleted] property url.short of schema UrlInfo in response with status code 200 -#### updateRefundSession +#### getShortLinks - ##### What's New - - [Added] method `updateRefundSession` - + - [Breaking] [Deleted] query parameter q (type: string), + [Added] query parameter short_url (type: string) + - [Added] query parameter original_url (type: string) + - [Added] query parameter title (type: string) -#### getMerchantPaymentOption -- ##### What's New - - [Added] method `getMerchantPaymentOption` +- ##### What's Deprecated + - [Breaking] [Deleted] property items[].url.short of schema UrlInfo in response with status code 200 +#### getShortLinkByHash -#### patchMerchantPaymentOption +- ##### What's Deprecated + - [Breaking] [Deleted] property url.short of schema UrlInfo in response with status code 200 -- ##### What's New - - [Added] method `patchMerchantPaymentOption` +#### updateShortLinkById +- ##### What's Deprecated + - [Breaking] [Deleted] property url.short of schema UrlInfo in response with status code 200 -#### getMerchantAggregatorPaymentModeDetails -- ##### What's New - - [Added] method `getMerchantAggregatorPaymentModeDetails` +### Theme -#### patchMerchantAggregatorPaymentModeDetails +#### getAllPages - ##### What's New - - [Added] method `patchMerchantAggregatorPaymentModeDetails` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.popup.type in response with status code 200 - -#### getPGConfigAggregators +#### createPage - ##### What's New - - [Added] method `getPGConfigAggregators` + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 +#### updateMultiplePages -### Serviceability - +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property pages[].seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property pages[].seo.breadcrumb[].action.popup.type in response with status code 200 -#### patchApplicationServiceabilitySelfShipment +#### getPage -- ##### What's Changed - - [Breaking] [Changed] operationId from `patchApplicationServiceabilitySelfShipment` to `updateSelfShip` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### getApplicationServiceabilitySelfShipment +#### updatePage -- ##### What's Changed - - [Breaking] [Changed] operationId from `getApplicationServiceabilitySelfShipment` to `getSelfShip` +- ##### What's New + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in request body + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in request body + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -#### updateApplicationServiceability +#### deletePage - ##### What's New - - [Added] method `updateApplicationServiceability` - + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.page.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.page.type in response with status code 200 + - [Breaking] [Added] Possible values about-us,addresses,blog,brands,cards,cart,categories,brand,category,collection,collections,contact-us,external,faq,freshchat,home,notification-settings,orders,page,policy,product,product-request,products,profile,profile-order-shipment,profile-basic,profile-company,profile-emails,profile-phones,rate-us,refer-earn,settings,shared-cart,tnc,track-order,wishlist,sections,form,cart-delivery,cart-payment,cart-review,login,register,shipping-policy,return-policy,order-status to property seo.breadcrumb[].action.popup.type of schema PageType in response with status code 200 + - [Breaking] [Added] Required status to property seo.breadcrumb[].action.popup.type in response with status code 200 -### Share +### User -#### getShortLinkClickStats +#### getCustomers - ##### What's New - - [Breaking] [Added] Required status to property `click_stats[].total` in response with status code 200 + - [Added] property items[].rr_id of schema UserSearchSchema in response with status code 200 + - [Added] property items[].archive of schema UserSearchSchema in response with status code 200 + - [Added] property items[].status of schema UserSearchSchema in response with status code 200 + - [Added] Response with status 400 -- ##### What's Changed - - [Breaking] [Changed] Required status of property `click_stats[].display - total` in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -### Theme +#### searchUsers +- ##### What's New + - [Added] property users[].rr_id of schema UserSearchSchema in response with status code 200 + - [Added] property users[].archive of schema UserSearchSchema in response with status code 200 + - [Added] property users[].status of schema UserSearchSchema in response with status code 200 + +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getThemeLibrary -- [Note] This method is deprecated and it will be removed in future versions. +#### createUser - ##### What's New - - [Added] property `message` of schema `DummyResponse` in response with status code 200 - - [Added] Response with status 404 + - [Added] property rr_id of schema CreateUserRequestSchema in request body + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] property `items` of schema `ThemesListingResponseSchema` in response with status code 200 - - [Breaking] [Deleted] property `page` of schema `PaginationSchema` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -#### addToThemeLibrary -- [Note] This method is deprecated and it will be removed in future versions. +#### blockOrUnblockUsers - ##### What's New - - [Added] property `message` of schema `DummyResponse` in response with status code 200 - - [Added] Response with status 404 + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `applied` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets` of schema `AssetsSchema` in response with status code 200 - - [Breaking] [Deleted] property `available_sections` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `styles` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `config` of schema `Config` in response with status code 200 - - [Breaking] [Deleted] property `font` of schema `Font` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -#### applyTheme +#### archiveUser - ##### What's New - - [Breaking] [Added] Required `path` parameter `theme_id` (type: `string`) - - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] Body content in Request - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/apply` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}/apply` - - [Changed] http method type from `post` To `patch` - -#### isUpgradable +#### unDeleteUser - ##### What's New - - [Added] property `versions` of schema `ThemeVersions` in response with status code 200 - - [Added] property `message` of schema `ThemeUpgradableResponse` in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] property `parent_theme` of schema `UpgradableThemeSchema` in response with status code 200 - - [Breaking] [Deleted] property `applied_theme` of schema `UpgradableThemeSchema` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/{theme_id}/upgradable` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}/upgradable` - - -#### upgradeTheme - -- ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + +#### updateUser + +- ##### What's New + - [Added] property rr_id of schema UpdateUserRequestSchema in request body + - [Added] property user.rr_id of schema UserSchema in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/{theme_id}/upgrade` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}/upgrade` - -#### getPublicThemes -- [Note] This method is deprecated and it will be removed in future versions. +#### createUserSession - ##### What's New - - [Added] property `message` of schema `DummyResponse` in response with status code 200 - - [Added] Response with status 404 + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] property `items` of schema `ThemesListingResponseSchema` in response with status code 200 - - [Breaking] [Deleted] property `page` of schema `PaginationSchema` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -#### createTheme +#### deleteSession -- ##### What's Deprecated - - [Breaking] [Deleted] method `createTheme` +- ##### What's New + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getAppliedTheme +#### getActiveSessions - ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + - [Added] property items[].location of schema SessionListResponseInfo in response with status code 200 + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}` - - -#### getThemeById - -- ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + +#### deleteActiveSessions + +- ##### What's New + - [Added] Response with status 400 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/{theme_id}` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}` - - -#### updateTheme - -- ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in request body - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in request body - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in request body - - [Added] property `config.global_schema.props[].info` of schema `Prop` in request body - - [Breaking] [Added] properties in request body - - [Added] property `config.list[].custom` of schema `CustomConfig` in request body - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in request body - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in request body - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in request body - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in request body - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in request body - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in request body - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in request body - - [Breaking] [Added] Required status to Request body content - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + +#### getPlatformConfig + +- ##### What's New + - [Added] property social_tokens.facebook.app_secret of schema Facebook in response with status code 200 + - [Added] property social_tokens.account_kit.app_secret of schema Accountkit in response with status code 200 + - [Added] property social_tokens.google.app_secret of schema Google in response with status code 200 + - [Breaking] [Added] properties delete_account_consent.consent_text in response with status code 200 + - [Breaking] [Added] properties session_config.duration, session_config.type, session_config.is_rolling in response with status code 200 + - [Added] property __v of schema PlatformSchema in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `applied` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `created_at` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `updated_at` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `version` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `information` of schema `Information` in request body - - [Breaking] [Deleted] property `tags` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `src` of schema `Src` in request body - - [Breaking] [Deleted] property `assets` of schema `AssetsSchema` in request body - - [Breaking] [Deleted] property `available_sections` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `styles` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in request body - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in request body - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in request body - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in request body - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in request body - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in request body - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in request body - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in request body - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in request body - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in request body - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in request body - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in request body - - [Breaking] [Deleted] property `_id` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in request body - - [Breaking] [Deleted] property `colors` of schema `Colors` in request body - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 + - [Breaking] [Deleted] property delete_account_consent[] of schema PlatformSchema in response with status code 200 + - [Breaking] [Deleted] property session_config[] of schema PlatformSchema in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in request body - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/{theme_id}` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}` - - -#### deleteTheme - -- ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + +#### updatePlatformConfig + +- ##### What's New + - [Added] property social_tokens.facebook.app_secret of schema Facebook in request body + - [Added] property social_tokens.account_kit.app_secret of schema Accountkit in request body + - [Added] property social_tokens.google.app_secret of schema Google in request body + - [Breaking] [Added] properties delete_account_consent.consent_text in request body + - [Breaking] [Added] properties session_config.duration, session_config.type, session_config.is_rolling in request body + - [Added] property __v of schema PlatformSchema in request body + - [Added] property social_tokens.facebook.app_secret of schema Facebook in response with status code 200 + - [Added] property social_tokens.account_kit.app_secret of schema Accountkit in response with status code 200 + - [Added] property social_tokens.google.app_secret of schema Google in response with status code 200 + - [Breaking] [Added] properties delete_account_consent.consent_text in response with status code 200 + - [Breaking] [Added] properties session_config.duration, session_config.type, session_config.is_rolling in response with status code 200 + - [Added] property __v of schema PlatformSchema in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 + - [Breaking] [Deleted] property delete_account_consent[] of schema PlatformSchema in request body + - [Breaking] [Deleted] property session_config[] of schema PlatformSchema in request body + - [Breaking] [Deleted] property delete_account_consent[] of schema PlatformSchema in response with status code 200 + - [Breaking] [Deleted] property session_config[] of schema PlatformSchema in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/{theme_id}` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}` - - -#### getThemeForPreview - -- ##### What's New - - [Breaking] [Added] properties `config.preset.pages[].sections[].props.title`, `config.preset.pages[].sections[].props.item_margin`, `config.preset.pages[].sections[].props.autoplay`, `config.preset.pages[].sections[].props.slide_interval` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].blocks[].type`, `config.preset.pages[].sections[].blocks[].name`, `config.preset.pages[].sections[].blocks[].props` in response with status code 200 - - [Breaking] [Added] properties `config.preset.pages[].sections[].preset.blocks` in response with status code 200 - - [Added] property `config.global_schema.props[].info` of schema `Prop` in response with status code 200 - - [Breaking] [Added] properties in response with status code 200 - - [Added] property `config.list[].custom` of schema `CustomConfig` in response with status code 200 - - [Breaking] [Added] Required status to properties `config.current`, `config.list` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.medium.name`, `font.variants.medium.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.semi_bold.name`, `font.variants.semi_bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.bold.name`, `font.variants.bold.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.light.name`, `font.variants.light.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants.regular.name`, `font.variants.regular.file` in response with status code 200 - - [Breaking] [Added] Required status to properties `font.variants`, `font.family` in response with status code 200 - - [Added] property `is_private` of schema `ThemesSchema` in response with status code 200 - - [Added] property `application_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `marketplace_theme_id` of schema `ThemesSchema` in response with status code 200 - - [Added] property `meta` of schema `Meta` in response with status code 200 - - [Added] property `name` of schema `ThemesSchema` in response with status code 200 - - [Added] property `template_theme_id` of schema `ThemesSchema` in response with status code 200 + +#### createUserGroup - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets.umd_js.link` of schema `UmdJs` in response with status code 200 - - [Breaking] [Deleted] property `assets.css.link` of schema `Css` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].blocks[]` of schema `Blocks` in response with status code 200 - - [Deleted] properties `available_sections[].blocks[].type`, `available_sections[].blocks[].name`, `available_sections[].blocks[].props` in response with status code 200 - - [Deleted] Type from `object` from property `available_sections[].props[]` of schema `BlocksProps` in response with status code 200 - - [Deleted] properties `available_sections[].props[].id`, `available_sections[].props[].label`, `available_sections[].props[].type` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].text` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].path` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].type` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].label` of schema `AvailablePageSchemaSections` in response with status code 200 - - [Deleted] Possible values from `none,exact,query` from property `config.preset.pages[].sections[].predicate.route.selected` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections[].predicate.route.query` of schema `AvailablePageRoutePredicate` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].sections_meta` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].theme` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].seo` of schema `AvailablePageSeo` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[].props` of schema `AvailablePageSchema` in response with status code 200 - - [Breaking] [Deleted] property `config.preset.pages[]._id` of schema `AvailablePageSchema` in response with status code 200 - - [Deleted] properties `config.list[].page[].settings`, `config.list[].page[].page` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -- ##### What's Changed - - [Breaking] [Changed] Type from `object` to `string` of property `config.list[].page[]` of schema `ConfigPage` in response with status code 200 - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/{theme_id}/preview` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}/preview` - -#### publishTheme -- [Note] This method is deprecated and it will be removed in future versions. - -- ##### What's New - - [Added] property `message` of schema `DummyResponse` in response with status code 200 - - [Added] Response with status 404 +#### getUserGroups - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `applied` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets` of schema `AssetsSchema` in response with status code 200 - - [Breaking] [Deleted] property `available_sections` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `styles` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `config` of schema `Config` in response with status code 200 - - [Breaking] [Deleted] property `font` of schema `Font` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -#### unpublishTheme -- [Note] This method is deprecated and it will be removed in future versions. +#### updateUserGroup - ##### What's New - - [Added] property `message` of schema `DummyResponse` in response with status code 200 - [Added] Response with status 404 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `applied` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets` of schema `AssetsSchema` in response with status code 200 - - [Breaking] [Deleted] property `available_sections` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `styles` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `config` of schema `Config` in response with status code 200 - - [Breaking] [Deleted] property `font` of schema `Font` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -#### archiveTheme -- [Note] This method is deprecated and it will be removed in future versions. +#### getUserGroupById - ##### What's New - - [Added] property `message` of schema `DummyResponse` in response with status code 200 - [Added] Response with status 404 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `applied` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets` of schema `AssetsSchema` in response with status code 200 - - [Breaking] [Deleted] property `available_sections` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `styles` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `config` of schema `Config` in response with status code 200 - - [Breaking] [Deleted] property `font` of schema `Font` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -#### unarchiveTheme -- [Note] This method is deprecated and it will be removed in future versions. +#### updateUserGroupPartially - ##### What's New - - [Added] property `message` of schema `DummyResponse` in response with status code 200 - [Added] Response with status 404 - ##### What's Deprecated - - [Breaking] [Deleted] property `application` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `applied` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `customized` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `published` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `archived` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `created_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `updated_at` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme_version` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `parent_theme` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `information` of schema `Information` in response with status code 200 - - [Breaking] [Deleted] property `tags` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `src` of schema `Src` in response with status code 200 - - [Breaking] [Deleted] property `assets` of schema `AssetsSchema` in response with status code 200 - - [Breaking] [Deleted] property `available_sections` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `styles` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `config` of schema `Config` in response with status code 200 - - [Breaking] [Deleted] property `font` of schema `Font` in response with status code 200 - - [Breaking] [Deleted] property `_id` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `__v` of schema `ThemesSchema` in response with status code 200 - - [Breaking] [Deleted] property `colors` of schema `Colors` in response with status code 200 - [Breaking] [Deleted] Response with status 4XX - [Breaking] [Deleted] Response with status 5XX -#### getThemeLastModified - -- ##### What's Changed - - [Changed] Path From `/service/platform/theme/v1.0/company/{company_id}/application/{application_id}/{theme_id}/polling` To `/service/platform/theme/v2.0/company/{company_id}/application/{application_id}/{theme_id}/polling` - - -#### getCompanyLevelThemes +#### createUserAttributeDefinition - ##### What's New - - [Added] method `getCompanyLevelThemes` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### addMarketplaceThemeToCompany +#### getUserAttributeDefinitions - ##### What's New - - [Added] method `addMarketplaceThemeToCompany` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### deleteCompanyTheme +#### updateUserAttributeDefinition - ##### What's New - - [Added] method `deleteCompanyTheme` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getApplicationThemes +#### deleteUserAttributeDefinitionById - ##### What's New - - [Added] method `getApplicationThemes` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### getApplicationThemesCount +#### updateUserAttribute - ##### What's New - - [Added] method `getApplicationThemesCount` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### addThemeToApplication +#### getUserAttribute - ##### What's New - - [Added] method `addThemeToApplication` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### updateThemeName +#### deleteUserAttribute - ##### What's New - - [Added] method `updateThemeName` + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### duplicateTheme +#### getUserAttributesForUser - ##### What's New - - [Added] method `duplicateTheme` - - - -### User + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX -#### searchUsers +#### getUserAttributeById - ##### What's New - - [Added] `query` parameter `query` (type: `array`) + - [Added] Response with status 400 +- ##### What's Deprecated + - [Breaking] [Deleted] Response with status 4XX + - [Breaking] [Deleted] Response with status 5XX ### Webhook -#### getSubscribersByCompany +#### downloadDeliveryReport - ##### What's Deprecated - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 + - [Deleted] Value format from date-time from property end_date of schema EventProcessRequest in request body + - [Deleted] Value format from date-time from property start_date of schema EventProcessRequest in request body -#### registerSubscriberToEvent +#### getHistoricalReports -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in request body - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in request body - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in request body - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in request body - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in request body - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in request body - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Deleted] Value format from date-time from property items[].filters.end_date of schema HistoryFilters in response with status code 200 + - [Deleted] Value format from date-time from property items[].filters.start_date of schema HistoryFilters in response with status code 200 + - [Deleted] Value format from date-time from property items[].created_on of schema HistoryItems in response with status code 200 + - [Deleted] Value format from date-time from property items[].updated_on of schema HistoryItems in response with status code 200 + - [Breaking] [Deleted] property page.total_page of schema Page in response with status code 200 -#### updateSubscriberConfig +- ##### What's Changed + - [Breaking] [Changed] Type from number to integer of property page.current of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.item_total of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.size of schema Page in response with status code 200 -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in request body - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in request body - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in request body - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in request body - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in request body - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in request body - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 +#### getDeliveryReports -#### getSubscribersByExtensionId +- ##### What's New + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 - ##### What's Deprecated - - [Breaking] [Deleted] Possible values from property `items[].association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `items[].association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `items[].association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `items[].status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `items[].status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `items[].status` of schema `SubscriberStatus` in response with status code 200 - - [Deleted] Required status from property `page.type` in response with status code 200 - - [Deleted] Value format from `int32` from property `page.item_total` of schema `Page` in response with status code 200 - - [Breaking] [Deleted] property `page.next_id` of schema `Page` in response with status code 200 - - [Deleted] Value format from `int32` from property `page.current` of schema `Page` in response with status code 200 - - [Deleted] Value format from `int32` from property `page.size` of schema `Page` in response with status code 200 + - [Deleted] Value format from date-time from property end_date of schema EventProcessRequest in request body + - [Deleted] Value format from date-time from property start_date of schema EventProcessRequest in request body + - [Breaking] [Deleted] property page.total_page of schema Page in response with status code 200 - ##### What's Changed - - [Breaking] [Changed] Type from `integer` to `number` of property `page.item_total` of schema `Page` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `page.current` of schema `Page` in response with status code 200 - - [Breaking] [Changed] Type from `integer` to `number` of property `page.size` of schema `Page` in response with status code 200 - - -#### getSubscriberById - -- ##### What's Deprecated - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `association.criteria` of schema `Association` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 - - [Breaking] [Deleted] Possible values from property `status` of schema `SubscriberStatus` in response with status code 200 + - [Breaking] [Changed] Type from object to string of property rows[].data of schema EventProcessReportObject in response with status code 200 + - [Breaking] [Changed] Type from integer to number of property rows[].last_attempted_on of schema EventProcessReportObject in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.current of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.item_total of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.size of schema Page in response with status code 200 -#### manualRetryOfFailedEvent +#### fetchAllEventConfigurations - ##### What's New - - [Added] method `manualRetryOfFailedEvent` + - [Added] property event_configs[].subscriber_event_mapping of schema EventConfig in response with status code 200 - -#### getEventCounts +#### registerSubscriberToEvent - ##### What's New - - [Added] method `getEventCounts` + - [Added] Possible values active to property status of schema SubscriberStatus in request body + - [Added] Possible values inactive to property status of schema SubscriberStatus in request body + - [Added] Possible values blocked to property status of schema SubscriberStatus in request body + - [Added] Possible values active to property status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values inactive to property status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values blocked to property status of schema SubscriberStatus in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in request body + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in request body + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in request body + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 -#### getManualRetryStatus +#### getSubscribersByCompany - ##### What's New - - [Added] method `getManualRetryStatus` + - [Added] Possible values active to property items[].status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values inactive to property items[].status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values blocked to property items[].status of schema SubscriberStatus in response with status code 200 + - [Added] property items[].event_configs[].subscriber_event_mapping of schema EventConfig in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property items[].status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] property page.total_page of schema Page in response with status code 200 + +- ##### What's Changed + - [Breaking] [Changed] Type from number to integer of property page.current of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.item_total of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.size of schema Page in response with status code 200 -#### manualRetryCancel +#### updateSubscriberConfig - ##### What's New - - [Added] method `manualRetryCancel` + - [Added] Possible values active to property status of schema SubscriberStatus in request body + - [Added] Possible values inactive to property status of schema SubscriberStatus in request body + - [Added] Possible values blocked to property status of schema SubscriberStatus in request body + - [Added] Possible values active to property status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values inactive to property status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values blocked to property status of schema SubscriberStatus in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in request body + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in request body + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in request body + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 -#### getDeliveryReports +#### getSubscriberById - ##### What's New - - [Added] method `getDeliveryReports` + - [Added] Possible values active to property status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values inactive to property status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values blocked to property status of schema SubscriberStatus in response with status code 200 + - [Added] property event_configs[].subscriber_event_mapping of schema EventConfig in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property status of schema SubscriberStatus in response with status code 200 -#### downloadDeliveryReport +#### getSubscribersByExtensionId - ##### What's New - - [Added] method `downloadDeliveryReport` - + - [Added] Possible values active to property items[].status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values inactive to property items[].status of schema SubscriberStatus in response with status code 200 + - [Added] Possible values blocked to property items[].status of schema SubscriberStatus in response with status code 200 + - [Added] property items[].event_configs[].subscriber_event_mapping of schema EventConfig in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.current of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.item_total of schema Page in response with status code 200 + - [Breaking] [Added] Value format int32 to property page.size of schema Page in response with status code 200 + - [Added] property page.next_id of schema Page in response with status code 200 + - [Breaking] [Added] Required status to property page.type in response with status code 200 +- ##### What's Deprecated + - [Breaking] [Deleted] Possible values from property items[].status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] Possible values from property items[].status of schema SubscriberStatus in response with status code 200 + - [Breaking] [Deleted] property page.total_page of schema Page in response with status code 200 -#### pingWebhook +- ##### What's Changed + - [Breaking] [Changed] Type from number to integer of property page.current of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.item_total of schema Page in response with status code 200 + - [Breaking] [Changed] Type from number to integer of property page.size of schema Page in response with status code 200 -- ##### What's New - - [Added] method `pingWebhook` +## Public Client -#### getReportFilters -- ##### What's New - - [Added] method `getReportFilters` +### Billing -#### getHistoricalReports +#### getStandardPlans - ##### What's New - - [Added] method `getHistoricalReports` - - + - [Breaking] [Deleted] Required query parameter platform_type (type: string), + [Breaking] [Added] Required query parameter platform (type: string) -#### cancelJobByName -- ##### What's New - - [Added] method `cancelJobByName` +### Content -## Public Client +#### getCredentialsByEntity -- [Added] Partner class in public client +- ##### What's New + - [Breaking] [Added] Required status to path parameter entity