Opply Quotes API
The Quotes API from Opply — 35 operation(s) for quotes.
Operations 46
POST
/api/v1/inquiries/{inquiry_uuid}/quotes/brand/{uuid}/cancel-purchase-request/
Endpoint to cancel purchase request for a contract for Buyer.
#
POST
/api/v1/inquiries/{inquiry_uuid}/quotes/brand/{uuid}/extend-contract/
Endpoint to request contract extension for Buyer.
#
POST
/api/v1/inquiries/{inquiry_uuid}/quotes/brand/{uuid}/request-update/
Request update to expired quote https://app.clickup.com/t/8695a05f2
#
GET
/api/v1/inquiries/{inquiry_uuid}/quotes/brand/purchase_request_quote/
Retrieve the quote for a purchase inquiry taking its UUID
#
GET
/api/v1/inquiries/{inquiry_uuid}/quotes/supplier/{uuid}/
Retrieve details of a quote for a supplier
#
PATCH
/api/v1/inquiries/{inquiry_uuid}/quotes/supplier/{uuid}/
Partial update a quote for a supplier
#
POST
/api/v1/inquiries/{inquiry_uuid}/quotes/supplier/purchase_request_quote/
Create a quote for a purchase inquiry take its UUID
#
GET
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/
Paginated list of contract renew negotiation records.
#
POST
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/
Endpoints for contract renewal negotiation flow
#
GET
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/{uuid}/
Endpoints for contract renewal negotiation flow
#
PUT
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/{uuid}/
Endpoints for contract renewal negotiation flow
#
PATCH
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/{uuid}/
Endpoints for contract renewal negotiation flow
#
POST
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/{uuid}/accept/
Supplier accept contract renew negotiation endpoint. This endpoint triggers the creation of the new contract
#
POST
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/{uuid}/complete/
Final status of the renew negotiation floe.Use this status when the new contract is created and marked as confirmed
#
POST
/api/v1/inquiries/quotes/{quote_uuid}/contract-renewal-negotiation/{uuid}/reject/
Supplier reject contract renew negotiation endpoint.
#
POST
/api/v1/inquiries/quotes/{quote_uuid}/documents/
Accepts document name and other fields.If signed agreement is uploaded, quote status becomes contract_confirmed
#
GET
/api/v1/inquiries/quotes/{quote_uuid}/negotiations/{uuid}/
Endpoints for quote negotiation flow
#
POST
/api/v1/inquiries/quotes/{quote_uuid}/negotiations/{uuid}/accept/
Supplier accept quote negotiation endpoint.
#
POST
/api/v1/inquiries/quotes/{quote_uuid}/negotiations/{uuid}/reject/
Supplier reject quote negotiation endpoint.
#
GET
/api/v1/inquiries/quotes/{uuid}/contract_orders_list/
Retrieve a list of purchase orders associated with a contract using its UUID
#
POST
/api/v1/inquiries/quotes/{uuid}/duplicate/
Duplicate a quote for ordering. Returns a new quote if autoconfirm parameters are met, creates a new request and returns nothing if not.
#
GET
/api/v1/inquiries/quotes/{uuid}/purchase-requests/
Retrieve a list of purchase requests for a contract
#