V4 Marketing API
HomeAPI Reference
Changelog
HomeAPI Reference
Changelog
V4 Marketing
  1. Shopify
  • Guia Rápido
  • Facebook Ads
    • Overview
    • Accounts
    • Ads
    • Ad Sets
    • Campaigns
    • Actions
    • Ad Creatives
    • Demographics
    • Platforms
    • Regions
    • Ad Config
    • Ad Set Config
    • Campaigns Config
  • Google Ads
    • Overview
    • Accounts
    • Ad Group Ads
    • Ad Groups
    • Campaigns
    • Keywords
    • Age Range
    • Gender
    • Geographic
    • Conversions
    • Conversion Segmented Ad Group Ads
    • Conversion Segmented Ad Groups
    • Conversion Segmented Campaigns
    • Campaigns Criterion
    • Ad Group Criterion
  • Tray
    • Overview
    • Customers
    • Orders
    • Products
  • Shopify
    • Overview
    • Customers
      GET
    • Orders
      GET
    • Order Items
      GET
    • Products
      GET
HomeAPI Reference
Changelog
HomeAPI Reference
Changelog
V4 Marketing
  1. Shopify

Products

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

Requisição

Authorization
API Key
Adicionar parâmetro em header
x-client-id
Exemplo:
x-client-id: ********************
API Key
Adicionar parâmetro em header
x-client-secret
Exemplo:
x-client-secret: ********************
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' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>'
Response Response Example
200 - Exemplo 1
{
    "data": [
        {
            "id": "string",
            "title": "string",
            "created_at": "2019-08-24T14:15:22.123Z",
            "description": "string",
            "status": "string",
            "total_inventory": 0,
            "tracks_inventory": true,
            "product_type": "string",
            "published_at": "2019-08-24T14:15:22.123Z",
            "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:22.123Z"
        }
    ],
    "meta": {
        "page": 0,
        "limit": 0,
        "hasNextPage": true,
        "hasPreviousPage": true
    }
}
Modificado em 2025-12-01 14:45:25
Página anterior
Order Items
Built with