Auction Items
You can retrieve your token by visiting Settings > API and clicking Generate API token.
Limit results to auction items the authenticated customer has bid on.
Results per page (1–100).
Available values are startPrice, bidIncrementStrategy, automaticBidding, softClose, totalBids, highBidAmount, minimumBid, currentIncrement, startsAt, endsAt, position, status, enableReserve, reserveMet, processed, createdAt, updatedAt, canceledAt. You can include multiple values by separating them with a comma.
Available values are externalId, displayName, title, price, photoUrl. You can include multiple values by separating them with a comma.
Available values are externalId, title, vendor, type, photoUrl, handle. You can include multiple values by separating them with a comma.
Available values are amount, placedAt. You can include multiple values by separating them with a comma.
Available values are amount, createdAt. You can include multiple values by separating them with a comma.
Available values are amount, notifiedAt, paymentDueAt. You can include multiple values by separating them with a comma.
Comma-separated list of related resources to include in the response. Available values: variant, product, highBid, highBid.customer, viewerMaxBid, viewerWin.
Sort by field. Prefix with - for descending order. Available values: startsAt, -startsAt, endsAt, -endsAt, totalBids, -totalBids.
Paginated set of AuctionItemResource
The provided user does not have access to this resource.
Validation error
GET /storefront/v1/auction-items HTTP/1.1
Host: api.auctionplusapp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"id": "text",
"type": "text",
"attributes": {
"startPrice": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"bidIncrementStrategy": {
"strategy": "text",
"value": {
"amount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
}
}
},
"automaticBidding": {
"enabled": true
},
"softClose": {
"enabled": true
},
"totalBids": 1,
"highBidAmount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"minimumBid": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"currentIncrement": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"startsAt": "2026-01-01T00:00:00.000Z",
"endsAt": "2026-01-01T00:00:00.000Z",
"position": null,
"status": "scheduled",
"enableReserve": true,
"reserveMet": true,
"processed": true,
"createdAt": null,
"updatedAt": null,
"canceledAt": null
},
"meta": {
"viewer": {
"hasBid": true,
"isWatching": true,
"isHighBidder": true
}
},
"relationships": {
"variant": {
"data": {
"type": "variants",
"id": "text"
}
},
"product": {
"data": {
"type": "products",
"id": "text"
}
},
"highBid": {
"data": {
"type": "bids",
"id": "text"
}
},
"viewerMaxBid": {
"data": {
"type": "max-bids",
"id": "text"
}
},
"viewerWin": {
"data": {
"type": "auction-winners",
"id": "text"
}
}
}
}
],
"meta": {
"currentPage": 1,
"from": null,
"lastPage": 1,
"perPage": 1,
"to": null,
"total": 1
}
}You can retrieve your token by visiting Settings > API and clicking Generate API token.
Limit results to auction items the authenticated customer has bid on.
Results per page (1–100).
The text to match against auction item titles.
Available values are startPrice, bidIncrementStrategy, automaticBidding, softClose, totalBids, highBidAmount, minimumBid, currentIncrement, startsAt, endsAt, position, status, enableReserve, reserveMet, processed, createdAt, updatedAt, canceledAt. You can include multiple values by separating them with a comma.
Available values are externalId, displayName, title, price, photoUrl. You can include multiple values by separating them with a comma.
Available values are externalId, title, vendor, type, photoUrl, handle. You can include multiple values by separating them with a comma.
Available values are amount, placedAt. You can include multiple values by separating them with a comma.
Available values are amount, createdAt. You can include multiple values by separating them with a comma.
Available values are amount, notifiedAt, paymentDueAt. You can include multiple values by separating them with a comma.
Comma-separated list of related resources to include in the response. Available values: variant, product, highBid, highBid.customer, viewerMaxBid, viewerWin.
Sort by field. Prefix with - for descending order. Available values: startsAt, -startsAt, endsAt, -endsAt, totalBids, -totalBids.
Paginated set of AuctionItemResource
Unauthenticated
Validation error
GET /storefront/v1/auction-items/search?query=text HTTP/1.1
Host: api.auctionplusapp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"id": "text",
"type": "text",
"attributes": {
"startPrice": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"bidIncrementStrategy": {
"strategy": "text",
"value": {
"amount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
}
}
},
"automaticBidding": {
"enabled": true
},
"softClose": {
"enabled": true
},
"totalBids": 1,
"highBidAmount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"minimumBid": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"currentIncrement": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"startsAt": "2026-01-01T00:00:00.000Z",
"endsAt": "2026-01-01T00:00:00.000Z",
"position": null,
"status": "scheduled",
"enableReserve": true,
"reserveMet": true,
"processed": true,
"createdAt": null,
"updatedAt": null,
"canceledAt": null
},
"meta": {
"viewer": {
"hasBid": true,
"isWatching": true,
"isHighBidder": true
}
},
"relationships": {
"variant": {
"data": {
"type": "variants",
"id": "text"
}
},
"product": {
"data": {
"type": "products",
"id": "text"
}
},
"highBid": {
"data": {
"type": "bids",
"id": "text"
}
},
"viewerMaxBid": {
"data": {
"type": "max-bids",
"id": "text"
}
},
"viewerWin": {
"data": {
"type": "auction-winners",
"id": "text"
}
}
}
}
],
"meta": {
"currentPage": 1,
"from": null,
"lastPage": 1,
"perPage": 1,
"to": null,
"total": 1
}
}You can retrieve your token by visiting Settings > API and clicking Generate API token.
The auction item UID.
1c6af60by54hzdmgxy5ab4ypw0Available values are startPrice, bidIncrementStrategy, automaticBidding, softClose, totalBids, highBidAmount, minimumBid, currentIncrement, startsAt, endsAt, position, status, enableReserve, reserveMet, processed, createdAt, updatedAt, canceledAt. You can include multiple values by separating them with a comma.
Available values are externalId, displayName, title, price, photoUrl. You can include multiple values by separating them with a comma.
Available values are externalId, title, vendor, type, photoUrl, handle. You can include multiple values by separating them with a comma.
Available values are amount, placedAt. You can include multiple values by separating them with a comma.
Available values are amount, createdAt. You can include multiple values by separating them with a comma.
Available values are amount, notifiedAt, paymentDueAt. You can include multiple values by separating them with a comma.
Comma-separated list of related resources to include in the response. Available values: variant, product, highBid, highBid.customer, viewerMaxBid, viewerWin.
AuctionItemResource
Unauthenticated
Validation error
GET /storefront/v1/auction-items/{id} HTTP/1.1
Host: api.auctionplusapp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"id": "text",
"type": "text",
"attributes": {
"startPrice": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"bidIncrementStrategy": {
"strategy": "text",
"value": {
"amount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
}
}
},
"automaticBidding": {
"enabled": true
},
"softClose": {
"enabled": true
},
"totalBids": 1,
"highBidAmount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"minimumBid": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"currentIncrement": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"startsAt": "2026-01-01T00:00:00.000Z",
"endsAt": "2026-01-01T00:00:00.000Z",
"position": null,
"status": "scheduled",
"enableReserve": true,
"reserveMet": true,
"processed": true,
"createdAt": null,
"updatedAt": null,
"canceledAt": null
},
"meta": {
"viewer": {
"hasBid": true,
"isWatching": true,
"isHighBidder": true
}
},
"relationships": {
"variant": {
"data": {
"type": "variants",
"id": "text"
}
},
"product": {
"data": {
"type": "products",
"id": "text"
}
},
"highBid": {
"data": {
"type": "bids",
"id": "text"
}
},
"viewerMaxBid": {
"data": {
"type": "max-bids",
"id": "text"
}
},
"viewerWin": {
"data": {
"type": "auction-winners",
"id": "text"
}
}
}
}
}You can retrieve your token by visiting Settings > API and clicking Generate API token.
The auction item UID.
1c6af60by54hzdmgxy5ab4ypw0Available values are startPrice, bidIncrementStrategy, automaticBidding, softClose, totalBids, highBidAmount, minimumBid, currentIncrement, startsAt, endsAt, position, status, enableReserve, reserveMet, processed, createdAt, updatedAt, canceledAt. You can include multiple values by separating them with a comma.
Available values are amount, placedAt. You can include multiple values by separating them with a comma.
Available values are amount, createdAt. You can include multiple values by separating them with a comma.
Available values are amount, notifiedAt, paymentDueAt. You can include multiple values by separating them with a comma.
Comma-separated list of related resources to include in the response. Available values: highBid, highBid.customer, viewerMaxBid, viewerWin.
The bid amount in major currency units (e.g. 10.50).
The maximum (proxy) bid in major currency units (e.g. 10.50).
AuctionItemResource
The provided user does not have access to this resource.
The provided user does not have access to this resource.
The bid could not be placed. Inspect errors[0].code for the specific reason:
access_denied— the customer is not permitted to bid (e.g. not approved for bidder registration).auction_ended— the auction has already ended.amount_below_start_price— the straight bidamountis below the auction's start price.amount_below_showing_bid— the straight bidamountis at or below the current high bid plus the required increment.meta.minimum_bidshows the minimum acceptable value.max_amount_below_start_price— the max bidmaxAmountis below the auction's start price.meta.minimum_bidshows the start price.max_amount_below_showing_bid— the max bidmaxAmountis at or below the current high bid plus the required increment.meta.minimum_bidshows the minimum acceptable value.max_amount_below_current_bid— the customer is already the high bidder and the newmaxAmountis lower than their existing showing bid.meta.minimum_bidshows the existing bid amount.
POST /storefront/v1/auction-items/{id}/place-bid HTTP/1.1
Host: api.auctionplusapp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"viewerFields": null,
"amount": null,
"maxAmount": null
}{
"data": {
"id": "text",
"type": "text",
"attributes": {
"startPrice": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"bidIncrementStrategy": {
"strategy": "text",
"value": {
"amount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
}
}
},
"automaticBidding": {
"enabled": true
},
"softClose": {
"enabled": true
},
"totalBids": 1,
"highBidAmount": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"minimumBid": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"currentIncrement": {
"value": 1,
"major": "text",
"display": "text",
"currency": "text"
},
"startsAt": "2026-01-01T00:00:00.000Z",
"endsAt": "2026-01-01T00:00:00.000Z",
"position": null,
"status": "scheduled",
"enableReserve": true,
"reserveMet": true,
"processed": true,
"createdAt": null,
"updatedAt": null,
"canceledAt": null
},
"meta": {
"viewer": {
"hasBid": true,
"isWatching": true,
"isHighBidder": true
}
},
"relationships": {
"highBid": {
"data": {
"type": "bids",
"id": "text"
}
},
"viewerMaxBid": {
"data": {
"type": "max-bids",
"id": "text"
}
},
"viewerWin": {
"data": {
"type": "auction-winners",
"id": "text"
}
}
}
},
"meta": {
"status": "outbid"
}
}Last updated