Modify properties

POST{{API_BASE_URL}}/shop/v1/cart/:cart/properties

This endpoint is used to modify the properties of a specific cart.

Request

The request payload should be sent in the raw format and should include the properties to be modified in the cart.

Response

The response for this request is a JSON object with the following fields:

  • data (object): The main data object containing the modified properties and cart details.

    • propertiesModified (object): Object containing information about the modified properties.

      • isSuccessful (boolean): Indicates if the modification was successful.

      • cartId (string): The ID of the cart.

      • properties (object): Object containing the modified properties.

        • key (string): The modified property value.
    • cart (object): Details of the cart.

      • id (string): The ID of the cart.

      • expiryTime (string): The expiration time of the cart.

      • user (object): Details of the user associated with the cart, including ID, verification status, and email.

Authentication#auth

This endpoint does not require authentication.

Query parameters#query

$expandAlloptional

Responses#responses

200OKModify properties