GET
/
v1
/
pricing
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
  }
}

The price returned will always be for a single unit. The quantity argument is only used to calculated a price break value of a single unit.

Headers

Authorization
string
required
Content-Type
string
default:application/json
required

Query Parameters

sku
string
required
account
string
required
quantity
integer

Response

200 - application/json
OK

The response is of type object.