Set culture

PUT{{API_BASE_URL}}/shop/v1/cart/:id/culture

The request updates the culture of a specific cart. The request body should include the new culture value.

Request

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

Response

The response contains the following fields:

  • 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

200OKSet culture