Skip to main content
GET
/
v1
/
partner
/
products
/
requests
List product requests
curl --request GET \
  --url http://localhost:3000/v1/partner/products/requests
{
  "requests": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "request_type": "claim",
      "status": "pending",
      "partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "sellable_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "proposed_changes": {},
      "proposed_wholesale_price": 123,
      "proposed_selling_price": 123,
      "proposed_commission_rate": 123,
      "rejection_reason": "<string>",
      "admin_notes": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Response

Product requests

requests
object[]
required
total
number
required