V4 Marketing API
HomeAPI ReferenceChangelog
HomeAPI ReferenceChangelog
V4 Marketing
  1. Tray
  • Facebook Ads
    • Overview
    • Accounts
      GET
    • Ads
      GET
    • Ad Sets
      GET
    • Campaigns
      GET
    • Actions
      GET
    • Ad Creatives
      GET
    • Demographics
      GET
    • Platforms
      GET
    • Regions
      GET
    • Ad Config
      GET
    • Ad Set Config
      GET
    • Campaigns Config
      GET
  • Google Ads
    • Overview
    • Accounts
      GET
    • Ad Group Ads
      GET
    • Ad Groups
      GET
    • Campaigns
      GET
    • Keywords
      GET
    • Age Range
      GET
    • Gender
      GET
    • Geographic
      GET
    • Conversions
      GET
    • Conversion Segmented Ad Group Ads
      GET
    • Conversion Segmented Ad Groups
      GET
    • Conversion Segmented Campaigns
      GET
    • Campaigns Criterion
      GET
    • Ad Group Criterion
      GET
  • Tray
    • Overview
    • List Tray customers
      GET
    • List Tray orders
      GET
    • List Tray order products
      GET
  • Shopify
    • Overview
    • List Shopify customers
    • List Shopify orders
    • List Shopify order items
    • List Shopify products
  1. Tray

List Tray order products

GET
https://api.data.v4.marketing/v1/tray/products
Retrieve products sold in Tray orders with SKU, commission, and category information

Requisição

Authorization
or
Parâmetros de Consulta

Respostas

🟢200OK
application/json
Tray products response
Body

🟠400Bad Request
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.data.v4.marketing/v1/tray/products?workspaceId=workspace_123&organizationId&integrationId&orderId&name&productId&category&page&limit&orderBy&orderDirection'
Response Response Example
200 - Exemplo 1
{
    "data": [
        {
            "quantity": 0,
            "product_id": "string",
            "sold_product_id": "string",
            "order_id": "string",
            "name": "string",
            "price": 0,
            "cost_price": 0,
            "original_price": 0,
            "brand": "string",
            "model": "string",
            "commission": 0,
            "product_image": "string",
            "category": "string",
            "url": "string",
            "integration_id": "string",
            "workspace_id": "string",
            "organization_id": "string",
            "document_id": "string",
            "inserted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "meta": {
        "page": 0,
        "limit": 0,
        "total": 0,
        "totalPages": 0,
        "hasNextPage": true,
        "hasPreviousPage": true
    }
}
Modificado em 2025-11-19 18:24:45
Página anterior
List Tray orders
Próxima página
Overview
Built with