Skip to main content
POST
/
alpha
/
merchant
/
products
Create a new product
curl --request POST \
  --url https://api.auctionnow.io/api/alpha/merchant/products \
  --header 'Authorization: <authorization>'
{
  "message": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.auctionnow.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Your Auction Now API key as a Bearer token

Example:

"Bearer ak_XXXXXXX"

Response

Bad Request - Validation error or invalid input

message
string
required
error
required