Skip to content

Latest commit

 

History

History
135 lines (105 loc) · 4.62 KB

File metadata and controls

135 lines (105 loc) · 4.62 KB

Api changes

Added Type(s)
  • added type CartDiscountSetDiscountGroupAction
  • added type CartChangePriceRoundingModeAction
  • added type DiscountGroup
  • added type DiscountGroupDraft
  • added type DiscountGroupPagedQueryResponse
  • added type DiscountGroupReference
  • added type DiscountGroupResourceIdentifier
  • added type DiscountGroupUpdate
  • added type DiscountGroupUpdateAction
  • added type DiscountGroupSetDescriptionAction
  • added type DiscountGroupSetKeyAction
  • added type DiscountGroupSetNameAction
  • added type DiscountGroupSetSortOrderAction
  • added type DiscountGroupCreatedMessage
  • added type DiscountGroupDeletedMessage
  • added type DiscountGroupKeySetMessage
  • added type DiscountGroupSortOrderSetMessage
  • added type DiscountGroupCreatedMessagePayload
  • added type DiscountGroupDeletedMessagePayload
  • added type DiscountGroupKeySetMessagePayload
  • added type DiscountGroupSortOrderSetMessagePayload
  • added type StagedOrderChangePriceRoundingModeAction
  • added type ProductTailoringSetProductAttributeAction
  • added type AttributeLevelEnum
  • added type ProductSetProductAttributeAction
  • added type ProjectChangePriceRoundingModeAction
  • added type ProjectChangeTaxRoundingModeAction
Added Resource(s)
  • added resource /{projectKey}/discount-groups
  • added resource /{projectKey}/discount-groups/key={key}
  • added resource /{projectKey}/discount-groups/{ID}
Removed Property(s)
  • ⚠️ removed property messages from type SubscriptionSetEventsAction
Required Property(s)
  • changed property sortOrder of type CartDiscountDraft to be optional
Added Property(s)
  • added property discountGroup to type CartDiscount
  • added property discountGroup to type CartDiscountDraft
  • added property priceRoundingMode to type Cart
  • added property priceRoundingMode to type CartDraft
  • added property attributes to type ProductTailoringCreatedMessage
  • added property attributes to type ProductTailoringCreatedMessagePayload
  • added property priceRoundingMode to type StagedOrder
  • added property priceRoundingMode to type Order
  • added property priceRoundingMode to type OrderImportDraft
  • added property attributes to type ProductTailoringData
  • added property attributes to type ProductTailoringDraft
  • added property attributes to type ProductTailoringInStoreDraft
  • added property level to type AttributeDefinition
  • added property level to type AttributeDefinitionDraft
  • added property attributes to type ProductData
  • added property attributes to type ProductDraft
  • added property attributes to type ProductProjection
  • added property priceRoundingMode to type CartsConfiguration
  • added property taxRoundingMode to type CartsConfiguration
  • added property priceRoundingMode to type QuoteRequest
  • added property priceRoundingMode to type Quote
  • added property events to type SubscriptionSetEventsAction
Added Method(s)
  • added method apiRoot.withProjectKey().discountGroups().get()
  • added method apiRoot.withProjectKey().discountGroups().head()
  • added method apiRoot.withProjectKey().discountGroups().post()
  • added method apiRoot.withProjectKey().discountGroups().withKey().get()
  • added method apiRoot.withProjectKey().discountGroups().withKey().head()
  • added method apiRoot.withProjectKey().discountGroups().withKey().post()
  • added method apiRoot.withProjectKey().discountGroups().withKey().delete()
  • added method apiRoot.withProjectKey().discountGroups().withId().get()
  • added method apiRoot.withProjectKey().discountGroups().withId().head()
  • added method apiRoot.withProjectKey().discountGroups().withId().post()
  • added method apiRoot.withProjectKey().discountGroups().withId().delete()
Added Enum(s)
  • added enum ApplicationStoppedByGroupBestDeal to type DiscountCodeState
  • added enum discount-group to type ReferenceTypeId

Import changes

Added Type(s)
  • added type AttributeLevel
Added Property(s)
  • added property attributes to type ProductImport
  • added property attributes to type ProductDraftImport
  • added property level to type AttributeDefinition

History changes

Added Enum(s)
  • added enum ApplicationStoppedByGroupBestDeal to type DiscountCodeState