Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.67 KB

File metadata and controls

66 lines (45 loc) · 1.67 KB

Api changes

Added Type(s)
  • added type InventoryEntrySetInventoryLimitsAction
  • added type RecurringOrderDeletedMessage
  • added type RecurringOrderExpiresAtSetMessage
  • added type RecurringOrderDeletedMessagePayload
  • added type RecurringOrderExpiresAtSetMessagePayload
  • added type ProductSearchFacetResultStats
  • added type ProductSearchFacetStatsExpression
  • added type ProductSearchFacetStatsValue
  • added type RecurringOrderSetExpiresAtAction
Removed Type(s)
  • ⚠️ removed type RecurringOrderMessagePayload
Added Method(s)
  • added method apiRoot.withProjectKey().recurringOrders().withId().delete()
  • added method apiRoot.withProjectKey().recurringOrders().withKey().delete()
Added Property(s)
  • added property minCartQuantity to type InventoryEntry
  • added property maxCartQuantity to type InventoryEntry
  • added property minCartQuantity to type InventoryEntryDraft
  • added property maxCartQuantity to type InventoryEntryDraft
  • added property expiresAt to type RecurringOrderDraft
Added Enum(s)
  • added enum discount-group to type ChangeSubscriptionResourceTypeId

History changes

Added Type(s)
  • added type TooManyRequestsError
  • added type GraphQLTooManyRequestsError
  • added type GraphQLErrorObject
Changed Property(s)
  • ⚠️ changed property extensions of type GraphQLError from type object to GraphQLErrorObject