interface MyCartUpdate {
    actions: MyCartUpdateAction[];
    version: number;
}

Properties

Properties

Update actions to be performed on the Cart.

version: number

Expected version of the Cart on which the changes apply. If it does not match the actual version, a 409 Conflict error is returned.

Generated using TypeDoc