💙
Magento 2 Auction
  • Overview
  • How Module Work
  • Installation
    • Setup Module
  • Config and Usage
    • Module Configuration
    • Manage Auction Product
    • Add Auction
    • Manage Bids
    • Manage Manual Bids
    • Manage Absentee Bids
    • Add New Absentee Bid
    • Manage Auto Bids
    • Manage Winners
  • List Auction Frontend
  • Auction Details Frontend
  • Rest API
  • Graphql
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page

Rest API

Rest Api

PreviousAuction Details FrontendNextGraphql

Last updated 2 years ago

  1. Manage Auction Products

  • GET - List auction product

  • POST - save auction product

  • GET - Auction Product by Id

  • PUT - Update Auction Product

  • DELETE - Delete Auction Product

2. Manage Aution Amount

  • POST - Save Auction by Customer Id

  • GET - List Auction by Customer Id

  • POST - Save Auction

  • GET - List Auction

  • PUT - Edit Auction by Entity Id

  • DELETE - Delete Auction by Entity Id

3. Manage Winners Auction

  • GET - List Winner Auction

  • POST - Save Auction Winner

  • GET - List Auction Winner by Entity Id

  • PUT - Update Auction Winner

  • DELETE - delete Auction Winner

4. Manage Absentee Bids

  • POST - Save Absentee Bid

  • GET - List Absentee Bid By Auction Id

5. Manage Auto Bids

  • POST - Save Auction Auto Bid

  • GET - List Auction auto Bid Customer

  • GET - List Auction Auto Bid

  • POST - Save Auction Auto Bid

  • PUT - Update Auction Auto Bid

  • DELETE - Delete Auction Auto Bid

Get List Auction Product
Save Auction Product
Update Auction Product
Delete Auction Product
Save Auction customer Id
save auction customer id
Save Auction
List Auction
Edit Auction
Delete Auction
List winner auction
Delete Auction Winner
Save Absentee
Get List Absentee
save auction Auto
Get List Auction Customer
Get List Auction Auto
Save Auction Auto Customer