cURL
curl --request GET \ --url https://api.partbot.io/v1/pricing \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "price": { "account": "PARTBOT", "sku": "TXR800", "product_code": "12446827", "quantity": 1, "price": 990, "cost": 500 } }
Retrieve product pricing for specified productId as well as dynamic price breaks using the optional quantity parameter.
OK
The response is of type object.
object