Get Rejected Products

Get Rejected Products

get

Rate limit: 50 requests per minute

Authorizations
Query parameters
style_keyany ofOptional

Style key to search for

stringOptional
or
nullOptional
pageinteger · min: 1Optional

Page number to retrieve items from.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of items per page.

Default: 20
Responses
200

OK

application/json
get
GET /api/v1/products/rejected HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "items": [
    {
      "style_key": "text",
      "rejection_reasons": [
        {
          "key": "text",
          "type": "text",
          "name": "text",
          "description": "text"
        }
      ],
      "rejection_message": "text",
      "rejected_product_ids_hint": {}
    }
  ],
  "pagination": {
    "per_page": 1,
    "page": 1,
    "pages": 1,
    "total": 1,
    "next": "text",
    "prev": "text"
  }
}

Last updated

Was this helpful?