1. Anuncio
Sellmate External Marketplace - API
  • Módulo predefinido
    • Raiz
  • Sellmate - Integracao API Externa
    • Documentação - API
      • Anuncio
        • Listar colecoes do marketplace
          GET
        • Consultar colecao por id interno
          GET
        • Listar marcas do marketplace
          GET
        • Consultar marca por id interno
          GET
        • Notificar criacao ou atualizacao de SKU
          POST
        • Listar produtos/SKUs integrados
          GET
        • Consultar produto/SKU por id interno
          GET
      • Pedidos
        • Enviar atualizacao de status do pedido ao Sellmate
        • Consultar pedido do marketplace
      • Webhooks do Parceiro - Anuncio
        • WEBHOOK - Consultar SKU por partnerId
        • WEBHOOK - Listar SKUs por partnerId
        • WEBHOOK - Receber status da alteracao do SKU
      • Webhooks do Parceiro - Pedidos
        • WEBHOOK - Receber solicitacao de cotacao
        • WEBHOOK - Consultar pedido no parceiro
        • WEBHOOK - Receber pedido
        • WEBHOOK - Receber atualizacao de pedido pago
        • WEBHOOK - Receber atualizacao de pedido despachado
        • WEBHOOK - Receber atualizacao de pedido entregue
        • WEBHOOK - Receber atualizacao de pedido cancelado
    • Esquemas
      • Ack
      • AsyncAccepted
      • ErrorResponse
      • Pagination
      • IntegrationConfiguration
      • UpdateIntegrationConfiguration
      • WebhookEndpoints
      • Collection
      • CollectionListResponse
      • Brand
      • BrandListResponse
      • SkuNotification
      • ProductListResponse
      • ProductSku
      • PublicationStatus
      • StockBalance
      • ProductImage
      • ProductVariation
      • ProductAggregate
      • BrandReference
      • CollectionReference
      • CategoryReference
      • OriginReference
      • ProductDimensions
      • ProductAttribute
      • SkuStatusCallback
      • SkuStatusFailure
      • OrderPayload
      • OrderStore
      • OrderStatusObject
      • OrderProduct
      • OrderService
      • OrderAmount
      • OrderDiscount
      • OrderPayment
      • Customer
      • Inventory
      • Address
      • OrderShipping
      • SellerOrderStatusUpdate
      • Nfe
      • Cancellation
      • Tracking
      • QuoteRequest
      • QuoteResponse
      • QuoteOption
      • SellerOrderAck
      • SellerOrderState
      • MarketplaceOrderStatusEvent
  1. Anuncio

Consultar produto/SKU por id interno

GET
/integrations/external_api/products/{product_id}

Requisição

Parâmetros de Caminho

Respostas

🟢200
application/json
SKU encontrado
Bodyapplication/json

🟠404NotFound
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/integrations/external_api/products/'
Response Response Example
200 - Exemplo 1
{
    "id": 0,
    "partnerId": "SKU-001",
    "sku": "SKU-001",
    "commerceId": "string",
    "name": "Liquidificador 700W - 127V",
    "active": true,
    "barcodeEan": "string",
    "quantity": 0,
    "salePrice": "199.90",
    "listPrice": "149.90",
    "publicationStatus": "UNPUBLISHED",
    "operationalTerm": 2,
    "stock": [
        {
            "inventoryId": 0,
            "inventoryName": "string",
            "quantity": 0
        }
    ],
    "images": [
        {
            "id": 0,
            "url": "http://example.com",
            "main": false,
            "order": 0
        }
    ],
    "variations": [
        {
            "id": 0,
            "name": "Voltagem",
            "value": "127V"
        }
    ],
    "product": {
        "id": 0,
        "partnerId": "PROD-001",
        "commerceId": "string",
        "name": "string",
        "description": "string",
        "active": true,
        "codeNcm": "string",
        "videoUrl": "http://example.com",
        "htmlUrl": "http://example.com",
        "brand": {
            "id": 0,
            "sellerId": 0,
            "name": "string"
        },
        "collections": [
            {
                "id": 0,
                "sellerId": 0,
                "name": "string"
            }
        ],
        "category": {
            "id": 0,
            "name": "string"
        },
        "origin": {
            "id": 0,
            "name": "string"
        },
        "dimensions": {
            "liquidWeight": 0,
            "grossWeight": 0,
            "height": 0,
            "width": 0,
            "length": 0,
            "packageHeight": 0,
            "packageWidth": 0,
            "packageLength": 0,
            "perPackage": 0
        },
        "attributes": [
            {
                "id": 0,
                "name": "string",
                "value": "string"
            }
        ]
    }
}
Modificado em 2026-08-10 12:53:55
Página anterior
Listar produtos/SKUs integrados
Próxima página
Enviar atualizacao de status do pedido ao Sellmate
Built with