V4 Marketing API
HomeAPI ReferenceChangelog
HomeAPI ReferenceChangelog
V4 Marketing
  1. Shopify
  • 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
    • List Tray orders
    • List Tray order products
  • Shopify
    • Overview
    • List Shopify customers
      GET
    • List Shopify orders
      GET
    • List Shopify order items
      GET
    • List Shopify products
      GET
  1. Shopify

List Shopify products

GET
https://api.data.v4.marketing/v1/shopify/products
Retrieve Shopify products with catalog, inventory, and pricing information

Requisição

Authorization
or
Parâmetros de Consulta

Respostas

🟢200OK
application/json
Shopify 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/shopify/products?workspaceId=workspace_123&organizationId&integrationId&page&limit&orderBy&orderDirection&productType&status&title&publishedStart&publishedEnd&createdStart&createdEnd&id'
Response Response Example
200 - Exemplo 1
{
    "data": [
        {
            "id": "string",
            "title": "string",
            "created_at": "2019-08-24T14:15:22Z",
            "description": "string",
            "status": "string",
            "total_inventory": 0,
            "tracks_inventory": true,
            "product_type": "string",
            "published_at": "2019-08-24T14:15:22Z",
            "category_id": "string",
            "category_name": "string",
            "price_range_v2_max_variant_price_amount": 0,
            "price_range_v2_max_variant_price_currency_code": "string",
            "price_range_v2_min_variant_price_amount": 0,
            "price_range_v2_min_variant_price_currency_code": "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:27:25
Página anterior
List Shopify order items
Built with