Get part details for a single part.

Endpoint:

GET v1/Price/{id}?quantity={quantity}&format={format}&zipCode={zipCode}&warehouseId={warehouseId}

URI Parameters

NameDescriptionTypeAdditional information
id

Part Id

string

Required

quantity

Quantity

integer

Default value is 1

format

string

Default value is json

zipCode

If provided, the API will return price break information for the nearest warehouse

string

None.

warehouseId

If provided, the API will return price break information for the given warehouse

string

None.

Body Parameters

None.

Response Information

decimal number

Response Examples

application/json, text/json, text/javascript :

1.0

application/xml, text/xml :

<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>