basketActionsModel

cancelBasket

  • cancels a basket
Method Description
Request cancelBasket
  • basketId: String -> the basketId of the basket you want to cancel
  • businessUnitId: String -> the businessUnitId your in
Response
  • BasketActionState.CancelBasketUpdated
  • BasketActionState.BasketError

reopenBasket

  • reopens a basket
Method Description
Request reopenBasket
  • basketId: String -> the basketId of the basket you want to reopen
Response
  • BasketActionState.ReopenBasketUpdated
  • BasketActionState.BasketError