- Subcategories:
- Attachments
- Bidders
- Large Object (LOB) Attributes - InstructionText
- Lines
- Publish Negotiation Errors
Seller Negotiations REST Endpoints
Seller Negotiations
Information for forward auctions conducted to sell items such as excess inventory, scrap materials, or retired assets. This includes details on auction parameters, listed items, and potential bidders who compete to offer the highest price before the auction closes. Access to this resource is linked to a feature that requires users to opt in.
- Cancel a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Cancel - Close a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Close - Create one negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations - Duplicate a seller negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/action/DuplicateSellerNegotiation - Extend one negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Extend - Get all negotiations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations - Get one negotiation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID} - Lock a draft negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Lock - Pause a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Pause - Publish a seller negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Publish - Renumber negotiation lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/RenumberLines - Resume a paused negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Resume - The Suppliers resource manages details about suppliers that submit a response for a negotiation.
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID} - Unlock a draft negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Unlock - Update one negotiation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}