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

    QuoteRequest

    {
        "sellerId": 0,
        "quoteId": "string",
        "items": [
            {
                "partnerId": "string",
                "quantity": 1,
                "listPrice": "string",
                "dimensions": {
                    "liquidWeight": 0,
                    "grossWeight": 0,
                    "height": 0,
                    "width": 0,
                    "length": 0,
                    "packageHeight": 0,
                    "packageWidth": 0,
                    "packageLength": 0,
                    "perPackage": 0
                }
            }
        ],
        "deliveryAddress": {
            "postalCode": "string",
            "address": "string",
            "number": "string",
            "complement": "string",
            "neighborhood": "string",
            "city": "string",
            "state": "string",
            "country": "string"
        }
    }
    Built with