POST http:///api/v1/partner/store/cart/product/findCost
Parameter name | Value | Description | Additional |
---|---|---|---|
cuid | string |
The request body takes a complete ProductCostRequest resource, containing the following writable properties:
{
"productId": "string",
"quantity": "number"
}
Name | Type | Description | Additional |
---|---|---|---|
productId | string | Optional | |
quantity | number | Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
ProductCostResult |