Sellmate External Marketplace - API
    • Módulo predefinido
      • Raiz
    • Sellmate - Integracao API Externa
      • Documentação - API
        • Anuncio
          • Listar colecoes do marketplace
          • Consultar colecao por id interno
          • Listar marcas do marketplace
          • Consultar marca por id interno
          • Notificar criacao ou atualizacao de SKU
          • Listar produtos/SKUs integrados
          • Consultar produto/SKU por id interno
        • 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

    ProductListResponse

    {
        "data": [
            {
                "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"
                        }
                    ]
                }
            }
        ],
        "pagination": {
            "totalItems": 0,
            "totalPages": 0,
            "currentPage": 0,
            "pageSize": 0
        }
    }
    Built with