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 orders

GET
https://api.data.v4.marketing/v1/shopify/orders
Retrieve Shopify orders with payment, totals, and lifecycle timestamps

Requisição

Authorization
or
Parâmetros de Consulta

Respostas

🟢200OK
application/json
Shopify orders 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/orders?workspaceId=workspace_123&organizationId&integrationId&page&limit&orderBy&orderDirection&createdStart&createdEnd&lastModifiedStart&lastModifiedEnd&customerId&storeId&name&closedDateStart&closedDateEnd&processedDateStart&processedDateEnd'
Response Response Example
200 - Exemplo 1
{
    "data": [
        {
            "id": "string",
            "cancelled_at": "2019-08-24T14:15:22Z",
            "cancel_reason": "string",
            "closed": true,
            "closed_at": "2019-08-24T14:15:22Z",
            "confirmed": true,
            "created_at": "2019-08-24T14:15:22Z",
            "currency_code": "string",
            "customer_id": "string",
            "customer_email": "user@example.com",
            "email": "user@example.com",
            "fully_paid": true,
            "name": "string",
            "processed_at": "2019-08-24T14:15:22Z",
            "source_name": "string",
            "total_discounts_set_presentment_money_amount": 0,
            "total_discounts_set_presentment_money_currency_code": "string",
            "total_price_set_presentment_money_amount": 0,
            "total_price_set_presentment_money_currency_code": "string",
            "total_received_set_presentment_money_amount": 0,
            "total_received_set_presentment_money_currency_code": "string",
            "total_refunded_set_presentment_money_amount": 0,
            "total_refunded_set_presentment_money_currency_code": "string",
            "total_shipping_price_set_presentment_money_amount": 0,
            "total_shipping_price_set_presentment_money_currency_code": "string",
            "total_tax_set_presentment_money_amount": 0,
            "total_tax_set_presentment_money_currency_code": "string",
            "updated_at": "2019-08-24T14:15:22Z",
            "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 customers
Próxima página
List Shopify order items
Built with