Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.22 KB

File metadata and controls

44 lines (29 loc) · 1.22 KB

Api changes

Added QueryParameter(s)
  • added query parameter dataErasure to method delete /{projectKey}/business-units/key={key}
  • added query parameter dataErasure to method delete /{projectKey}/business-units/{ID}
  • added query parameter dataErasure to method delete /{projectKey}/in-store/key={storeKey}/business-units/key={key}
  • added query parameter dataErasure to method delete /{projectKey}/in-store/key={storeKey}/business-units/{ID}
Added Property(s)
  • added property stores to type ShippingMethod
  • added property stores to type ShippingMethodDraft
Added Type(s)
  • added type ShippingMethodAddStoreAction
  • added type ShippingMethodRemoveStoreAction
  • added type ShippingMethodSetStoresAction

Checkout changes

Changed MethodResponseBody(s)
  • ⚠️ changed response body for 200: application/json of method post /{projectKey}/payment-intents/{paymentId} from type any to PaymentIntentResponse
Added Type(s)
  • added type PaymentIntentOutcome
  • added type PaymentIntentResponse