CartService
class CartService
Constants
| URI |
|
| URI_OWNER_SUFFIX |
|
| URI_STATUS_SUFFIX |
|
| URI_PAYMENT_DATA |
|
| RESERVED_CARTS_URI |
|
Methods
ResponseInterface
list(int$pageNumber =0,int$pageSize =50)
No description
ResponseInterface
get(string$id)
No description
ResponseInterface
delete(string$cartId)
No description
ResponseInterface
setStatus(string$id,CartStatus$cartStatus)
No description
ResponseInterface
clone(string$id)
No description
ResponseInterface
setPaymentData(string$id,array$cartPaymentData,string$jsonPath =null)
No description
ResponseInterface
patchPaymentData(string$id,array$cartPaymentData,string$jsonPath =null)
No description
ResponseInterface
getReservedCarts(array$cartIds)
No description