{"id":307910,"date":"2021-10-13T17:28:16","date_gmt":"2021-10-13T17:28:16","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=307910"},"modified":"2024-10-29T04:23:11","modified_gmt":"2024-10-29T04:23:11","slug":"product-auction-api-documentation-for-shopify","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/","title":{"rendered":"Auction API Documentation &#8211; Product Auction App for Shopify"},"content":{"rendered":"\n<p>Introducing <strong>Auction API<\/strong> for the <strong><a href=\"https:\/\/webkul.com\/blog\/shopify-product-auction\/\" target=\"_blank\" rel=\"noreferrer noopener\">Product Auction App<\/a><\/strong> for Shopify. <\/p>\n\n\n\n<p>Product Auction app helps merchants to run auctions on their stores. Then, customers visit the stores and place bids for the auction products. <\/p>\n\n\n\n<p>Now, the merchants using the <a href=\"https:\/\/apps.shopify.com\/product-auction\" target=\"_blank\" rel=\"noreferrer noopener\">Product Auction app <\/a>can get access to the <strong>Auction API <\/strong>via the app.<\/p>\n\n\n\n<p><strong>API<\/strong>&nbsp;stands for&nbsp;an Application programming interface. It is a set of tools and protocols that will help you building sync and much more.<\/p>\n\n\n\n<p>Now, the Auction API Documentation includes POST &amp; GET API methods.<\/p>\n\n\n\n<p><strong>POST Method&nbsp;<\/strong>of the API is where developers can interface with other APIs or systems to get the desired outcome. Moreover, it is more often utilized to create new resources.<\/p>\n\n\n\n<p>Additionally, the<strong> GET Method<\/strong>&nbsp;of API is to read or retrieve a representation of a resource or information.<\/p>\n\n\n\n<p>Let&#8217;s understand this in detail.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"595\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png\" alt=\"Auction API\" class=\"wp-image-307913\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-768x381.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210.png 1285w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then, get the base URL.<\/p>\n\n\n\n<p class=\"has-background\" style=\"background-color:#dbf6e7\"><strong>Base URL: <a href=\"https:\/\/sp-auction.webkul.com\/product-auction-api\/\" target=\"_blank\" rel=\"noreferrer noopener\">sp-auction.webkul.com\/product-auction-api <\/a><\/strong><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Use Of Auction API<\/h3>\n<\/div><\/div>\n\n\n\n<p>Firstly, you need to understand exactly what actions you perform via the given APIs. Auction API lets you do the following functions:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">For TOKEN:-<\/h2>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>POST<\/strong>\/api\/user\/refresh<\/span> <br>-Create an access token using the refresh token.<\/p>\n\n\n\n<p><strong>NOTE<\/strong>:- POST requests are used to send data to the API server to create or update a resource. Also, the GET method is used to retrieve data from a server at the specified resource.<\/p>\n\n\n\n<p>Then, proceed to check Auction API methods.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">For AUCTION:-<\/h2>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>POST<\/strong>\/api\/start\/{auctionId}.json<\/span> <br>-Start auction by auction ID<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>POST<\/strong>\/api\/stop\/{auctionId}.json <br><\/span>-Stop auction by auction ID<\/p>\n\n\n\n<p>Also, <span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/auctions.json<br><\/span>-Get Auctions by Shop<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>POST<\/strong>\/api\/auctions.json <\/span><br>-Add Auction<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/auctions\/{id}.json<\/span> <br>-Get Auctions by ID<\/p>\n\n\n\n<p>Also,<br><span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auctions.json<\/span> <br>-Get Auctions<\/p>\n\n\n\n<p>and <span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auction\/{type}.json<\/span> <br>-Get Products on Auction<\/p>\n\n\n\n<p><br>also, <span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auctions\/running_bids_auction\/{customerId}.json<\/span> <br>-Get Running Bid Auctions<\/p>\n\n\n\n<p>and <span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auctions\/loss_auction\/{customerId}.json<\/span> <br>-Get Lossing Auctions<\/p>\n\n\n\n<p>also, <span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auctions\/winning_auction\/{customerId}.json<\/span> <br>-Get Winning Auctions<\/p>\n\n\n\n<p>Also, <span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auction\/{auctionId}\/start_bid.json<\/span> <br>-Get Start Bid of Auctions<\/p>\n\n\n\n<p>Then, comes the Bid API methods.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">For BID:-<\/h2>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auction\/bidding_list\/{auctionId}.json<\/span> <br>-Get Bidding List<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>POST<\/strong>\/api\/bids.json<\/span> <br>-Place Bid<\/p>\n\n\n\n<p>also, <span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/shop\/auction\/{auctionId}\/bid\/{bidId}.json<\/span> <br>-Get Bid Information<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, comes the Configuration API methods.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">For CONFIGURATION:-<\/h2>\n\n\n\n<p><span style=\"text-decoration: underline;\"><strong>GET<\/strong>\/api\/auction\/configuration.json<\/span> <br>-Get Configuration by the shop<\/p>\n\n\n\n<p>Then, proceed to check the token properties.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Token Properties<\/h2>\n\n\n\n<p><strong>access_token<\/strong>: This is the access token from product auction API credentials.<\/p>\n\n\n\n<p>Then, <strong>refresh_token<\/strong>: This is the refresh token from product auction API credentials.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Auction Properties<\/h2>\n\n\n\n<p><strong>auction_id<\/strong>: This is the auction ID, that\u2019s used as a unique identifier for the auction.<\/p>\n\n\n\n<p>Then, check start &amp; stop auction API properties.<\/p>\n\n\n\n<p><strong>start_now<\/strong>:  This is to start an auction immediately after creating using the auction ID.<\/p>\n\n\n\n<p>also, <strong>stop_now<\/strong>: <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">This is to stop an auction <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">immediately using the auction ID.<\/p>\n\n\n\n<p>Then, check the start &amp; end auction API properties.<\/p>\n\n\n\n<p><strong>start_date<\/strong>: This is the start date of the auction in UTC.<\/p>\n\n\n\n<p>also, <strong>end_date<\/strong>: This is the end date <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">of the auction in UTC.<\/p>\n\n\n\n<p><strong>by_seller<\/strong>: 1 if the auction is created by seller else 0.<\/p>\n\n\n\n<p>Then, check the properties for auction start &amp; reserve prices.<\/p>\n\n\n\n<p><strong>start_price:  <\/strong>This is the starting price of the auction, the price from where the bidding will start.<\/p>\n\n\n\n<p>then, comes the target auction bidding price.<\/p>\n\n\n\n<p><strong>reserve_price<\/strong>: This is the reserve price for the auction. Also, the target auction bidding price where the product bidding should be reached.<\/p>\n\n\n\n<p>Then, use the bid rule in JSON format.<\/p>\n\n\n\n<p><strong>bid_rule<\/strong>:  This is used for bid rule in JSON format.<\/p>\n\n\n\n<p>Then, check the proxy bidding.<\/p>\n\n\n\n<p><strong>proxy_bidding_on<\/strong>: It allows customers to make bids automatically on auction products.<\/p>\n\n\n\n<p>also, <strong>popcorn_bidding<\/strong>: Dynamic bidding.<\/p>\n\n\n\n<p>Popcorn Bidding, also known as Dynamic Bidding, is a way of giving the bidders who were outbid an opportunity to rebid. <strong><a href=\"https:\/\/webkul.com\/blog\/popcorn-bidding\/\" target=\"_blank\" rel=\"noreferrer noopener\">Know More<\/a><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">More&#8230;<\/h2>\n\n\n\n<p>Then, comes the Popcorn bidding cases:<\/p>\n\n\n\n<p><strong>extend_deadline_by<\/strong>:  Minutes by which the auction deadline should be extended in case of popcorn bidding.<\/p>\n\n\n\n<p><strong>extend_deadline_within<\/strong>: Minutes within which the deadline should be extended before ending the auction in case of popcorn bidding.<\/p>\n\n\n\n<p>Also, check the maximum popcorn bidding properties.<\/p>\n\n\n\n<p><strong>max_popcorn_bid<\/strong>: Maximum number of popcorn bidding allowed.<\/p>\n\n\n\n<p>then, check the Booking Amount properties.<\/p>\n\n\n\n<p><strong>booking_amount<\/strong>: Configure the booking amount for the auction if the configuration is enabled.<\/p>\n\n\n\n<p>Then, check the Joining Fee Properties.<\/p>\n\n\n\n<p><strong>joining_amount<\/strong>: It is the joining amount. The customer has to pay while joining the auctions. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">About Joining Fee<\/h4>\n\n\n\n<p>Whenever a bidder wants to bid on the auction product, he\/she first needs to pay the auction joining fee set by the admin. <\/p>\n\n\n\n<p>So, this is the case when you want to charge a joining fee from customers before placing a bid.<\/p>\n\n\n\n<p>Moreover, it will work only if the configuration is enabled.<\/p>\n\n\n\n<p><strong>buy_now_price<\/strong>: It is used to set the buy now price. Also, it will work only if the configuration is enabled.<\/p>\n\n\n\n<p><strong>joining_fee_enable<\/strong>: It is used to enable the joining fee for the auction. Also, it will work only if the configuration is enabled.<\/p>\n\n\n\n<p><strong>display_auction_days<\/strong>: It is used to set display auction days in terms of days.<\/p>\n\n\n\n<p>Then, comes the autopay feature.<\/p>\n\n\n\n<p>Additionally, the app allows Braintree payment gateway along with autopay functionality for your bid winner.&nbsp;<\/p>\n\n\n\n<p><strong>auto_pay_enable<\/strong>: It is used to enable or disable autopay for the auction. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">NOTE:-<\/h4>\n\n\n\n<p>It will work only if the configuration for the same is enabled in configurations.<\/p>\n\n\n\n<p><strong>sort_by<\/strong>:  Determines the parameter by which the auctions are sorted in the response. <\/p>\n\n\n\n<p>Here, the available parameters are id, product_name, start_date, end_date. <\/p>\n\n\n\n<p><strong>sort_order<\/strong>: Determines the sorting order. <\/p>\n\n\n\n<p>Then, let&#8217;s proceed to check the Bid Properties.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Bid Properties<\/h2>\n\n\n\n<p><strong>sort_by<\/strong>: Determines the parameter by which the bids are sorted in the response. <\/p>\n\n\n\n<p>Then, check the available parameters.<\/p>\n\n\n\n<p>Available parameters: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>id<\/li>\n\n\n\n<li>bid_amount,<\/li>\n\n\n\n<li>quantity,<\/li>\n\n\n\n<li>is_public, <\/li>\n\n\n\n<li>first_name, <\/li>\n\n\n\n<li>last_name,<\/li>\n\n\n\n<li> bid_date.<\/li>\n<\/ul>\n\n\n\n<p>Then, check the sorting properties.<\/p>\n\n\n\n<p><strong>sort_order<\/strong>: Determines the sorting order. 1). asc-&gt; ascending 2). desc-&gt; descending.<\/p>\n\n\n\n<p>Then, comes the filter option.<\/p>\n\n\n\n<p><strong>filter<\/strong>: Searches only for the auction with the specified &#8216;bid_id&#8217;, &#8216;bid_amount&#8217;, and more.<\/p>\n\n\n\n<p><strong>auction_id<\/strong>: id of the auction.<\/p>\n\n\n\n<p>Also, <strong>amount<\/strong>: amount to place bid.<\/p>\n\n\n\n<p>Then, check the anonymous bid properties.<\/p>\n\n\n\n<p><strong>public<\/strong>: This refers to the bid place is anonymous or public. <\/p>\n\n\n\n<p>Also, <strong>proxy_bid<\/strong>: bid place is proxy bid or not.<\/p>\n\n\n\n<p>Furthermore, check the email property.<\/p>\n\n\n\n<p><strong>email<\/strong>: email of the customer for which bid should be placed. <\/p>\n\n\n\n<p>Also, Note: Customers should be registered in the merchant store with this email.<\/p>\n\n\n\n<p><strong>quantity<\/strong>: quantity of the product for which bid should be placed.<\/p>\n\n\n\n<p>Lastly, <strong>bid_id<\/strong>: id of the bid placed.<\/p>\n\n\n\n<p>Then, coming to the configuration properties.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Configuration Properties<\/h2>\n\n\n\n<p><strong>type<\/strong>: Use this to get configuration by type. <\/p>\n\n\n\n<p>Now, possible types are general_config, auction_config, widget_config, design_config, label_config, smtp_config. <\/p>\n\n\n\n<p>Then, use multiple options separated by a comma.<\/p>\n\n\n\n<p>Furthermore, let&#8217;s explore the endpoint.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">End Points<\/h2>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">TOKEN<\/h3>\n<\/div><\/div>\n\n\n\n<p><strong><strong>POST<\/strong>\/api\/user\/refresh<\/strong> <br>&#8211; Create an access token using the refresh token.<\/p>\n\n\n\n<p>then, proceed to check parameters.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>NAME<\/strong><\/td><td><strong>DESCRIPTION<\/strong><\/td><\/tr><tr><td><br>Token Details <br>json <br>(body)<br><br><br><\/td><td><br>This is the token data.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Now, proceed to check&nbsp;<strong>the response to the request<\/strong>.<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response here:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n&quot;access_token&quot;:&quot;ZWFlZTA4NTExMWJlNTIzOWRmYzIyYTJkMGUxYTBiYWFjOTg4OTEyNzEyZjRjMDE2ODkwNzc1NjQyNGJkYjNlYQ&quot;,&quot;expires_in&quot;:4086400,&quot;token_type&quot;:&quot;bearer&quot;,&quot;scope&quot;:null,&quot;refresh_token&quot;:&quot;NTI2MzQ5Y2I4YTQzYWE2MzY0ODg4ZGNhMGQ5OTA3NDU0YjRhOTljMGZiMzZhOTcwNGE5NWNlY2E3M2M4MDI1Yg&quot;\n}<\/pre>\n\n\n\n<p>Then, coming to Auction.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">AUCTION<\/h3>\n<\/div><\/div>\n\n\n\n<p><strong>POST\/api\/start\/{auctionId}.json<br><\/strong>-Start auction by auction ID<\/p>\n\n\n\n<p>Then, check the parameters here:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>Start Now<br>json<br>(body)<\/td><td>To start an auction immediately.<\/td><\/tr><tr><td>auctionId&nbsp;<br>string<br>(path)<br><br>*Required<\/td><td>Also, an auction ID, a unique identifier for the auction.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response here:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">INPUT: {&quot;start_now&quot;:&quot;1&quot;}\nOUTPUT: { &quot;Response&quot;: true, &quot;Reason&quot;: &quot;Auction Started Successfully&quot;, &quot;Code&quot;: 200 }<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>POST\/api\/stop\/{auctionId}.json<br><\/strong>-Stop auction by auction ID<\/p>\n\n\n\n<p>Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>Force Stop<br>json<br>(body)<\/td><td>To stop the auction forcefully.<br><br>{<strong> <\/strong><br>&#8220;stop_now&#8221;:<strong> <\/strong>&#8220;string&#8221;<br><strong> <\/strong>}<\/td><\/tr><tr><td>auctionId&nbsp;<br>string<br>(path)<br><br>*Required<\/td><td>Auction ID, a unique identifier for the auction.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response here:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">INPUT: {&quot;stop_now&quot;:&quot;1&quot;}\nOUTPUT: { &quot;Response&quot;: true, &quot;Reason&quot;: &quot;Finished&quot;, &quot;Code&quot;: 200 }<\/pre>\n\n\n\n<p>Furthermore, proceed to get auction by shop property.<\/p>\n\n\n\n<p><strong>GET\/api\/auctions.json<br><\/strong>-Get Auctions by Shop<\/p>\n\n\n\n<p>No Parameters<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response here:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{ \n\t\t\t&quot;auctions&quot;: \n\t\t\t{\n      \t\t\t&quot;id&quot;: &quot;10472&quot;,\n\t\t\t    &quot;shopify_product_id&quot;: &quot;7038970921145&quot;,\n\t\t\t    &quot;product_handle&quot;: &quot;test-webkul&quot;,\n\t\t\t    &quot;product_title&quot;: &quot;Test Webkul&quot;,\n\t\t\t    &quot;start_date&quot;: &quot;2021-10-13 06:31:18&quot;,\n\t\t\t    &quot;end_date&quot;: &quot;2021-10-13 06:21:27&quot;,\n\t\t\t    &quot;auction_status&quot;: &quot;Finished&quot;,\n\t\t\t    &quot;reserve_price&quot;: &quot;100.00&quot;,\n\t\t\t    &quot;start_price&quot;: &quot;5.00&quot;,\n\t\t\t    &quot;proxy_bidding_on&quot;: &quot;1&quot;,\n\t\t\t    &quot;active&quot;: &quot;1&quot;,\n\t\t\t    &quot;joining_fee_enable&quot;: &quot;0&quot;,\n\t\t\t    &quot;date_add&quot;: &quot;2021-10-13 06:12:03&quot;,\n\t\t\t    &quot;date_upd&quot;: &quot;2021-10-13 06:21:27&quot;\n    \t\t}\n    \t}<\/pre>\n\n\n\n<p>Then, comes the Add Auction.<\/p>\n\n\n\n<p><strong>POST\/api\/auctions.json<br><\/strong>-Add Auction<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>addauction<br>json<br>(body)<\/td><td>This is used to create a new auction.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response here:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{&#039;Response&#039; =&gt; true, &#039;Reason&#039; =&gt; &#039;Aution Successfully placed &#039;, &#039;Code&#039; =&gt; 200,}<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>GET\/api\/auctions\/{id}.json<br><\/strong>-Get Auctions by ID<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>id&nbsp;<br>string<br>(path)<br><br>Required<\/td><td>Unique ID to get auction.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Then, check the response here:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">\n{\n  &quot;auction&quot;: {\n    &quot;id&quot;: &quot;10472&quot;,\n    &quot;shopify_product_id&quot;: &quot;7038970921145&quot;,\n    &quot;product_handle&quot;: &quot;test-webkul&quot;,\n    &quot;product_title&quot;: &quot;Test Webkul&quot;,\n    &quot;start_date&quot;: &quot;2021\/10\/13 06:31:18&quot;,\n    &quot;end_date&quot;: &quot;2021\/10\/13 06:21:27&quot;,\n    &quot;auction_status&quot;: &quot;Finished&quot;,\n    &quot;reserve_price&quot;: &quot;100.00&quot;,\n    &quot;start_price&quot;: &quot;5.00&quot;,\n    &quot;proxy_bidding_on&quot;: &quot;1&quot;,\n    &quot;active&quot;: &quot;1&quot;,\n    &quot;joining_fee_enable&quot;: &quot;0&quot;,\n    &quot;date_add&quot;: &quot;2021-10-13 06:12:03&quot;,\n    &quot;date_upd&quot;: &quot;2021-10-13 06:21:27&quot;,\n    &quot;max_bid&quot;: null,\n    &quot;total_bid&quot;: &quot;0&quot;,\n    &quot;now&quot;: &quot;2021\/10\/13 06:26:07&quot;\n  },\n  &quot;bid_rule&quot;: &#091;\n    {\n      &quot;bid_from&quot;: &quot;0.00&quot;,\n      &quot;bid_to&quot;: &quot;100.00&quot;,\n      &quot;rate&quot;: &quot;10.00&quot;\n    }\n  ],\n  &quot;cust_date&quot;: &quot;2021-10-13 06:26:07&quot;,\n  &quot;booking_product&quot;: null\n}<\/pre>\n\n\n\n<p>Then, proceed to <strong>Get Auction<\/strong>.<\/p>\n\n\n\n<p><strong>GET\/api\/shop\/auctions.json<br><\/strong>-Used to Get Auctions<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>sort_by<br>string<br>(query)<\/td><td>Determines the parameter by which the auctions are sorted in the response. <br><em>Default value<\/em>: id<\/td><\/tr><tr><td>sort_order<br>string<br>(query)<\/td><td>Then, it determines the sorting order. 1).asc-&gt; ascending 2).desc-&gt; descending<br><em>Default value<\/em>: desc<\/td><\/tr><tr><td>filter<br>string<br>(query)<\/td><td>Then, searches for the auction with the specified &#8216;id\u2019, &#8216;product_name\u2019, &#8216;start_date\u2019, &#8216;end_date\u2019, <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">&#8216;current_bid\u2019, &#8216;winners\u2019, &#8216;purchase_status\u2019, &#8216;current_status\u2019, \u2018auction_id_lt\u2019 (auction id less than), \u2018auction_id_gt\u2019 (auction id greater than). (Example: {&#8220;id&#8221;:&#8221;10001&#8243;, &#8220;product_name&#8221;:&#8221;White Shirt&#8221;, &#8220;start_date&#8221;:&#8221;2021-09-22&#8243;, &#8220;end_date&#8221;:&#8221;2021-09-22&#8243;, &#8220;current_bid&#8221;:&#8221;1001&#8243;, &#8220;winners&#8221;:&#8221;Test Customer&#8221;, &#8220;purchase_status&#8221;:&#8221;winner, purchased, without_winner, without_purchase&#8221;}).<br><br><strong>NOTE<\/strong>: You need to provide only JSON data in this case.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Responses<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;auctions&quot;: &#091;\n    {\n      &quot;id&quot;: &quot;10472&quot;,\n      &quot;shopify_product_id&quot;: &quot;7038970921145&quot;,\n      &quot;product_handle&quot;: &quot;test-webkul&quot;,\n      &quot;product_title&quot;: &quot;Test Webkul&quot;,\n      &quot;start_date&quot;: &quot;2021-10-13 12:01:18&quot;,\n      &quot;end_date&quot;: &quot;2021-10-13 11:51:27&quot;,\n      &quot;bid_date&quot;: null,\n      &quot;auction_status&quot;: &quot;Finished&quot;,\n      &quot;reserve_price&quot;: &quot;100.00&quot;,\n      &quot;start_price&quot;: &quot;5.00&quot;,\n      &quot;proxy_bidding_on&quot;: &quot;1&quot;,\n      &quot;active&quot;: &quot;1&quot;,\n      &quot;joining_fee_enable&quot;: &quot;0&quot;,\n      &quot;joining_amount&quot;: null,\n      &quot;bid_winner_id&quot;: null,\n      &quot;bid_winner_amt&quot;: null,\n      &quot;is_purchased&quot;: null,\n      &quot;popcorn_bidding&quot;: &quot;1&quot;,\n      &quot;max_popcorn_bid&quot;: &quot;10&quot;,\n      &quot;extend_deadline_within&quot;: {\n        &quot;type&quot;: &quot;minutes&quot;,\n        &quot;value&quot;: 2\n      },\n      &quot;extend_deadline_by&quot;: {\n        &quot;type&quot;: &quot;minutes&quot;,\n        &quot;value&quot;: 10\n      },\n      &quot;date_add&quot;: &quot;2021-10-13 06:12:03&quot;,\n      &quot;max_bid&quot;: null,\n      &quot;total_bid&quot;: null\n    }\n  ]\n}<\/pre>\n\n\n\n<p>Then, coming to next API:<\/p>\n\n\n\n<p><strong>GET\/api\/shop\/auction\/{type}.json<br><\/strong>-Get Products on Auction<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>search<br>string<br>(query)<\/td><td>Used for auction search.<\/td><\/tr><tr><td>offset<br>string<br>(query)<\/td><td>Then, Offset<\/td><\/tr><tr><td>type&nbsp;<br>string<br>(path)<br><br>-Required<\/td><td>Also, note:- It is the required field.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Now, proceed to check&nbsp;<strong>the response to the request<\/strong>.<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;Auctions&quot;: &#091;\n    {\n      &quot;id&quot;: &quot;10467&quot;,\n      &quot;shopify_product_id&quot;: &quot;7038970921145&quot;,\n      &quot;product_handle&quot;: &quot;test-webkul&quot;,\n      &quot;product_title&quot;: &quot;Test Webkul&quot;,\n      &quot;img_src&quot;: &quot;https:\/\/cdn.shopify.com\/s\/files\/1\/0507\/5353\/6185\/products\/webkul-logo-accent-sq_a0a57afe-bb1f-4c86-bb46-100f2f7b515a.png?v=1634105284&quot;,\n      &quot;end_date&quot;: &quot;2021-10-30 18:23:02&quot;,\n      &quot;start_price&quot;: &quot;10.00&quot;,\n      &quot;auc_bid_count&quot;: &quot;0&quot;,\n      &quot;auction_status&quot;: &quot;Running&quot;,\n      &quot;higghest_bidder_n_count&quot;: false\n    }\n  ]\n}<\/pre>\n\n\n\n<p>then, the API to get running auction.<\/p>\n\n\n\n<p><strong>GET\/api\/shop\/auctions\/running_bids_auction\/{customerId}.json<br><\/strong>-Get the running auction details in which the customer has participated.<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameter<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>sort_by<br>string<br>(query)<\/td><td>Determines the parameter by which the auctions are sorted in the response. <br><em>Default value<\/em>: id<\/td><\/tr><tr><td>sort_order<br>string<br>(query)<\/td><td>Now, determines the sorting order.<br><em>Default value<\/em>: desc<\/td><\/tr><tr><td>filter<br>string<br>(query)<\/td><td>Searches only for the auction with the specified &#8216;id\u2019, &#8216;product_name\u2019, &#8216;start_date\u2019, &#8216;end_date\u2019, \u2018auction_id_lt\u2019 (auction id less than), \u2018auction_id_gt\u2019 (auction id greater than). (Example: {&#8220;id&#8221;:&#8221;10001&#8243;, &#8220;product_name&#8221;:&#8221;White Shirt&#8221;, &#8220;start_date&#8221;:&#8221;2021-09-22&#8243;, &#8220;end_date&#8221;:&#8221;2021-09-22&#8243;})<br><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><strong>NOTE<\/strong>: You need to provide only JSON data in this case.<\/td><\/tr><tr><td>customerId&nbsp;<br>string<br>(path)<br><br>&#8211;<strong>Required<\/strong><\/td><td>Also, It&#8217;s a unique customer ID. This is the required field.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;running_bids_auction&quot;: &#091;\n    {\n      &quot;id&quot;: &quot;10470&quot;,\n      &quot;current_bid&quot;: &quot;200.00&quot;,\n      &quot;number_of_bids&quot;: &quot;4&quot;,\n      &quot;shopify_product_id&quot;: &quot;7038970921145&quot;,\n      &quot;product_handle&quot;: &quot;test-webkul&quot;,\n      &quot;product_title&quot;: &quot;Test Webkul&quot;,\n      &quot;product_url&quot;: &quot;https:\/\/test-webkul.myshopify.com\/products\/test-digital&quot;,\n      &quot;img_src&quot;: &quot;https:\/\/cdn.shopify.com\/s\/files\/1\/0507\/5353\/6185\/products\/webkul-logo-accent-sq_a0a57afe-bb1f-4c86-bb46-100f2f7b515a.png?v=1634105284&quot;,\n      &quot;max_bid&quot;: &quot;200.00&quot;,\n      &quot;max_proxy_bid&quot;: null,\n      &quot;highest_bidder_name&quot;: &quot;current&quot;,\n      &quot;start_date&quot;: &quot;2021-10-08 18:23:01&quot;,\n      &quot;end_date&quot;: &quot;2021-10-30 18:23:02&quot;\n    }\n  ]\n}<\/pre>\n\n\n\n<p>then, it comes to get auction details.<\/p>\n\n\n\n<p><strong>GET\/api\/shop\/auctions\/loss_auction\/{customerId}.json<br><\/strong>-Get auction details in which the customer has participated but is not the winner.<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>sort_by<br>string<br>(query)<\/td><td>Determines the parameter by which the auctions are sorted in the response. <br><br><em>Default value<\/em>&nbsp;: end_date<\/td><\/tr><tr><td>sort_order<br>string<br>(query)<\/td><td>then, determines the sorting order. 1).asc-&gt; ascending 2).desc-&gt; descending<br><em>Default value<\/em>: desc<\/td><\/tr><tr><td>filter<br>string<br>(query)<\/td><td>Searches only for the auction with the specified &#8216;id\u2019, &#8216;product_name\u2019, &#8216;start_date\u2019, &#8216;end_date\u2019, \u2018auction_id_lt\u2019 (auction id less than), \u2018auction_id_gt\u2019 (auction id greater than). (Example: {&#8220;id&#8221;:&#8221;10001&#8243;, &#8220;product_name&#8221;:&#8221;White Shirt&#8221;, &#8220;start_date&#8221;:&#8221;2021-09-22&#8243;, &#8220;end_date&#8221;:&#8221;2021-09-22&#8243;})<br><br><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><strong>NOTE<\/strong>: You need to provide only JSON data in this case.<br><\/td><\/tr><tr><td>customerId&nbsp;<br>string<br>(path)<br><br>-Required<\/td><td><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">This is the required field.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n&quot;loss_auctions&quot;: &#091;\n{\n&quot;id&quot;: &quot;10470&quot;,\n&quot;current_bid&quot;: &quot;65.00&quot;,\n&quot;number_of_bids&quot;: &quot;8&quot;,\n&quot;shopify_product_id&quot;: &quot;7038970921145&quot;,\n&quot;product_handle&quot;: &quot;test-webkul&quot;,\n&quot;product_title&quot;: &quot;Test Webkul&quot;,\n&quot;max_proxy_bid&quot;: null,\n&quot;max_bid&quot;: &quot;65.00&quot;,\n&quot;start_date&quot;: &quot;2021-10-06 14:10:52&quot;,\n&quot;end_date&quot;: &quot;2021-10-06 14:35:36&quot;\n}\n]\n}<\/pre>\n\n\n\n<p>Then, comes the winning auction.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Winning Auction<\/h4>\n\n\n\n<p><strong>GET\/api\/shop\/auctions\/winning_auction\/{customerId}.json<br><\/strong>-Get Winning Auctions<\/p>\n\n\n\n<p>Moreover, get auction details in which the customer has participated and is the winner of the auction.<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>sort_by<br>string<br>(query)<\/td><td>Determines the parameter by which the auctions are sorted in the response. <br><em>Default value<\/em>&nbsp;: end_date<\/td><\/tr><tr><td>sort_order<br>string<br>(query)<\/td><td>Also, determines the sorting order.<br><em>Default value<\/em>: desc<\/td><\/tr><tr><td>filter<br>string<br>(query)<\/td><td>Searches only for the auction with the specified &#8216;id\u2019, &#8216;product_name\u2019, &#8216;is_purchased\u2019, \u2018auction_id_lt\u2019 (auction id less than), \u2018auction_id_gt\u2019 (auction id greater than). (Example: {&#8220;id&#8221;:&#8221;10001&#8243;, &#8220;product_name&#8221;:&#8221;White Shirt&#8221;})<br><br><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><strong>NOTE<\/strong>: You need to provide only JSON data in this case.<\/td><\/tr><tr><td>customerId&nbsp;<br>string<br>(path)<br><br>-Required<\/td><td><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">This is the required field.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;winning_auctions&quot;: &#091;\n    {\n      &quot;id&quot;: &quot;10470&quot;,\n      &quot;by_seller&quot;: &quot;0&quot;,\n      &quot;shopify_product_id&quot;: &quot;7038970921145&quot;,\n      &quot;product_handle&quot;: &quot;test-webkul&quot;,\n      &quot;product_title&quot;: &quot;Test Webkul&quot;,\n      &quot;product_url&quot;: &quot;https:\/\/test-webkul.myshopify.com\/products\/new-global-product-1&quot;,\n      &quot;is_purchased&quot;: &quot;0&quot;,\n      &quot;bid_winner_amt&quot;: &quot;75.00&quot;,\n      &quot;quantity&quot;: &quot;1&quot;,\n      &quot;number_of_bids&quot;: &quot;8&quot;,\n      &quot;main_id_variant&quot;: &quot;41237567963321&quot;,\n      &quot;max_proxy_bid&quot;: null,\n      &quot;max_bid&quot;: &quot;75.00&quot;,\n      &quot;system_generated_bid&quot;: null,\n      &quot;checkout_url&quot;: &quot;https:\/\/test-webkul.myshopify.com\/cart\/41237567963321:1&quot;\n    }\n  ]\n}<\/pre>\n\n\n\n<p>Then, it comes to get the start bid.<\/p>\n\n\n\n<p><strong>GET\/api\/shop\/auction\/{auctionId}\/start_bid.json<br><\/strong>-Get Start Bid of Auctions<\/p>\n\n\n\n<p>Moreover, this is used to get start bids by auction ID.<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<br><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>auctionId&nbsp;*<br>string<br>(path)<\/td><td><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">This is the required field.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n&quot;start_bid&quot;: &quot;10.00&quot;\n}<\/pre>\n\n\n\n<p>Then, comes the BID API.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">BID<\/h3>\n<\/div><\/div>\n\n\n\n<p><strong>GET\/api\/shop\/auction\/bidding_list\/{auctionId}.json<br><\/strong>-Get Bidding List<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>NAME<\/strong><\/td><td><strong>DESCRIPTION<\/strong><\/td><\/tr><tr><td>sort_by<br>string<br>(query)<\/td><td>Determines the parameter by which the bids are sorted in the response. <br><em>Default value<\/em>: id<\/td><\/tr><tr><td>sort_order<br>string<br>(query)<\/td><td>Also, determines the sorting order. 1).asc-&gt; ascending 2).desc-&gt; descending<br><em>Default value<\/em>: desc<\/td><\/tr><tr><td><br>filter<br>string<br>(query)<\/td><td>Searches only for the auction with the specified &#8216;bid_id\u2019, &#8216;bid_amount\u2019, &#8216;quantity\u2019, &#8216;is_public\u2019, &#8216;first_name\u2019, &#8216;last_name\u2019, &#8216;bid_date\u2019, \u2018bid_id_lt\u2019 (bid id less than), \u2018bid_id_gt\u2019 (bid id greater than). (Example: {&#8220;id&#8221;:&#8221;10001&#8243;, &#8220;bid_amount&#8221;:&#8221;10&#8243;, &#8220;quantity&#8221;:&#8221;1&#8243;, &#8220;is_public&#8221;:&#8221;1&#8243;, &#8220;first_name&#8221;:&#8221;test&#8221;, &#8220;last_name&#8221;:&#8221;Customer&#8221;, &#8220;bid_date&#8221;:&#8221;2021-09-22&#8243;})<br><br><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><strong>NOTE<\/strong>: You need to provide only JSON data in this case.<\/td><\/tr><tr><td>auctionId&nbsp;<br>string<br>(path)<br><br>-Required<\/td><td>Also, this is the required field.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;Auction_id&quot;: &quot;10470&quot;,\n  &quot;total_bids&quot;: &quot;2&quot;,\n  &quot;max_bid&quot;: &quot;200.00&quot;,\n  &quot;bids&quot;: &#091;\n    {\n      &quot;id&quot;: &quot;93&quot;,\n      &quot;bid_amount&quot;: &quot;200.00&quot;,\n      &quot;quantity&quot;: &quot;1&quot;,\n      &quot;is_public&quot;: &quot;1&quot;,\n      &quot;first_name&quot;: &quot;Demo&quot;,\n      &quot;last_name&quot;: &quot;Webkul1&quot;,\n      &quot;bid_date&quot;: &quot;2021-10-08 19:04:24&quot;\n    },\n    {\n      &quot;id&quot;: &quot;92&quot;,\n      &quot;bid_amount&quot;: &quot;100.00&quot;,\n      &quot;quantity&quot;: &quot;1&quot;,\n      &quot;is_public&quot;: &quot;1&quot;,\n      &quot;first_name&quot;: &quot;Demo&quot;,\n      &quot;last_name&quot;: &quot;Webkul2&quot;,\n      &quot;bid_date&quot;: &quot;2021-10-08 19:04:20&quot;\n    }\n  ]\n}<\/pre>\n\n\n\n<p>Then, comes the API to place bids.<\/p>\n\n\n\n<p><strong>POST\/api\/bids.json<br><\/strong>-Place Bid<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>addBid<br>json<br>(body)<\/td><td>This is used to place a bid.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Then, proceed to check the response.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n&quot;Response&quot;: true,\n&quot;message&quot;: &quot;Bid Placed&quot;,\n&quot;Amount&quot;: 800\n}<\/pre>\n\n\n\n<p>Then, comes the get bid info API.<\/p>\n\n\n\n<p><strong>GET\/api\/shop\/auction\/{auctionId}\/bid\/{bidId}.json<br><\/strong>-Get Bid Information<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>auctionId&nbsp;<br>string<br>(path)<br><br>-Required<\/td><td>Also, used as a unique auction ID. <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">This is the required field.<\/td><\/tr><tr><td>bidId&nbsp;*<br>string<br>(path)<\/td><td>This is a unique bid ID. Also, this is the required field.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Then, check the response:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;bid&quot;: {\n    &quot;id&quot;: &quot;93&quot;,\n    &quot;auction_id&quot;: &quot;10470&quot;,\n    &quot;bid_amount&quot;: &quot;200.00&quot;,\n    &quot;quantity&quot;: &quot;1&quot;,\n    &quot;is_public&quot;: &quot;1&quot;,\n    &quot;auto_bid&quot;: &quot;0&quot;,\n    &quot;system_generated_bid&quot;: &quot;0&quot;,\n    &quot;bid_date&quot;: &quot;2021-10-08 19:04:24&quot;,\n    &quot;customer_id&quot;: &quot;4495404761273&quot;,\n    &quot;email_id&quot;: &quot;demowebkul@webkul.com&quot;,\n    &quot;first_name&quot;: &quot;Demo&quot;,\n    &quot;last_name&quot;: &quot;Webkul&quot;\n  }\n}<\/pre>\n\n\n\n<p>Then, comes the configuration API part.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">CONFIGURATIONS<\/h3>\n<\/div><\/div>\n\n\n\n<p><strong>GET\/api\/auction\/configuration.json<br><\/strong>-Get configuration by the shop.<\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Also, check the parameters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td>type<br>string<br>(query)<\/td><td>get Auction by Type.<br><br><em>Default value<\/em>&nbsp;: general_config<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Now, proceed to check&nbsp;<strong>the response to the request<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Response<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\">passed type = general_config\n\n{\n  &quot;Configuration&quot;: {\n    &quot;general_config&quot;: &#091;\n      {\n        &quot;config_label_name&quot;: &quot;Email&quot;,\n        &quot;input_name&quot;: &quot;email&quot;,\n        &quot;value&quot;: &quot;demowebkul@webkul.com&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Shop Logo&quot;,\n        &quot;input_name&quot;: &quot;shop_logo&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Timezone&quot;,\n        &quot;input_name&quot;: &quot;timezone&quot;,\n        &quot;value&quot;: &quot;234&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Email Notification For Every Bid&quot;,\n        &quot;input_name&quot;: &quot;receive_bid_email&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Enable Twilio SMS Gateway&quot;,\n        &quot;input_name&quot;: &quot;twilio_gateway&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Enable Bootstrap grids&quot;,\n        &quot;input_name&quot;: &quot;bootstrap_layout&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Show Current Bid&quot;,\n        &quot;input_name&quot;: &quot;wk_show_current_bid&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Show Highest Bidder&quot;,\n        &quot;input_name&quot;: &quot;wk_show_highest_bidder&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Show Bid Count&quot;,\n        &quot;input_name&quot;: &quot;wk_show_bid_count&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Show Bid Count (Product Page)&quot;,\n        &quot;input_name&quot;: &quot;wk_show_bid_count_pp&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Show Bid Count (Collection Page)&quot;,\n        &quot;input_name&quot;: &quot;wk_show_bid_count_cp&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Sort Running Auctions&quot;,\n        &quot;input_name&quot;: &quot;auction_sort&quot;,\n        &quot;value&quot;: &quot;4&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Display Current Bid (Product Page)&quot;,\n        &quot;input_name&quot;: &quot;wk_show_current_bid_pp&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Display Current Bid(Collection Page)&quot;,\n        &quot;input_name&quot;: &quot;wk_show_current_bid_cp&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n{\n        &quot;config_label_name&quot;: &quot;Display Start Bid&quot;,\n        &quot;input_name&quot;: &quot;wk_show_start_bid&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Display Start Bid Until Bid Placed (Product Page)&quot;,\n        &quot;input_name&quot;: &quot;wk_show_start_current_bid_pp&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Add Product Type on Shopify Auction Product&quot;,\n        &quot;input_name&quot;: &quot;add_product_type&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Show start bid for Upcoming Auction&quot;,\n        &quot;input_name&quot;: &quot;start_bid_upcoming_auction&quot;,\n        &quot;value&quot;: &quot;0&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;From Email&quot;,\n        &quot;input_name&quot;: &quot;gen_email_from&quot;,\n        &quot;value&quot;: &quot;demowebkul@webkul.com&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;From Name&quot;,\n        &quot;input_name&quot;: &quot;gen_from_name&quot;,\n        &quot;value&quot;: &quot;Demo Webkul&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Include Product Images in Auction Emails&quot;,\n        &quot;input_name&quot;: &quot;show_prod_image&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: null\n      },\n      {\n        &quot;config_label_name&quot;: &quot;Add \\&quot;Sort By\\&quot; Option On Auction Listing Page&quot;,\n        &quot;input_name&quot;: &quot;sort_by_customer&quot;,\n        &quot;value&quot;: &quot;1&quot;,\n        &quot;extra_field&quot;: &quot;&#091;\\&quot;Alphabetically, Z-A\\&quot;,\\&quot;Current Bid, High to Low\\&quot;,\\&quot;Current Bid, Low to High\\&quot;,\\&quot;Auction Ending Soon\\&quot;,\\&quot;Auction Ending Latest\\&quot;]&quot;\n      }\n     \n    ]\n  }\n}<\/pre>\n\n\n\n<p>So, these are the response you will get using the APIs. This was all about the Auction API. <\/p>\n\n\n\n<p>Now, you can now proceed to create your auction website and enable the Auction API via the app.<\/p>\n\n\n\n<p><br><strong>GET\/api\/shop\/auction\/{auctionId}\/bid-rule.json<\/strong><\/p>\n\n\n\n<p>Get Auction Bid Rule by auctionId.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Now, Check the Parameters :<\/strong> <\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>NAME<\/td><td>DESCRIPTION<\/td><\/tr><tr><td><strong>auctionId<\/strong>*<br>(string)<\/td><td>an acution ID, a unique identifier for the auction<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Now proceed to check the response of the request: <\/p>\n\n\n\n<p><strong>RESPONSE<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n    &quot;bid_rule&quot;: &#091;\n        {\n            &quot;bid_from&quot;: &quot;0.00&quot;,\n            &quot;bid_to&quot;: &quot;100.00&quot;,\n            &quot;rate&quot;: &quot;10.00&quot;\n        }\n    ]\n}<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Demo<\/h3>\n<\/div><\/div>\n\n\n\n<p>In case you want to check the demo store of the auction app, <strong><a href=\"https:\/\/auction-10.myshopify.com\/pages\/demo\" target=\"_blank\" rel=\"noreferrer noopener\">Visit<\/a><\/strong>.<br>Also, if you need access from the backend (admin panel), please drop a request at <strong>support@webkul.com<\/strong><\/p>\n\n\n\n<p>Moreover, you can also check the <a href=\"https:\/\/app-sp.webkul.com\/wireframe\/PRODUCT-AUCTION\/\" target=\"_blank\" rel=\"noreferrer noopener\">instructional guide<\/a> of the app.<\/p>\n\n\n\n<p>Then, to check the upgraded features, <a href=\"https:\/\/webkul.com\/blog\/shopify-product-auction-upgraded\" target=\"_blank\" rel=\"noreferrer noopener\">check this out<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Need Help With Auction API?<\/h2>\n\n\n\n<p>Drop your query\/suggestion at&nbsp;<strong>support@webkul.com<\/strong>. Also, you can create a ticket at&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/webkul.uvdesk.com\/\" target=\"_blank\">Webkul UV Desk<\/a>.<\/p>\n\n\n\n<p>Then, <strong><a href=\"https:\/\/webkul.com\/blog\/shopify-product-auction\/\" target=\"_blank\" rel=\"noreferrer noopener\">Know More<\/a><\/strong> about the Product Auction app.<\/p>\n\n\n\n<p>Don&#8217;t have a Shopify store? Then, <a href=\"https:\/\/www.shopify.com\/free-trial?ref=webkul\" target=\"_blank\" rel=\"noreferrer noopener\">create one<\/a>. Furthermore, proceed to create an auction website.<\/p>\n\n\n\n<p>Thanks for reading !!!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introducing Auction API for the Product Auction App for Shopify. Product Auction app helps merchants to run auctions on their stores. Then, customers visit the stores and place bids for the auction products. Now, the merchants using the Product Auction app can get access to the Auction API via the app. API&nbsp;stands for&nbsp;an Application programming <a href=\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":183,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15592,841],"tags":[292,2072,3915,416,10358],"class_list":["post-307910","post","type-post","status-publish","format-standard","hentry","category-knowledge-base-webkul-product-auction","category-shopify","tag-api","tag-auction","tag-auction-on-shopify","tag-product-auction","tag-product-auction-for-shopify"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Auction API Documentation - Product Auction for Shopify<\/title>\n<meta name=\"description\" content=\"This is the detailed user guide of Auction API Documentation for the merchants who are using Product Auction app for Shopify.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Auction API Documentation - Product Auction for Shopify\" \/>\n<meta property=\"og:description\" content=\"This is the detailed user guide of Auction API Documentation for the merchants who are using Product Auction app for Shopify.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-13T17:28:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-29T04:23:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png\" \/>\n<meta name=\"author\" content=\"Supriya Srivastava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Supriya Srivastava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\"},\"author\":{\"name\":\"Supriya Srivastava\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/82e882f9d26265c50d20efca6f27f973\"},\"headline\":\"Auction API Documentation &#8211; Product Auction App for Shopify\",\"datePublished\":\"2021-10-13T17:28:16+00:00\",\"dateModified\":\"2024-10-29T04:23:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\"},\"wordCount\":2564,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png\",\"keywords\":[\"api\",\"auction\",\"auction on shopify\",\"product auction\",\"product auction for shopify\"],\"articleSection\":[\"Knowledge base webkul product auction\",\"Shopify\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\",\"url\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\",\"name\":\"Auction API Documentation - Product Auction for Shopify\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png\",\"datePublished\":\"2021-10-13T17:28:16+00:00\",\"dateModified\":\"2024-10-29T04:23:11+00:00\",\"description\":\"This is the detailed user guide of Auction API Documentation for the merchants who are using Product Auction app for Shopify.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210.png\",\"width\":1285,\"height\":637,\"caption\":\"Screenshot-2021-10-01T171014.210\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Auction API Documentation &#8211; Product Auction App for Shopify\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/82e882f9d26265c50d20efca6f27f973\",\"name\":\"Supriya Srivastava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Supriya Srivastava\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/supriya-srivastava691\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Auction API Documentation - Product Auction for Shopify","description":"This is the detailed user guide of Auction API Documentation for the merchants who are using Product Auction app for Shopify.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/","og_locale":"en_US","og_type":"article","og_title":"Auction API Documentation - Product Auction for Shopify","og_description":"This is the detailed user guide of Auction API Documentation for the merchants who are using Product Auction app for Shopify.","og_url":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-10-13T17:28:16+00:00","article_modified_time":"2024-10-29T04:23:11+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png","type":"","width":"","height":""}],"author":"Supriya Srivastava","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Supriya Srivastava","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/"},"author":{"name":"Supriya Srivastava","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/82e882f9d26265c50d20efca6f27f973"},"headline":"Auction API Documentation &#8211; Product Auction App for Shopify","datePublished":"2021-10-13T17:28:16+00:00","dateModified":"2024-10-29T04:23:11+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/"},"wordCount":2564,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png","keywords":["api","auction","auction on shopify","product auction","product auction for shopify"],"articleSection":["Knowledge base webkul product auction","Shopify"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/","url":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/","name":"Auction API Documentation - Product Auction for Shopify","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210-1200x595.png","datePublished":"2021-10-13T17:28:16+00:00","dateModified":"2024-10-29T04:23:11+00:00","description":"This is the detailed user guide of Auction API Documentation for the merchants who are using Product Auction app for Shopify.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-01T171014.210.png","width":1285,"height":637,"caption":"Screenshot-2021-10-01T171014.210"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/product-auction-api-documentation-for-shopify\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Auction API Documentation &#8211; Product Auction App for Shopify"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/82e882f9d26265c50d20efca6f27f973","name":"Supriya Srivastava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Supriya Srivastava"},"url":"https:\/\/webkul.com\/blog\/author\/supriya-srivastava691\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/307910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/183"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=307910"}],"version-history":[{"count":29,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/307910\/revisions"}],"predecessor-version":[{"id":472093,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/307910\/revisions\/472093"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=307910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=307910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=307910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}