---
title: "Shopping Product Merchant Urls"
method: POST
path: "/v1/reports/shopping/product-merchant-urls"
tags: ["Reports"]
---

# Shopping Product Merchant Urls

`POST /v1/reports/shopping/product-merchant-urls`

## Request body

- ShoppingProductMerchantUrlsQuery
  - `category_id` string, uuid, required
  - `product_names` string[], required
  - `start_date` string, date-time, required
  - `end_date` string, date-time, required

## Response `200`

Successful Response

- ShoppingRowsResponse
  - `info` Info, required — Base model for report information.
    - `total_rows` integer, required
    - `query` object, nullable
  - `data` object[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cooper-square-technologies/apis/external-api.md) · [All operations](https://skmtc.net/cooper-square-technologies/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cooper-square-technologies/external-api/versions/ab03b3c80494/schema)
