Skip to main content

Get shopping cart by ID

GET 

/api/cart/:id

Get detailed information about a shopping cart using its ID.

Request

Path Parameters

    id stringrequired

    The ID of the cart to retrieve

Responses

Successful retrieval of the cart

Schema

    any

Loading...