Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.54 KB

File metadata and controls

59 lines (41 loc) · 1.54 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

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