Request

POST http:///api/v1/partner/store/cart/product/findCost

Query parameters

Parameter name Value Description Additional
cuid string

Request body

The request body takes a complete ProductCostRequest resource, containing the following writable properties:

{
    "productId": "string",
    "quantity": "number"
}

Properties

Name Type Description Additional
productId string Optional
quantity number Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

successful operation

ProductCostResult

Explore this API

cuid
body
Request Content-Type
Response Content-Type
Try it out!