POST
createQuote_Deprecated

Creates a quote, temporarily locking in current pricing. This call may take several minutes depending on the number of line items, ensure the connection does not time out prematurely.

POST
updateQuote_Deprecated

Adds details to a quote, temporarily locking in current pricing. This call may take several minutes depending on the number of line items, ensure the connection does not time out prematurely.

DELETE
deleteQuote_Deprecated

Removes a detail from a quote.

GET
getQuotes

Retrieves a list of quotes for customer Id. Use header X-DIGIKEY-Customer-Id to set Id. If no Id set then a default is chosen

POST
createQuote

Creates a quote, temporarily locking in current pricing. This call may take several minutes depending on the number of line items, ensure the connection does not time out prematurely.

GET
getQuote

Retrieves a quote. Note that if a quote is expired, it will refresh to current pricing.

GET
getQuote_Deprecated

Retrieves a quote. Note that if a quote is expired, it will refresh to current pricing.

POST
updateQuote

Adds details to a quote, temporarily locking in current pricing. This call may take several minutes depending on the number of line items, ensure the connection does not time out prematurely.

GET
getQuotes_Deprecated

Retrieves a list of quotes owned by a customer or associated customer. Quote details will not be populated. Seperate GET requests must be made for details.

DELETE
deleteQuote

Removes a detail from a quote.