Desglose campos pedidos

Descripción

Caso 1: Canal X - ID pedido X - ID cuenta Yuju: X

Concepto generalNivelDónde se encuentra en el JSONExplicación
Precio original del productoitems->product_original_priceAunque está en el JSON, no leer esta información. No viene a nivel pedido, sino a nivel producto.
Precio unitario productoUnidaditems->pricePrecio publicado (sin o con descuento) de la publicación.
Cantidad de unidad por productoArtículoitems->quantity
Total precio productoArtículo= Precio unitario producto * Cantidad de unidad por producto
Descuento productoArtículoitems->discounts->amount
Descuento productoPedidodiscounts->amount
Total costo envió productoPedido
Costo envío pagado por el compradorPedidoshipping_cost
Costo envío asumido por el vendedorPedidoseller_shipping_cost
Cargo extraArtículoitems->extra_charges->cost
Cargo extraPedidoextra_charges->cost
CuponesSon parte de los descuentos, se pueden detectar a partir de los atributos note y name.
Comisión del canalArtículomarketplace_fee
Comisión del canalPedidoitems->marketplace_fee
Impuesto IVA
Total pedidoPedidototal
Total pagadoPedidopaid_total
Total a pagar al vendedorPedidopaid_total_to_seller

Ejemplo MercadoLibre México

Concepto generalNivelDónde se encuentra en el JSONValorExplicación
Precio original del productoitems->product_original_price
Precio unitario productoUnidaditems->price84,5
Cantidad de unidad por productoArtículoitems->quantity4
Total precio productoArtículo338items->price * items->quantity
Descuento productoArtículoitems->discounts->amount201,78El Item tiene 4 descuentos: channel coupon (6.04 + 10.82 + 2.92) y merchant offer/campaña (182). Se ignora los coupones del channel.
Descuento productoPedido
Total costo envió productoPedido
Costo envío pagado por el compradorPedidoshipping_cost0
Costo envío asumido por el vendedorPedidoseller_shipping_cost0
Cargo extraArtículoitems->extra_charges->cost
Cargo extraPedidoextra_charges->cost
Descuentos y cuponesPedido
Comisión del canalArtículomarketplace_fee165,92
Comisión del canalPedidoitems->marketplace_fee165,92
Impuesto IVA
Total pedidoPedidototal338
Total pagadoPedidopaid_total338338
Total a pagar al vendedorPedido"paid_total_to_seller"172,08172,08

{
  "marketplace_fee": "165.92",
  "customer": {
    "doc_number": null,
    "phone": "",
    "phone2": "",
    "last_name": "Camarena Serratos",
    "customer_id": "123551294",
    "doc_type": null,
    "nickname": "JORGECAMARENA878",
    "email": "[email protected]",
    "first_name": "Jorge Abraham"
  },
  "shipping_address": {
    "phone": "XXXXXXX",
    "lon": "-103.344407",
    "address": "Calle San Vicente 23",
    "neighborhood": "Villa de Guadalupe",
    "country": "México",
    "id": "45190172052",
    "region": "Jalisco",
    "reference": "Fachada azul con un puesto café afuera y una barbería  Entre: San Raymundo y San Nicolas",
    "first_name": "jorge camarena",
    "street_name": "Calle San Vicente",
    "postal_code": "45189",
    "last_name": "",
    "lat": "20.748268",
    "city": "Zapopan",
    "email": null,
    "street_number": "23"
  },
  "meli_chat_status": null,
  "extra": {
    "pack_id": "2000008540512453"
  },
  "payment_detail": [
    {
      "currency": "MXN",
      "extra": {
        "binary_mode": false,
        "live_mode": true,
        "point_of_interaction": {
          "transaction_data": {
            "e2e_id": null
          },
          "application_data": {
            "operating_system": null,
            "version": null,
            "name": null
          },
          "type": "CHECKOUT",
          "location": {
            "source": "shipment",
            "state_id": "MX-JAL"
          },
          "business_info": {
            "branch": "Marketplace",
            "unit": "marketplace",
            "sub_unit": "cart"
          }
        },
        "description": "Energizer Boton Cr2032 5 Unidades 3v",
        ...
      },
      ...
    }
  ],
  ...
}

Ejemplo MercadoLibre Colombia

Concepto generalDónde se encuentra en el JSONValorExplicación
Precio original del productoitems->product_original_price1099000
Precio unitario productoitems->price919900
Cantidad de unidad por productoitems->quantity1
Total precio producto919900items->price * items->quantity
Descuento productoitems->discounts->amount249100El Item tiene 4 descuentos: channel (20000), merchant offer/campaña (179100), merchant coupon (729 + 49271 = 50000).
Descuento productodiscounts->amount
Total costo envió producto
Costo envío pagado por el compradorshipping_cost0
Costo envío asumido por el vendedorseller_shipping_cost22650
Cargo extraitems->extra_charges->cost
Cargo extraextra_charges->cost
Cupones
Comisión del canalmarketplace_fee95689
Comisión del canalitems->marketplace_fee95689
Impuesto IVA
Total pedidototal869900
Total pagadopaid_total869900869900
Total a pagar al vendedorpaid_total_to_seller751561751561

"{
    "marketplace_fee": "95689",
    "customer": {
        "doc_number": "1118257604",
        "phone": "",
        "phone2": "",
        "last_name": "Mayorga",
        "customer_id": "237437706",
        "doc_type": "CC",
        "nickname": "HUBERHTALEXISMAYORGA",
        "email": "[email protected]",
        "first_name": "Huberht Alexis"
    },
    "shipping_address": {
        "phone": "XXXXXXX",
        "lon": "-76.494361",
        "address": "Carrera 4 #6-35",
        "neighborhood": "Belalcazar",
        "country": "Colombia",
        "id": "45121706843",
        "region": "Valle Del Cauca",
        "reference": "En Seguida Banco Popular",
        "first_name": "uber Hern\u00e1n Mayorga Verdugo",
        "street_name": "Carrera 4",
        "postal_code": "760501",
        "last_name": "",
        "lat": "3.583781",
        "city": "Yumbo",
        "email": null,
        "street_number": "#6-35"
    },
    "meli_chat_status": null,
    "extra": {
        "pack_id": null
    },
    "payment_detail": [
        {
            "currency": "COP",
            "extra": {
                "binary_mode": false,
                "build_version": "3.113.0-rc-2",
                "point_of_interaction": {
                    "application_data": {
                        "operating_system": null,
                        "version": null,
                        "name": null
                    },
                    "location": {
                        "source": "shipment",
                        "state_id": "CO-VAC"
                    },
                    "type": "CHECKOUT",
                    "transaction_data": {
                        "e2e_id": null
                    },
                    "business_info": {
                        "branch": "Marketplace",
                        "unit": "marketplace",
                        "sub_unit": "checkout_on"
                    }
                },
                "description": "Ecotank L3251 (110v) Latin Aio Wi-fi",
                "collector_id": 478332182,
                "acquirer_reconciliation": [],
                "transaction_amount_refunded": 0,
                "accounts_info": null,
                "date_approved": "2025-07-05T00:38:18.000-04:00",
                "shipping_amount": 0,
                "store_id": null,
                "notification_url": null,
                "taxes": [
                    {
                        "type": "IVA",
                        "value": null
                    }
                ],
                "financing_group": "mco-meli-mkt-psj-clasico-3x",
                "status_detail": "accredited",
                "counter_currency": null,
                "merchant_account_id": null,
                "release_info": null,
                "captured": true,
                "merchant_number": null,
                "date_created": "2025-07-05T00:36:42.000-04:00",
                "pos_id": null,
                "order": {
                    "type": "mercadolibre",
                    "id": "2000012184822190"
                },
                "date_last_updated": "2025-07-08T18:08:40.000-04:00",
                "marketplace_owner": null,
                "additional_info": {
                    "items": [
                        {
                            "quantity": "1",
                            "unit_price": "919900",
                            "category_id": "MCO1676",
                            "title": "Ecotank L3251 (110v) Latin Aio Wi-fi",
                            "id": "MCO1607311473"
                        }
                    ],
                    "ip_address": "181.78.84.11",
                    "tracking_id": "platform:v1-whitelabel,so:ALL,type:N/A,security:none"
                },
                "money_release_schema": null,
                "processing_mode": "aggregator",
                "differential_pricing_id": null,
                "charges_execution_info": {
                    "internal_execution": {
                        "execution_id": "01JZCDYKJHAE5HCF5HPWJBAMHY",
                        "date": "2025-07-05T00:36:42.751-04:00"
                    }
                },
                "status": "approved",
                "payment_type_id": "account_money",
                "payment_method": {
                    "type": "account_money",
                    "issuer_id": "2013",
                    "id": "account_money"
                },
                "authorization_code": null,
                "platform_id": null,
                "date_of_expiration": null,
                "operation_type": "regular_payment",
                "live_mode": true,
                "refunds": [],
                "card": {},
                "transaction_details": {
                    "financial_institution": null,
                    "external_resource_url": null,
                    "installment_amount": 0,
                    "payment_method_reference_id": null,
                    "acquirer_reference": null,
                    "overpaid_amount": 0,
                    "payable_deferral_period": null,
                    "net_received_amount": 13400,
                    "total_paid_amount": 13400
                },
                "transaction_amount": 14129,
                "external_reference": "2000012184822190",
                "currency_id": "COP",
                "id": 117459837406,
                "issuer_id": "2013",
                "call_for_authorize_id": null,
                "payer": {
                    "entity_type": null,
                    "phone": {},
                    "type": "registered",
                    "last_name": null,
                    "id": "237437706",
                    "operator_id": null,
                    "email": null,
                    "identification": {},
                    "first_name": null
                },
                "money_release_date": "2025-07-10T18:08:36.000-04:00",
                "installments": 1,
                "statement_descriptor": null,
                "taxes_amount": 0,
                "deduction_schema": null,
                "integrator_id": null,
                "brand_id": null,
                "charges_details": [
                    {
                        "client_id": 0,
                        "amounts": {
                            "original": 729,
                            "refunded": 0
                        },
                        "type": "coupon",
                        "id": "117459837406-001",
                        "date_created": "2025-07-05T00:36:42.000-04:00",
                        "last_updated": "2025-07-05T00:36:42.000-04:00",
                        "metadata": {
                            "coupon_fee": 729,
                            "items_group": "d4f480112fdd900bc43d17bd2626529d7367835f",
                            "meli_campaign": null,
                            "campaign_id": 2251807477813795,
                            "source": "client",
                            "campaign_type": "2db23eda-6b08-4c70-b8a3-5455ec12e555",
                            "coupon_id": 2251807477813795,
                            "campaign_marketplace": "MELI"
                        },
                        "accounts": {
                            "from": "ml",
                            "to": "payer"
                        },
                        "reserve_id": null,
                        "name": "coupon_code",
                        "refund_charges": []
                    },
                    {
                        "client_id": 0,
                        "amounts": {
                            "original": 729,
                            "refunded": 0
                        },
                        "type": "coupon",
                        "id": "117459837406-002",
                        "date_created": "2025-07-05T00:36:43.000-04:00",
                        "last_updated": "2025-07-05T00:36:43.000-04:00",
                        "metadata": {
                            "campaign_type": "2db23eda-6b08-4c70-b8a3-5455ec12e555",
                            "coupon_type": "coupon_code",
                            "coupon_id": 2251807477813795,
                            "campaign_marketplace": "MELI",
                            "reference_charge": "117459837406-001"
                        },
                        "accounts": {
                            "from": "collector",
                            "to": "ml"
                        },
                        "reserve_id": null,
                        "name": "coupon_fee",
                        "refund_charges": []
                    }
                ],
                "metadata": {
                    "official_store_id": 71
                },
                "sponsor_id": null,
                "money_release_status": "pending",
                "corporation_id": null,
                "fee_details": [
                    {
                        "fee_payer": "collector",
                        "type": "coupon_fee",
                        "amount": 729
                    }
                ],
                "coupon_amount": 729,
                "tags": [
                    "lower_payment"
                ],
                "net_amount": 13400,
                "payment_method_id": "account_money"
            },
            "method": "account_money",
            "id": "117459837406",
            "acredited_at": "2025-07-05T04:38:18",
            "amount": "14129.0"
        },
        {
            "currency": "COP",
            "extra": {
                "binary_mode": false,
                "date_of_expiration": null,
                "point_of_interaction": {
                    "application_data": {
                        "operating_system": null,
                        "version": null,
                        "name": null
                    },
                    "location": {
                        "source": "shipment",
                        "state_id": "CO-VAC"
                    },
                    "type": "CHECKOUT",
                    "transaction_data": {
                        "e2e_id": null
                    },
                    "business_info": {
                        "branch": "Marketplace",
                        "unit": "marketplace",
                        "sub_unit": "checkout_on"
                    }
                },
                "description": "Ecotank L3251 (110v) Latin Aio Wi-fi",
                "collector_id": 478332182,
                "acquirer_reconciliation": [],
                "transaction_amount_refunded": 0,
                "accounts_info": null,
                "date_approved": "2025-07-05T00:38:17.000-04:00",
                "shipping_amount": 0,
                "store_id": null,
                "notification_url": null,
                "taxes": [
                    {
                        "type": "IVA",
                        "value": null
                    }
                ],
                "financing_group": "mco-meli-mkt-psj-clasico-3x",
                "status_detail": "accredited",
                "counter_currency": null,
                "merchant_account_id": null,
                "release_info": null,
                "captured": true,
                "merchant_number": null,
                "date_created": "2025-07-05T00:36:42.000-04:00",
                "pos_id": null,
                "order": {
                    "type": "mercadolibre",
                    "id": "2000012184822190"
                },
                "date_last_updated": "2025-07-08T18:08:39.000-04:00",
                "marketplace_owner": null,
                "additional_info": {
                    "items": [
                        {
                            "quantity": "1",
                            "unit_price": "919900",
                            "category_id": "MCO1676",
                            "title": "Ecotank L3251 (110v) Latin Aio Wi-fi",
                            "id": "MCO1607311473"
                        }
                    ],
                    "ip_address": "181.78.84.11",
                    "tracking_id": "platform:v1-whitelabel,so:ALL,type:N/A,security:none"
                },
                "money_release_schema": null,
                "processing_mode": "aggregator",
                "differential_pricing_id": null,
                "charges_execution_info": {
                    "internal_execution": {
                        "execution_id": "01JZCDYKJ44V29GK07JJZ5X06X",
                        "date": "2025-07-05T00:36:42.737-04:00"
                    }
                },
                "status": "approved",
                "payment_type_id": "bank_transfer",
                "payment_method": {
                    "type": "bank_transfer",
                    "issuer_id": "1037",
                    "id": "pse"
                },
                "authorization_code": null,
                "platform_id": null,
                "build_version": "3.113.0-rc-2",
                "operation_type": "regular_payment",
                "live_mode": true,
                "refunds": [],
                "card": {},
                "transaction_details": {
                    "financial_institution": "1507",
                    "external_resource_url": "https://www.mercadolibre.com.co/payments/116963917851/bank_transfer?caller_id=237437706&hash=29857100-4fb1-430a-ae83-e7fa874f9cdf",
                    "net_received_amount": 738161,
                    "installment_amount": 0,
                    "transaction_id": "1605026256",
                    "bank_transfer_id": 262295317,
                    "payment_method_reference_id": null,
                    "acquirer_reference": null,
                    "overpaid_amount": 0,
                    "payable_deferral_period": null,
                    "total_paid_amount": 836500
                },
                "transaction_amount": 905771,
                "external_reference": "2000012184822190",
                "currency_id": "COP",
                "id": 116963917851,
                "issuer_id": "1037",
                "call_for_authorize_id": null,
                "payer": {
                    "entity_type": null,
                    "phone": {},
                    "type": "registered",
                    "last_name": null,
                    "id": "237437706",
                    "operator_id": null,
                    "email": null,
                    "identification": {},
                    "first_name": null
                },
                "money_release_date": "2025-07-10T18:08:36.000-04:00",
                "installments": 1,
                "statement_descriptor": null,
                "taxes_amount": 0,
                "deduction_schema": null,
                "integrator_id": null,
                "brand_id": null,
                "charges_details": [
                    {
                        "client_id": 0,
                        "amounts": {
                            "original": 20000,
                            "refunded": 0
                        },
                        "type": "coupon",
                        "id": "116963917851-001",
                        "date_created": "2025-07-05T00:36:42.000-04:00",
                        "last_updated": "2025-07-05T00:36:42.000-04:00",
                        "metadata": {
                            "coupon_fee": null,
                            "items_group": "778dfb6aec366cde4bb3f2e2111edde75189ece5",
                            "meli_campaign": "P-MCO15057064",
                            "campaign_id": 2251807477808189,
                            "source": "client",
                            "campaign_type": "7f0d80d6-1f49-40c3-88ec-91b3d49746e3",
                            "coupon_id": 2251807477808189,
                            "item_id": "MCO1607311473",
                            "campaign_marketplace": "MELI"
                        },
                        "accounts": {
                            "from": "ml",
                            "to": "payer"
                        },
                        "reserve_id": 102531939063,
                        "name": "coupon_rebate",
                        "refund_charges": []
                    },
                    {
                        "client_id": 0,
                        "amounts": {
                            "original": 49271,
                            "refunded": 0
                        },
                        "type": "coupon",
                        "id": "116963917851-002",
                        "date_created": "2025-07-05T00:36:42.000-04:00",
                        "last_updated": "2025-07-05T00:36:42.000-04:00",
                        "metadata": {
                            "coupon_fee": 49271,
                            "items_group": "ed12a326cb9594ad6752d7b9bb0bf89c47e79be1",
                            "meli_campaign": null,
                            "campaign_id": 2251807477813797,
                            "source": "client",
                            "campaign_type": "2db23eda-6b08-4c70-b8a3-5455ec12e555",
                            "coupon_id": 2251807477813797,
                            "campaign_marketplace": "MELI"
                        },
                        "accounts": {
                            "from": "ml",
                            "to": "payer"
                        },
                        "reserve_id": null,
                        "name": "coupon_code",
                        "refund_charges": []
                    },
                    {
                        "client_id": 0,
                        "amounts": {
                            "original": 49271,
                            "refunded": 0
                        },
                        "type": "coupon",
                        "id": "116963917851-003",
                        "date_created": "2025-07-05T00:36:44.000-04:00",
                        "last_updated": "2025-07-05T00:36:44.000-04:00",
                        "metadata": {
                            "campaign_type": "2db23eda-6b08-4c70-b8a3-5455ec12e555",
                            "coupon_type": "coupon_code",
                            "coupon_id": 2251807477813797,
                            "campaign_marketplace": "MELI",
                            "reference_charge": "116963917851-002"
                        },
                        "accounts": {
                            "from": "collector",
                            "to": "ml"
                        },
                        "reserve_id": null,
                        "name": "coupon_fee",
                        "refund_charges": []
                    },
                    {
                        "client_id": 6001919313095062,
                        "amounts": {
                            "original": 22650,
                            "refunded": 0
                        },
                        "type": "shipping",
                        "id": "116963917851-004",
                        "date_created": "2025-07-05T00:38:19.000-04:00",
                        "last_updated": "2025-07-05T00:38:19.000-04:00",
                        "metadata": {
                            "source": "deferred-charges",
                            "shipment_id": 45121706843
                        },
                        "accounts": {
                            "from": "collector",
                            "to": "1986565476"
                        },
                        "reserve_id": null,
                        "name": "shp_cross_docking",
                        "refund_charges": []
                    },
                    {
                        "client_id": 5084470480389975,
                        "amounts": {
                            "original": 95689,
                            "refunded": 0
                        },
                        "type": "fee",
                        "id": "116963917851-005",
                        "date_created": "2025-07-05T00:38:24.000-04:00",
                        "last_updated": "2025-07-05T00:38:24.000-04:00",
                        "metadata": {
                            "source": "deferred-charges"
                        },
                        "accounts": {
                            "from": "collector",
                            "to": "ml"
                        },
                        "reserve_id": null,
                        "name": "meli_fee",
                        "refund_charges": []
                    }
                ],
                "metadata": {
                    "official_store_id": 71
                },
                "sponsor_id": null,
                "money_release_status": "pending",
                "callback_url": null,
                "corporation_id": null,
                "fee_details": [
                    {
                        "fee_payer": "collector",
                        "type": "coupon_fee",
                        "amount": 49271
                    },
                    {
                        "fee_payer": "collector",
                        "type": "application_fee",
                        "amount": 95689
                    }
                ],
                "coupon_amount": 69271,
                "tags": null,
                "net_amount": null,
                "payment_method_id": "pse"
            },
            "method": "pse",
            "id": "116963917851",
            "acredited_at": "2025-07-05T04:38:17",
            "amount": "905771.0"
        }
    ],
    "delivery_deadline": null,
    "peru_link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4NDM0Ni0xNS0yMDAwMDEyMTg0ODIyMTkw&country_code=CO&form_type=full",
    "int_external": null,
    "billing_address": {
        "phone": null,
        "extra": {
            "doc_type": "CC"
        },
        "street_int_number": null,
        "address": "Carrera 4 #6-35",
        "id": null,
        "country": "Colombia",
        "neighborhood": "Belalcazar",
        "region": "Valle Del Cauca",
        "reference": "font color39B54AGratisfont",
        "taxid": "1118257604",
        "name": "Uber Hernan Mayorga Verdugo",
        "street_name": "Carrera 4",
        "postal_code": null,
        "city": "Yumbo",
        "use_cfdi": null,
        "email": null,
        "street_number": "#6-35"
    },
    "currency": "cop",
    "link_shipping_form": "https://apps.yuju.io/customer/order/shipping?token=MTA4NDM0Ni0xNS0yMDAwMDEyMTg0ODIyMTkw&country_code=CO",
    "total": "869900.0",
    "shipping_cost": "0",
    "id_shop": 1084346,
    "cart_orders": [],
    "order_created_at": "2025-07-04T23:36:41-05:00",
    "cancel_detail": "{}",
    "fulfillment_type": null,
    "invoice": {
        "required": "1",
        "error": "",
        "pk": "",
        "status": "pending",
        "rfc": "1118257604"
    },
    "sla": {
        "due_date": "2025-07-08T04:59:59+00:00"
    },
    "payment_method": "account_money,bank_transfer",
    "paid_total": "869900.0",
    "notes": false,
    "discounts": [],
    "coupon": null,
    "payment_references": [
        "117459837406",
        "116963917851"
    ],
    "id_channel": 15,
    "reference": "2000012184822190",
    "status": "close",
    "int_channel": null,
    "last_notified_progress": "delivered",
    "seller_shipping_cost": "22650",
    "shipping_detail": null,
    "id_order": "2000012184822190",
    "progress": [
        {
            "status": "done",
            "name": "paid"
        },
        {
            "status": "done",
            "name": "ready_to_ship"
        },
        {
            "status": "done",
            "name": "shipped"
        },
        {
            "status": "done",
            "name": "delivered"
        }
    ],
    "paid_total_to_seller": "751561",
    "ff_type": "fbm",
    "claims": null,
    "extra_charges": [],
    "customer_detail": null,
    "payment_accredited_at": "2025-07-04T23:38:17-05:00",
    "link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4NDM0Ni0xNS0yMDAwMDEyMTg0ODIyMTkw&country_code=CO",
    "tags": [
        "shipment_me2",
        "logistic_cross_docking"
    ],
    "order_updated_at": "2025-07-08T17:08:38-05:00",
    "actions": [
        "feedback"
    ],
    "items": [
        {
            "product": {
                "custom_s1": "EPS0003090",
                "discount": null,
                "custom_variation": null,
                "is_virtual": false,
                "gtin": "10343958104",
                "brand": "Epson",
                "custom_i5": null,
                "custom_s2": null,
                "asin": null,
                "ean": "10343958104",
                "cost": null,
                "custom_f4": null,
                "id_product": "29651881",
                "product_code_sat": null,
                "official_store_id": "71",
                "discount_from": null,
                "custom_i2": null,
                "mpn": "C11CJ67302",
                "custom_f2": null,
                "jan": null,
                "stock": 60,
                "custom_i1": null,
                "channel_stock": null,
                "dimensions_unit": "cm",
                "shipping_width": "40.005",
                "tags": null,
                "custom_f5": null,
                "custom_i4": null,
                "special_price": null,
                "price": "1099000.0",
                "weight": "5.438572516300001",
                "weight_unit": "kg",
                "id_parent": null,
                "msrp": null,
                "model": "L3251 (110V) Latin",
                "custom_f3": null,
                "color": "negro",
                "special_price_amz": null,
                "custom_f1": null,
                "color_text": null,
                "upc": "10343958104",
                "custom_variation_name": null,
                "discount_to": null,
                "images": [
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/da19fcd2-5ba8-4e61-b644-a79c8a770d29.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/53e768c3-e40c-4cb1-b733-1253e196102c.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/b0b81e46-b23c-420b-950c-42aaa17f1232.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/3232d447-4d65-424e-8bae-a865c8383fc7.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/7cccda61-f2d8-4bcf-81a2-46569b12f3bd.jpg"
                ],
                "custom_i3": null,
                "shipping_depth": "42.0116",
                "shipping_height": "23.012400000000003",
                "custom_s3": null,
                "name": "EcoTank L3251 (110V) LATIN AIO WI-FI",
                "size": null,
                "isbn_10": null,
                "secondary_color": null,
                "special_price_linio": null,
                "part_number": null,
                "custom_s5": null,
                "measure_unit_code_sat": null,
                "isbn_13": null,
                "custom_s4": null
            },
            "channel_sku": "PT337EPS89",
            "ff_type": "fbm",
            "status": "delivered",
            "marketplace_fee": "95689",
            "price": "919900.0",
            "currency": "cop",
            "discounts": [
                {
                    "name": "coupon",
                    "id": null,
                    "covered_by": [
                        {
                            "amount": "20000.0",
                            "entity": "channel"
                        }
                    ],
                    "amount": "20000.0",
                    "currency": "COP",
                    "note": "ID del coupon: 2251807477808189. Campa\u00f1a: P-MCO15057064."
                },
                {
                    "name": "coupon",
                    "id": null,
                    "covered_by": [
                        {
                            "amount": "729.0",
                            "entity": "merchant"
                        }
                    ],
                    "amount": "729.0",
                    "currency": "COP",
                    "note": "ID del coupon: 2251807477813795."
                },
                {
                    "name": "coupon",
                    "id": null,
                    "covered_by": [
                        {
                            "amount": "49271.0",
                            "entity": "merchant"
                        }
                    ],
                    "amount": "49271.0",
                    "currency": "COP",
                    "note": "ID del coupon: 2251807477813797."
                },
                {
                    "name": "discount",
                    "id": null,
                    "covered_by": [
                        {
                            "amount": "179100.0",
                            "entity": "merchant"
                        }
                    ],
                    "amount": "179100.0",
                    "currency": "COP",
                    "note": "ID oferta: OFFER-MCO1607311473-10993743841."
                }
            ],
            "id_order": "2000012184822190",
            "id_item": "MCO1607311473",
            "id_channel": 15,
            "extra": null,
            "coupon_code": null,
            "carrier": "Normal a domicilio",
            "delivery_time": null,
            "is_combo": false,
            "name": "Ecotank L3251 (110v) Latin Aio Wi-fi",
            "extra_charges": [],
            "providers": [],
            "product_id": "MCO1607311473",
            "quantity": 1,
            "id_shop": 1084346,
            "sku": "PT337EPS89",
            "combo_components": [],
            "tracking_code": "MEL45121706843LMXDF01",
            "coupon_value": null,
            "stock": 11,
            "id_product": "29651881",
            "product_original_price": "1099000.0",
            "product_special_price": null,
            "comments": null,
            "shipments": [
                {
                    "tracking_url": null,
                    "id": "45121706843",
                    "warehouse": {},
                    "status_history": {
                        "date_first_printed": null,
                        "date_not_delivered": null,
                        "date_cancelled": null,
                        "date_shipped": "2025-07-08T01:55:50.148000+00:00",
                        "date_ready_to_ship": "2025-07-05T04:38:23.183000+00:00",
                        "date_created": null,
                        "date_delivered": "2025-07-08T22:08:36+00:00",
                        "date_returned": null,
                        "date_delivered_estimated": null,
                        "date_first_visit": "2025-07-08T22:08:36+00:00",
                        "date_handling": "2025-07-05T04:38:20+00:00"
                    },
                    "status": "delivered",
                    "label_url_2": "https://d2cx75vx0ihfxy.cloudfront.net/tmp/12m/1084346152000012184822190MCO1607311473.zip",
                    "label_url": "https://d2cx75vx0ihfxy.cloudfront.net/tmp/12m/1084346152000012184822190MCO1607311473.pdf",
                    "quantity": 1,
                    "carrier": "Normal a domicilio",
                    "buffering_date": null,
                    "tracking_code": "MEL45121706843LMXDF01"
                }
            ]
        }
    ]
}

Ejemplo MercadoLibre Perú

Concepto generalNivelDónde se encuentra en el JSONValorExplicación
Precio original del producto
Precio unitario productoUnidaditems->price2299
Cantidad de unidad por productoArtículoitems->quantity1
Total precio productoArtículo2299items->price * items->quantity
Descuento productoArtículoitems->discounts->amount1300El Ítem tiene 2 descuentos diferentes (100+1200) qué juntos suman esa cantidad. Son de offer y campaña, ya están incluidos en el total precio producto.
Descuento productoPedidodiscounts->amount
Total costo envió productoPedido
Costo envío pagado por el compradorPedidoshipping_cost0
Costo envío asumido por el vendedorPedidoseller_shipping_cost13,45
Cargo extraArtículoitems->extra_charges->cost
Cargo extraPedidoextra_charges->cost
Cupones
Comisión del canalArtículomarketplace_fee183,92
Comisión del canalPedidoitems->marketplace_fee183,92
Impuesto IVA
Total pedidoPedidototal2299
Total pagadoPedidopaid_total22992299
Total a pagar al vendedorPedidopaid_total_to_seller2101,632101,63

{
    "actions": [
        "feedback"
    ],
    "payment_accredited_at": "2025-01-17T15:31:48-06:00",
    "shipping_address": {
        "lon": "-77.074382",
        "city": "Lima",
        "email": null,
        "country": "Peru",
        "reference": "3 Frente a la f\u00e1brica molitalia en la avenida Venezuela",
        "first_name": "Renzo Jonathan Ramirez Napa",
        "postal_code": null,
        "id": "44371312500",
        "street_name": "Jir\u00f3n Santa Francisca Romana",
        "region": "Lima Metropolitana",
        "phone": "XXXXXXX",
        "neighborhood": "Lima",
        "lat": "-12.061294",
        "street_number": "725",
        "last_name": "",
        "address": "Jir\u00f3n Santa Francisca Romana 725"
    },
    "notes": false,
    "customer": {
        "nickname": "RARE8819430",
        "last_name": "Ram\u00edrez",
        "email": "[email protected]",
        "doc_type": "DNI",
        "phone2": "",
        "customer_id": "559522498",
        "first_name": "Renzo",
        "phone": "",
        "doc_number": "44223798"
    },
    "reference": "2000010492203742",
    "discounts": [],
    "marketplace_fee": "183.92",
    "status": "close",
    "total": "2299.0",
    "currency": "pen",
    "int_channel": null,
    "id_shop": 1084309,
    "id_channel": 1351,
    "link_shipping_form": "https://apps.yuju.io/customer/order/shipping?token=MTA4NDMwOS0xMzUxLTIwMDAwMTA0OTIyMDM3NDI=&country_code=PE",
    "paid_total_to_seller": "2101.63",
    "tags": [
        "shipment_me2",
        "logistic_drop_off"
    ],
    "shipping_cost": "0",
    "progress": [
        {
            "name": "paid",
            "status": "done"
        },
        {
            "name": "ready_to_ship",
            "status": "done"
        },
        {
            "name": "shipped",
            "status": "done"
        },
        {
            "name": "delivered",
            "status": "done"
        }
    ],
    "paid_total": "2299.0",
    "payment_references": [
        "99277606899"
    ],
    "peru_link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4NDMwOS0xMzUxLTIwMDAwMTA0OTIyMDM3NDI=&country_code=PE&form_type=full",
    "payment_method": "atm",
    "sla": {
        "due_date": "2025-01-21T04:59:59+00:00"
    },
    "extra_charges": [],
    "cancel_detail": "{}",
    "id_order": "2000010492203742",
    "cart_orders": [],
    "int_external": [
        {
            "id_channel": 1351,
            "message": "Credentials for this order not found",
            "updated_at": "2025-01-18T04:38:53.194000",
            "module_name": "Intcomex",
            "actions": [
                {
                    "id": null,
                    "message": "Reintento de env\u00edo",
                    "id_channel": null,
                    "params": {
                        "mkp_pk": 1351,
                        "order_pk": "2000010492203742",
                        "shop_pk": 1084309,
                        "target_action": "order",
                        "account": null,
                        "_url": "https://p50dxnndaa.execute-api.us-west-2.amazonaws.com/api/orders/place",
                        "_headers": {
                            "Auth-Hash": "72daa7db477e24dbc53381c4f5f2df71b42a06b574dfc6be2b707efff13cf8c4"
                        }
                    },
                    "name": "request_http",
                    "result": null
                }
            ],
            "extra": {},
            "reference": null,
            "created_at": "2025-01-17T23:03:17.233000",
            "id_order": "2000010492203742",
            "status": "Error",
            "id_shop": 1084309,
            "type": "order",
            "order_int_external_pk": "ab099bc1-e320-474c-beba-e963083b9a2f"
        }
    ],
    "meli_chat_status": null,
    "ff_type": "fbm",
    "extra": {
        "pack_id": null
    },
    "order_updated_at": "2025-01-30T17:01:14-06:00",
    "invoice": {
        "status": "",
        "pk": "",
        "required": "0",
        "rfc": "",
        "error": ""
    },
    "last_notified_progress": "delivered",
    "delivery_deadline": null,
    "fulfillment_type": null,
    "payment_detail": [
        {
            "id": "99277606899",
            "acredited_at": "2025-01-17T21:31:48",
            "amount": "2299.0",
            "extra": {
                "coupon_amount": 100,
                "taxes_amount": 0,
                "status_detail": "accredited",
                "payment_method": {
                    "id": "pagoefectivo_atm",
                    "type": "atm",
                    "issuer_id": "1055"
                },
                "accounts_info": null,
                "captured": true,
                "status": "approved",
                "payer": {
                    "id": "559522498",
                    "first_name": null,
                    "email": null,
                    "operator_id": null,
                    "last_name": null,
                    "identification": {},
                    "entity_type": null,
                    "type": "registered",
                    "phone": {}
                },
                "call_for_authorize_id": null,
                "metadata": {
                    "official_store_id": 56
                },
                "refunds": [],
                "external_reference": "2000010492203742",
                "charges_execution_info": {
                    "internal_execution": {
                        "execution_id": "01JHV2JM0TWGPRNJEFB62PZG4M",
                        "date": "2025-01-17T17:26:46.613-04:00"
                    }
                },
                "point_of_interaction": {
                    "location": {
                        "source": "shipment",
                        "state_id": "PE-LMA"
                    },
                    "transaction_data": {
                        "e2e_id": null
                    },
                    "business_info": {
                        "branch": "Marketplace",
                        "unit": "marketplace",
                        "sub_unit": "checkout_on"
                    },
                    "type": "CHECKOUT"
                },
                "statement_descriptor": null,
                "operation_type": "regular_payment",
                "id": 99277606899,
                "release_info": null,
                "fee_details": [
                    {
                        "type": "application_fee",
                        "fee_payer": "collector",
                        "amount": 183.92
                    }
                ],
                "processing_mode": "aggregator",
                "tags": null,
                "merchant_number": null,
                "sponsor_id": null,
                "corporation_id": null,
                "additional_info": {
                    "tracking_id": "platform:v1-whitelabel,so:ALL,type:N/A,security:none",
                    "ip_address": "179.6.12.207",
                    "items": [
                        {
                            "id": "MPE667325186",
                            "category_id": "MPE1652",
                            "title": "Laptop Hp Pavilion 15-eg2508la I7-1255u Ram 8gb 512gb Win11",
                            "unit_price": "2299.0",
                            "quantity": "1"
                        }
                    ]
                },
                "build_version": "3.87.0-rc-8",
                "integrator_id": null,
                "transaction_amount": 2299,
                "marketplace_owner": null,
                "merchant_account_id": null,
                "money_release_date": "2025-01-23T13:06:53.000-04:00",
                "date_last_updated": "2025-01-23T13:08:48.000-04:00",
                "card": {},
                "live_mode": true,
                "description": "Laptop Hp Pavilion 15-eg2508la I7-1255u Ram 8gb 512gb Win11",
                "money_release_schema": null,
                "shipping_amount": 0,
                "money_release_status": "released",
                "transaction_details": {
                    "payable_deferral_period": null,
                    "net_received_amount": 2101.63,
                    "external_resource_url": "https://www.mercadolibre.com.pe/payments/99277606899/ticket?caller_id=559522498&payment_method_id=pagoefectivo_atm&payment_id=99277606899&payment_method_reference_id=10433996908&hash=786b2e2d-5487-4acc-9def-6ac7efc009ac",
                    "payment_method_reference_id": "257726934",
                    "verification_code": "10433996908",
                    "financial_institution": "PagoEfectivo",
                    "acquirer_reference": null,
                    "installment_amount": 0,
                    "total_paid_amount": 2199,
                    "overpaid_amount": 0
                },
                "payment_type_id": "atm",
                "transaction_amount_refunded": 0,
                "issuer_id": "1055",
                "counter_currency": null,
                "platform_id": null,
                "order": {
                    "id": "2000010492203742",
                    "type": "mercadolibre"
                },
                "date_created": "2025-01-17T17:26:46.000-04:00",
                "date_approved": "2025-01-17T17:31:48.000-04:00",
                "brand_id": null,
                "payment_method_id": "pagoefectivo_atm",
                "financing_group": "mpe-meli-mkt-pcj",
                "authorization_code": null,
                "notification_url": null,
                "pos_id": null,
                "date_of_expiration": "2025-01-19T23:59:59.000-04:00",
                "binary_mode": false,
                "deduction_schema": null,
                "charges_details": [
                    {
                        "id": "99277606899-001",
                        "refund_charges": [],
                        "reserve_id": 87238119558,
                        "metadata": {
                            "coupon_id": 2251804231535847,
                            "campaign_type": "35b4fb79-cca5-48d7-bcac-09003942f6f5",
                            "source": "client",
                            "campaign_marketplace": "MELI",
                            "item_id": "MPE667325186",
                            "items_group": "fe58594bad41b6ef300f8a519b9539dc4ab85d30",
                            "campaign_id": 2251804231535847,
                            "coupon_fee": null,
                            "meli_campaign": "P-MPE14541324"
                        },
                        "client_id": 0,
                        "name": "coupon_rebate",
                        "accounts": {
                            "from": "ml",
                            "to": "payer"
                        },
                        "last_updated": "2025-01-17T17:26:46.000-04:00",
                        "amounts": {
                            "refunded": 0,
                            "original": 100
                        },
                        "date_created": "2025-01-17T17:26:46.000-04:00",
                        "type": "coupon"
                    },
                    {
                        "id": "99277606899-002",
                        "refund_charges": [],
                        "reserve_id": null,
                        "metadata": {
                            "shipment_id": 44371312500,
                            "source": "deferred-charges"
                        },
                        "client_id": 6001919313095062,
                        "name": "shp_dropoff",
                        "accounts": {
                            "from": "collector",
                            "to": "1657577119"
                        },
                        "last_updated": "2025-01-17T17:32:49.000-04:00",
                        "amounts": {
                            "refunded": 0,
                            "original": 13.45
                        },
                        "date_created": "2025-01-17T17:32:49.000-04:00",
                        "type": "shipping"
                    },
                    {
                        "id": "99277606899-003",
                        "refund_charges": [],
                        "reserve_id": null,
                        "metadata": {
                            "source": "deferred-charges"
                        },
                        "client_id": 5084470480389975,
                        "name": "meli_fee",
                        "accounts": {
                            "from": "collector",
                            "to": "ml"
                        },
                        "last_updated": "2025-01-17T17:32:54.000-04:00",
                        "amounts": {
                            "refunded": 0,
                            "original": 183.92
                        },
                        "date_created": "2025-01-17T17:32:54.000-04:00",
                        "type": "fee"
                    }
                ],
                "store_id": null,
                "differential_pricing_id": null,
                "collector_id": 1185721059,
                "currency_id": "PEN",
                "installments": 1
            },
            "method": "pagoefectivo_atm",
            "currency": "PEN"
        }
    ],
    "billing_address": null,
    "shipping_detail": null,
    "link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4NDMwOS0xMzUxLTIwMDAwMTA0OTIyMDM3NDI=&country_code=PE",
    "order_created_at": "2025-01-17T15:26:45-06:00",
    "claims": null,
    "customer_detail": null,
    "seller_shipping_cost": "13.45",
    "coupon": null,
    "items": [
        {
            "marketplace_fee": "183.92",
            "discounts": [
                {
                    "currency": "PEN",
                    "covered_by": [],
                    "id": null,
                    "note": "ID del coupon: 2251804231535847. Campa\u00f1a: P-MPE14541324.",
                    "name": "coupon",
                    "amount": "100.0"
                },
                {
                    "currency": "PEN",
                    "covered_by": [],
                    "id": null,
                    "note": "ID oferta: OFFER-MPE667325186-10741158119.",
                    "name": "discount",
                    "amount": "1200.0"
                }
            ],
            "product_original_price": "3499.0",
            "tracking_code": "WYB312913127",
            "id_channel": 1351,
            "id_product": "27418208",
            "delivery_time": null,
            "price": "2299.0",
            "quantity": 1,
            "combo_components": [],
            "coupon_code": null,
            "shipments": [
                {
                    "status_history": {
                        "date_handling": "2025-01-17T21:32:50+00:00",
                        "date_first_printed": null,
                        "date_cancelled": null,
                        "date_delivered_estimated": null,
                        "date_first_visit": "2025-01-21T18:08:00+00:00",
                        "date_created": null,
                        "date_ready_to_ship": "2025-01-17T21:32:51.634000+00:00",
                        "date_returned": null,
                        "date_delivered": "2025-01-21T18:08:00+00:00",
                        "date_shipped": "2025-01-21T02:07:00+00:00",
                        "date_not_delivered": null
                    },
                    "tracking_code": "WYB312913127",
                    "tracking_url": null,
                    "status": "delivered",
                    "label_url_2": "https://d2cx75vx0ihfxy.cloudfront.net/tmp/12m/108430913512000010492203742MPE667325186.zip",
                    "label_url": "https://d2cx75vx0ihfxy.cloudfront.net/tmp/12m/108430913512000010492203742MPE667325186.pdf",
                    "id": "44371312500",
                    "warehouse": {},
                    "buffering_date": null,
                    "quantity": 1,
                    "carrier": "Est\u00e1ndar a domicilio"
                }
            ],
            "id_shop": 1084309,
            "stock": 0,
            "ff_type": "fbm",
            "sku": "NT016HPR67",
            "currency": "pen",
            "carrier": "Est\u00e1ndar a domicilio",
            "name": "Laptop Hp Pavilion 15-eg2508la I7-1255u Ram 8gb 512gb Win11",
            "providers": [],
            "is_combo": false,
            "extra_charges": [],
            "product": {
                "color": "gris",
                "discount": null,
                "discount_to": null,
                "color_text": "Plateado natural",
                "cost": null,
                "id_parent": null,
                "size": null,
                "custom_f2": null,
                "product_code_sat": null,
                "asin": null,
                "gtin": null,
                "shipping_depth": "52.0",
                "stock": 10,
                "custom_s2": null,
                "upc": null,
                "custom_variation": null,
                "custom_s5": null,
                "special_price": null,
                "msrp": null,
                "custom_f3": null,
                "custom_i5": null,
                "official_store_name": "HP Store",
                "custom_i2": null,
                "official_store_id": "56",
                "custom_s4": null,
                "custom_f4": null,
                "custom_variation_name": null,
                "special_price_amz": null,
                "secondary_color": null,
                "weight_unit": "kg",
                "id_product": "27418208",
                "price": "3499.0",
                "brand": "HP",
                "isbn_13": null,
                "is_virtual": false,
                "dimensions_unit": "cm",
                "special_price_linio": null,
                "shipping_width": "7.0",
                "custom_f5": null,
                "images": [
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/8f390a4b-056b-4005-b2f0-d85b2de593ca.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/e9197ebb-20a3-45c9-9f87-e1b9cba52b7a.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/8e2e6377-6d41-4f5f-bd51-c5c7af9ad27c.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/2f9588ce-dd01-459a-a4ff-fd19e1dafa95.jpg"
                ],
                "isbn_10": null,
                "weight": "2.0",
                "custom_i3": null,
                "custom_s1": null,
                "custom_s3": null,
                "discount_from": null,
                "jan": null,
                "mpn": "91S40LA",
                "model": "HP Pavilion 15-eg2508la",
                "channel_stock": null,
                "ean": "197498728858",
                "custom_i4": null,
                "shipping_height": "30.0",
                "custom_i1": null,
                "part_number": null,
                "measure_unit_code_sat": null,
                "tags": null,
                "name": "Laptop HP Pavilion 15-eg2508la i7-1255U RAM 8GB 512GB Win11",
                "custom_f1": null
            },
            "coupon_value": null,
            "id_order": "2000010492203742",
            "product_special_price": null,
            "id_item": "MPE667325186",
            "extra": null,
            "status": "delivered",
            "product_id": "MPE667325186",
            "channel_sku": "NT016HPR67",
            "comments": null
        }
    ]
}

Concepto generalNivelDónde se encuentra en el JSONValorExplicación
Precio original del producto
Precio unitario productoUnidaditems->price29
Cantidad de unidad por productoArtículoitems->quantity1
Total precio productoArtículo29items->price * items->quantity
Descuento productoArtículoitems->discounts->amount20El Item tiene 1 descuento de oferta merchant.
Descuento productoPedidodiscounts->amount
Total costo envió productoPedido
Costo envío pagado por el compradorPedidoshipping_cost10,9
Costo envío asumido por el vendedorPedidoseller_shipping_cost0
Cargo extraArtículoitems->extra_charges->cost
Cargo extraPedidoextra_charges->cost
Cupones
Comisión del canalArtículomarketplace_fee4,32
Comisión del canalPedidoitems->marketplace_fee4,32
Impuesto IVA
Total pedidoPedidototal29No incluye el costo pagado por el envío del comprador.
Total pagadoPedidopaid_total39,939,9
Total a pagar al vendedorPedidopaid_total_to_seller35,5835,58

{
    "marketplace_fee": "4.32",
    "customer": {
        "doc_number": "10244213",
        "phone": "",
        "phone2": "",
        "last_name": "ASTUPINARO",
        "customer_id": "90571076",
        "doc_type": "DNI",
        "nickname": "PED_CUAD",
        "email": "[email protected]",
        "first_name": "PEDRO"
    },
    "shipping_address": {
        "phone": "XXXXXXX",
        "lon": "-77.016364",
        "address": "Calle  Raymundo Carcamo 1052 1052",
        "neighborhood": "La Victoria",
        "country": "Peru",
        "id": "44371141280",
        "region": "Lima Metropolitana",
        "reference": "401B Cruce de Av Santa Catalina y  calle Raimundo Carcamo",
        "first_name": "Pedro Astupinaro",
        "street_name": "Calle  Raymundo Carcamo 1052",
        "postal_code": null,
        "last_name": "",
        "lat": "-12.08444",
        "city": "La Victoria",
        "email": null,
        "street_number": "1052"
    },
    "meli_chat_status": null,
    "extra": {
        "pack_id": null
    },
    "payment_detail": [
        {
            "currency": "PEN",
            "extra": {
                "binary_mode": false,
                "live_mode": true,
                "point_of_interaction": {
                    "transaction_data": {
                        "e2e_id": null
                    },
                    "location": {
                        "source": "shipment",
                        "state_id": "PE-LMA"
                    },
                    "type": "CHECKOUT",
                    "business_info": {
                        "branch": "Marketplace",
                        "sub_unit": "checkout_on",
                        "unit": "marketplace"
                    }
                },
                "money_release_status": "released",
                "collector_id": 476603453,
                "installments": 1,
                "accounts_info": null,
                "date_approved": "2025-01-17T16:42:28.000-04:00",
                "shipping_amount": 10.9,
                "store_id": null,
                "card": {
                    "date_created": "2025-01-17T16:42:25.000-04:00",
                    "last_four_digits": "0988",
                    "bin": "40091700",
                    "expiration_month": 1,
                    "id": "9522811672",
                    "expiration_year": 2027,
                    "country": "PER",
                    "tags": [],
                    "cardholder": {
                        "name": null,
                        "identification": {
                            "number": null,
                            "type": null
                        }
                    },
                    "date_last_updated": "2025-01-17T16:42:25.000-04:00",
                    "first_six_digits": "400917"
                },
                "currency_id": "PEN",
                "additional_info": {
                    "items": [
                        {
                            "unit_price": "29.0",
                            "category_id": "MPE3697",
                            "quantity": "1",
                            "title": "Aud\u00edfonos Jbl T110 In-ear Negro Color Black",
                            "id": "MPE629348348"
                        }
                    ],
                    "ip_address": "190.236.13.225",
                    "tracking_id": "platform:v1-whitelabel,so:ALL,type:N/A,security:none"
                },
                "financing_group": "mpe-meli-mkt-pcj",
                "status_detail": "accredited",
                "counter_currency": null,
                "merchant_account_id": null,
                "release_info": null,
                "captured": true,
                "merchant_number": null,
                "date_created": "2025-01-17T16:42:25.000-04:00",
                "pos_id": null,
                "id": 99272990591,
                "date_last_updated": "2025-01-23T16:38:56.000-04:00",
                "marketplace_owner": null,
                "notification_url": null,
                "money_release_schema": null,
                "processing_mode": "aggregator",
                "differential_pricing_id": null,
                "description": "Aud\u00edfonos Jbl T110 In-ear Negro Color Black",
                "status": "approved",
                "payment_type_id": "credit_card",
                "payment_method": {
                    "type": "credit_card",
                    "data": {
                        "routing_data": {
                            "merchant_account_id": "462540706"
                        }
                    },
                    "issuer_id": "12551",
                    "id": "visa"
                },
                "authorization_code": "006579",
                "platform_id": null,
                "date_of_expiration": null,
                "operation_type": "regular_payment",
                "refunds": [],
                "order": {
                    "type": "mercadolibre",
                    "id": "2000010491831688"
                },
                "transaction_amount": 29,
                "external_reference": "2000010491831688",
                "issuer_id": "12551",
                "call_for_authorize_id": null,
                "build_version": "3.87.0-rc-8",
                "payer": {
                    "entity_type": null,
                    "phone": {},
                    "type": "registered",
                    "last_name": null,
                    "id": "90571076",
                    "operator_id": null,
                    "email": null,
                    "identification": {},
                    "first_name": null
                },
                "money_release_date": "2025-01-23T16:32:51.000-04:00",
                "transaction_amount_refunded": 0,
                "tags": null,
                "taxes_amount": 0,
                "deduction_schema": null,
                "integrator_id": null,
                "charges_execution_info": {
                    "internal_execution": {
                        "execution_id": "01JHV01DA0QB9VWWFNFDK6JHX7",
                        "date": "2025-01-17T16:42:25.527-04:00"
                    }
                },
                "sponsor_id": null,
                "charges_details": [
                    {
                        "client_id": 5084470480389975,
                        "reserve_id": null,
                        "type": "fee",
                        "id": "99272990591-001",
                        "last_updated": "2025-01-17T16:42:32.000-04:00",
                        "metadata": {
                            "source": "deferred-charges"
                        },
                        "accounts": {
                            "from": "collector",
                            "to": "ml"
                        },
                        "amounts": {
                            "original": 4.32,
                            "refunded": 0
                        },
                        "name": "meli_fee",
                        "date_created": "2025-01-17T16:42:32.000-04:00",
                        "refund_charges": []
                    }
                ],
                "metadata": {
                    "official_store_id": 55
                },
                "brand_id": null,
                "transaction_details": {
                    "financial_institution": null,
                    "net_received_amount": 35.58,
                    "external_resource_url": null,
                    "installment_amount": 39.9,
                    "payment_method_reference_id": "996250173876003",
                    "acquirer_reference": null,
                    "overpaid_amount": 0,
                    "payable_deferral_period": null,
                    "total_paid_amount": 39.9
                },
                "corporation_id": null,
                "fee_details": [
                    {
                        "fee_payer": "collector",
                        "type": "application_fee",
                        "amount": 4.32
                    }
                ],
                "coupon_amount": 0,
                "statement_descriptor": "MERPAGO*IXCOMERCIOPE",
                "payment_method_id": "visa"
            },
            "method": "visa",
            "id": "99272990591",
            "acredited_at": "2025-01-17T20:42:28",
            "amount": "29.0"
        }
    ],
    "delivery_deadline": null,
    "peru_link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4NDMwOS0xMzA1LTIwMDAwMTA0OTE4MzE2ODg=&country_code=PE&form_type=full",
    "int_external": [
        {
            "type": "order",
            "module_name": "Intcomex",
            "extra": {},
            "message": "Credentials for this order not found",
            "updated_at": "2025-01-18T04:03:17.220000",
            "reference": null,
            "order_int_external_pk": "b81df647-ee72-4a41-ac9c-0b097367c85b",
            "status": "Error",
            "created_at": "2025-01-17T22:04:04.042000",
            "id_channel": 1305,
            "id_order": "2000010491831688",
            "id_shop": 1084309,
            "actions": [
                {
                    "id_channel": null,
                    "result": null,
                    "params": {
                        "_url": "https://p50dxnndaa.execute-api.us-west-2.amazonaws.com/api/orders/place",
                        "target_action": "order",
                        "account": null,
                        "order_pk": "2000010491831688",
                        "shop_pk": 1084309,
                        "_headers": {
                            "Auth-Hash": "72daa7db477e24dbc53381c4f5f2df71b42a06b574dfc6be2b707efff13cf8c4"
                        },
                        "mkp_pk": 1305
                    },
                    "id": null,
                    "name": "request_http",
                    "message": "Reintento de env\u00edo"
                }
            ]
        }
    ],
    "billing_address": null,
    "currency": "pen",
    "link_shipping_form": "https://apps.yuju.io/customer/order/shipping?token=MTA4NDMwOS0xMzA1LTIwMDAwMTA0OTE4MzE2ODg=&country_code=PE",
    "total": "29.0",
    "shipping_cost": "10.9",
    "id_shop": 1084309,
    "cart_orders": [],
    "order_created_at": "2025-01-17T14:42:24-06:00",
    "cancel_detail": "{}",
    "fulfillment_type": null,
    "invoice": {
        "required": "0",
        "error": "",
        "pk": "",
        "status": "",
        "rfc": ""
    },
    "sla": {
        "due_date": "2025-01-21T04:59:59+00:00"
    },
    "payment_method": "credit_card",
    "paid_total": "39.9",
    "notes": false,
    "discounts": [],
    "coupon": null,
    "payment_references": [
        "99272990591"
    ],
    "id_channel": 1305,
    "reference": "2000010491831688",
    "status": "close",
    "int_channel": null,
    "last_notified_progress": "delivered",
    "seller_shipping_cost": "0",
    "shipping_detail": null,
    "id_order": "2000010491831688",
    "progress": [
        {
            "status": "done",
            "name": "paid"
        },
        {
            "status": "done",
            "name": "ready_to_ship"
        },
        {
            "status": "done",
            "name": "shipped"
        },
        {
            "status": "done",
            "name": "delivered"
        }
    ],
    "paid_total_to_seller": "35.58",
    "ff_type": "fbm",
    "claims": null,
    "extra_charges": [],
    "customer_detail": null,
    "payment_accredited_at": "2025-01-17T14:42:28-06:00",
    "link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4NDMwOS0xMzA1LTIwMDAwMTA0OTE4MzE2ODg=&country_code=PE",
    "tags": [
        "shipment_me2",
        "logistic_self_service"
    ],
    "order_updated_at": "2025-01-23T14:39:58-06:00",
    "actions": [
        "feedback"
    ],
    "items": [
        {
            "channel_sku": "MM900JBL26",
            "extra_charges": [],
            "carrier": "Est\u00e1ndar a domicilio",
            "id_product": "15784753",
            "sku": "MM900JBL26",
            "discounts": [
                {
                    "id": null,
                    "covered_by": [],
                    "amount": "20.0",
                    "name": "discount",
                    "currency": "PEN",
                    "note": "ID oferta: OFFER-MPE629348348-10732090479."
                }
            ],
            "extra": null,
            "id_order": "2000010491831688",
            "quantity": 1,
            "product_id": "MPE629348348",
            "coupon_code": null,
            "comments": null,
            "product": {
                "is_virtual": false,
                "id_product": "15784753",
                "cost": null,
                "custom_variation_name": null,
                "channel_stock": null,
                "secondary_color": null,
                "product_code_sat": null,
                "special_price": null,
                "custom_f3": null,
                "brand": "JBL",
                "msrp": null,
                "custom_s2": null,
                "price": "49.0",
                "shipping_width": "6.0",
                "id_parent": null,
                "official_store_id": "55",
                "part_number": null,
                "custom_i5": null,
                "jan": null,
                "discount_from": null,
                "images": [
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/aea8060b-0737-47f2-9681-923875092ca3.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931842/products/4ee83b43-39fd-45cb-a339-9d7f074fe80e.jpg"
                ],
                "weight": "0.06",
                "custom_s1": "jbl_ml_pe",
                "tags": null,
                "custom_i3": null,
                "measure_unit_code_sat": null,
                "isbn_10": null,
                "custom_f1": null,
                "custom_s5": null,
                "size": null,
                "official_store_name": "JBL",
                "dimensions_unit": "cm",
                "model": "JBL",
                "color": "negro",
                "isbn_13": null,
                "custom_f5": null,
                "weight_unit": "kg",
                "special_price_amz": null,
                "color_text": null,
                "shipping_height": "3.0",
                "custom_i2": null,
                "ean": null,
                "discount_to": null,
                "mpn": "JBLT110BLKAM",
                "stock": 7,
                "custom_f4": null,
                "discount": null,
                "name": "Aud\u00edfonos JBL T110 In-Ear Negro",
                "special_price_linio": null,
                "custom_f2": null,
                "custom_variation": null,
                "upc": null,
                "custom_s4": null,
                "custom_i1": null,
                "custom_i4": null,
                "final_stock": 6,
                "shipping_depth": "17.0",
                "custom_s3": null,
                "gtin": null,
                "asin": null
            },
            "providers": [],
            "status": "delivered",
            "price": "29.0",
            "name": "Aud\u00edfonos Jbl T110 In-ear Negro Color Black",
            "id_shop": 1084309,
            "currency": "pen",
            "tracking_code": "44371141280",
            "coupon_value": null,
            "id_channel": 1305,
            "product_special_price": null,
            "id_item": "MPE629348348",
            "is_combo": false,
            "shipments": [
                {
                    "tracking_url": null,
                    "id": "44371141280",
                    "carrier": "Est\u00e1ndar a domicilio",
                    "buffering_date": null,
                    "tracking_code": "44371141280",
                    "status": "delivered",
                    "label_url": "https://d2cx75vx0ihfxy.cloudfront.net/tmp/12m/108430913052000010491831688MPE629348348.pdf",
                    "warehouse": {},
                    "label_url_2": "https://d2cx75vx0ihfxy.cloudfront.net/tmp/12m/108430913052000010491831688MPE629348348.zip",
                    "status_history": {
                        "date_delivered": "2025-01-21T21:34:44.268000+00:00",
                        "date_delivered_estimated": null,
                        "date_returned": null,
                        "date_shipped": "2025-01-20T21:02:48.269000+00:00",
                        "date_cancelled": null,
                        "date_handling": "2025-01-17T20:42:35+00:00",
                        "date_not_delivered": null,
                        "date_created": null,
                        "date_first_visit": "2025-01-21T21:34:44.268000+00:00",
                        "date_first_printed": null,
                        "date_ready_to_ship": "2025-01-17T20:42:37.057000+00:00"
                    },
                    "quantity": 1
                }
            ],
            "delivery_time": null,
            "marketplace_fee": "4.32",
            "attributes": [
                {
                    "value": "negro",
                    "text": "Color"
                }
            ],
            "stock": 0,
            "product_original_price": "49.0",
            "combo_components": [],
            "ff_type": "fbm"
        }
    ]
}

Concepto generalNivelDónde se encuentra en el JSONValorExplicaciónObservaciónes
Precio original del producto
Precio unitario productoUnidaditems->price959
Cantidad de unidad por productoArtículoitems->quantity1
Total precio productoArtículo959items->price * items->quantity
Descuento productoArtículoitems->discounts->amount479.8El Item tiene 4 descuentos: channel (60+50=110) y merchant offer/campaña (190) y merchant coupon (179.8) = 369.8.
Descuento productoPedidodiscounts->amount
Total costo envió productoPedido
Costo envío pagado por el compradorPedidoshipping_cost0
Costo envío asumido por el vendedorPedidoseller_shipping_cost6.95
Cargo extraArtículoitems->extra_charges->cost
Cargo extraPedidoextra_charges->cost
Cupones
Comisión del canalArtículomarketplace_fee62.34
Comisión del canalPedidoitems->marketplace_fee62.34
Impuesto IVA
Total pedidoPedidototal779.2
Total pagadoPedidopaid_total779.2779.2Solo tomar en cuenta el coupon asumido por el merchant. Ignorar el coupon asumido por el channel e ignorar el coupon offer asumido por el merchant porque ya está incluido siempre en el item->price
Total a pagar al vendedorPedidopaid_total_to_seller709.91709.91Total pagado - costo de envío asumido por el vendedor - comisión

Ejemplo Amazon Mexico

Concepto generalNivelDónde se encuentra en el JSONValorExplicación
Precio original del productoitems->product_original_price2039
Precio unitario productoUnidaditems->price1699
Cantidad de unidad por productoArtículoitems->quantity2
Total precio productoArtículo3398items->price * items->quantity
Descuento productoArtículoitems->discounts->amount0El Ítem tiene 2 descuentos diferentes (0 + 0) qué juntos suman esa cantidad
Descuento productoPedidodiscounts->amount
Total costo envió productoPedido
Costo envío pagado por el compradorPedidoshipping_cost0
Costo envío asumido por el vendedorPedidoseller_shipping_cost0
Cargo extraArtículoitems->extra_charges->cost
Cargo extraPedidoextra_charges->cost
Cupones
Comisión del canalArtículomarketplace_fee
Comisión del canalPedidoitems->marketplace_fee
Impuesto IVA
Total pedidoPedidototal3398
Total pagadoPedidopaid_total33983398
Total a pagar al vendedorPedidopaid_total_to_seller

{
    "discounts": [],
    "cancel_detail": "{}",
    "ff_type": "fbm",
    "last_notified_progress": "shipped",
    "link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4MzUzNi03LTcwMi04NTgzODcxLTY3Nzk0NjQ=&country_code=MX",
    "currency": "mxn",
    "notes": false,
    "id_order": "702-8583871-6779464",
    "reference": "702-8583871-6779464",
    "cart_orders": [],
    "tags": [
        "easyship"
    ],
    "payment_detail": [],
    "id_channel": 7,
    "shipping_address": {
        "street_number": null,
        "city": "ZACATECAS",
        "country": "M\u00e9xico",
        "first_name": "Samantha",
        "reference": null,
        "lon": null,
        "id": null,
        "address": "Mineros 7 3 CRUCES INFONAVIT (Residential)",
        "last_name": "Paulina Rodriguez Gutierrez",
        "neighborhood": "",
        "postal_code": "98064",
        "email": "[email protected]",
        "lat": null,
        "phone": "4922045689",
        "region": "ZACATECAS",
        "street_name": null
    },
    "payment_accredited_at": "2025-07-16T20:25:37-05:00",
    "sla": {},
    "actions": [
        "print_delivery_label"
    ],
    "marketplace_fee": null,
    "extra_charges": [],
    "int_channel": null,
    "invoice": {
        "error": "",
        "required": "0",
        "pk": "",
        "rfc": "",
        "status": ""
    },
    "paid_total": "3398.0",
    "progress": [
        {
            "name": "paid",
            "status": "done"
        },
        {
            "name": "ready_to_ship",
            "status": "done"
        },
        {
            "name": "shipped",
            "status": "done"
        },
        {
            "name": "delivered",
            "status": "pending"
        }
    ],
    "payment_references": [],
    "order_created_at": "2025-07-16T20:25:37-05:00",
    "link_shipping_form": "https://apps.yuju.io/customer/order/shipping?token=MTA4MzUzNi03LTcwMi04NTgzODcxLTY3Nzk0NjQ=&country_code=MX",
    "billing_address": null,
    "payment_method": "Other",
    "total": "3398.0",
    "status": "open",
    "delivery_deadline": "2025-07-18",
    "fulfillment_type": null,
    "claims": null,
    "paid_total_to_seller": null,
    "seller_shipping_cost": null,
    "coupon": null,
    "customer_detail": null,
    "extra": null,
    "meli_chat_status": null,
    "id_shop": 1083536,
    "shipping_detail": null,
    "peru_link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4MzUzNi03LTcwMi04NTgzODcxLTY3Nzk0NjQ=&country_code=MX&form_type=full",
    "shipping_cost": "0",
    "int_external": null,
    "customer": {
        "nickname": null,
        "doc_type": null,
        "customer_id": null,
        "doc_number": null,
        "email": "[email protected]",
        "phone": null,
        "first_name": "Samantha",
        "phone2": null,
        "last_name": ""
    },
    "order_updated_at": "2025-07-17T09:05:36-05:00",
    "items": [
        {
            "product": {
                "custom_s1": null,
                "discount": null,
                "custom_variation": null,
                "is_virtual": false,
                "gtin": null,
                "brand": "DAEWOO",
                "custom_i5": null,
                "custom_s2": null,
                "asin": "B0DFRL5WMV",
                "ean": "4895155632956",
                "cost": null,
                "custom_f4": null,
                "id_product": "29126730",
                "product_code_sat": "52141526",
                "official_store_id": "2371",
                "discount_from": null,
                "custom_i2": null,
                "mpn": "DES491",
                "custom_f2": null,
                "jan": null,
                "stock": 42,
                "custom_i1": null,
                "channel_stock": null,
                "dimensions_unit": "cm",
                "shipping_width": "27.5",
                "tags": "cafetera,capsulas,daewoo,des-491,molido",
                "custom_f5": null,
                "custom_i4": null,
                "special_price": "0.0",
                "price": "1207.75",
                "weight": "2.65",
                "weight_unit": "kg",
                "id_parent": null,
                "msrp": null,
                "model": "DES491",
                "custom_f3": null,
                "color": "negro",
                "special_price_amz": "0",
                "custom_f1": null,
                "color_text": null,
                "upc": null,
                "custom_variation_name": null,
                "discount_to": null,
                "images": [
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931413/products/54ed9758-bb2d-4c27-8a3e-c669374e94df.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931413/products/7221b0de-8de0-4cbf-b610-b8f17340859a.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931413/products/7a693696-aa5a-4931-ad89-2de61b564ee1.jpg"
                ],
                "custom_i3": null,
                "shipping_depth": "11.0",
                "shipping_height": "24.5",
                "custom_s3": null,
                "name": "CAFETERA DE CAPSULAS Y MOLIDO DAEWOO DES-491 4 EN 1",
                "size": "1",
                "isbn_10": null,
                "secondary_color": null,
                "special_price_linio": null,
                "part_number": null,
                "custom_s5": null,
                "measure_unit_code_sat": null,
                "isbn_13": null,
                "custom_s4": null
            },
            "channel_sku": "DES491",
            "ff_type": "fbm",
            "status": "shipped",
            "marketplace_fee": null,
            "price": "1699.0",
            "currency": "mxn",
            "discounts": [
                {
                    "name": "Promoci\u00f3n",
                    "id": "PromotionDiscount",
                    "covered_by": [],
                    "amount": "0.0",
                    "currency": "mxn",
                    "note": "Descuento por promoci\u00f3n"
                },
                {
                    "name": "Impuesto de la promoci\u00f3n",
                    "id": "PromotionDiscountTax",
                    "covered_by": [],
                    "amount": "0.0",
                    "currency": "mxn",
                    "note": "Impuesto del descuento por promoci\u00f3n"
                }
            ],
            "id_order": "702-8583871-6779464",
            "id_item": "134128071424761",
            "id_channel": 7,
            "extra": {
                "asin": "B0DFRL5WMV"
            },
            "coupon_code": null,
            "carrier": "std-ez-mx",
            "delivery_time": null,
            "is_combo": false,
            "name": "Daewoo M\u00e1quina de Espresso 4 en 1 multi-sistema para c\u00e1psulas de 44mm de ESE, Nespresso, Dolce Gusto y caf\u00e9 molido. Capacidad de de 0.6L con 4 adaptadores intercambiables con potencia de 1450W",
            "extra_charges": [],
            "providers": [],
            "product_id": "DES491",
            "quantity": 2,
            "id_shop": 1083536,
            "sku": "DES491",
            "combo_components": [],
            "tracking_code": "",
            "coupon_value": null,
            "stock": 40,
            "id_product": "29126730",
            "product_original_price": "2039.0",
            "product_special_price": null,
            "comments": null,
            "shipments": []
        }
    ]
}

Ejemplo Walmart Mexico

Concepto generalNivelDónde se encuentra en el JSONValorExplicación
Precio original del productoitems->product_original_price17499
Precio unitario productoUnidaditems->price16299
Cantidad de unidad por productoArticuloitems->quantity2
Total precio productoArticulo32598items->price * items->quantity
Descuento productoArticuloitems->discounts->amount
Descuento productoPedidodiscounts->amount
Total costo envío productoPedido
Costo envío pagado por el compradorPedidoshipping_cost0
Costo envío asumido por el vendedorPedidoseller_shipping_cost0
Cargo extraArticuloitems->extra_charges->cost
Cargo extraPedidoextra_charges->cost
Cupones
Comisión del canalArticulomarketplace_fee0
Comisión del canalPedidoitems->marketplace_fee0
Impuesto IVA
Total pedidoPedidototal32598
Total pagadoPedidopaid_total3259832598
Total a pagar al vendedorPedidopaid_total_to_seller

{
    "actions": [
        "set_ready_to_ship"
    ],
    "payment_accredited_at": "2025-07-17T12:21:06.162000-05:00",
    "shipping_address": {
        "lon": null,
        "city": "QUERETARO",
        "email": "[email protected]",
        "country": "M\u00e9xico",
        "reference": null,
        "first_name": "Aldo Josue Hernandez Diaz",
        "postal_code": "76047",
        "id": null,
        "street_name": "Fray Juan de Padilla",
        "region": "QUERETARO",
        "phone": "4421769244",
        "neighborhood": "QUINTAS DEL MARQUES",
        "lat": null,
        "street_number": "121",
        "last_name": null,
        "address": null
    },
    "notes": false,
    "customer": {
        "nickname": null,
        "last_name": null,
        "email": "[email protected]",
        "doc_type": null,
        "phone2": null,
        "customer_id": null,
        "first_name": "Aldo Josue Hernandez Diaz",
        "phone": "4421769244",
        "doc_number": null
    },
    "reference": "600000021075719",
    "discounts": [],
    "marketplace_fee": "0.0",
    "status": "open",
    "total": "32598.0",
    "currency": "mxn",
    "int_channel": null,
    "id_shop": 1083536,
    "id_channel": 2102,
    "link_shipping_form": "https://apps.yuju.io/customer/order/shipping?token=MTA4MzUzNi0yMTAyLTYwOTAxOTk3NzIyMTg5Mg==&country_code=MX",
    "paid_total_to_seller": null,
    "tags": [],
    "shipping_cost": "0",
    "progress": [
        {
            "name": "paid",
            "status": "done"
        },
        {
            "name": "ready_to_ship",
            "status": "pending"
        },
        {
            "name": "shipped",
            "status": "pending"
        },
        {
            "name": "delivered",
            "status": "pending"
        }
    ],
    "paid_total": "32598.0",
    "payment_references": [],
    "peru_link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4MzUzNi0yMTAyLTYwOTAxOTk3NzIyMTg5Mg==&country_code=MX&form_type=full",
    "payment_method": "Walmart payment",
    "sla": {},
    "extra_charges": [],
    "cancel_detail": "{}",
    "id_order": "609019977221892",
    "cart_orders": [],
    "int_external": null,
    "meli_chat_status": null,
    "ff_type": "fbm",
    "extra": {
        "customer_id": "600000021075719"
    },
    "order_updated_at": "2025-07-17T12:25:00-05:00",
    "invoice": {
        "status": "",
        "pk": "",
        "required": "0",
        "rfc": "",
        "error": ""
    },
    "last_notified_progress": "paid",
    "delivery_deadline": null,
    "fulfillment_type": null,
    "payment_detail": [],
    "billing_address": null,
    "shipping_detail": null,
    "link_billing_form": "https://apps.yuju.io/customer/order/billing?token=MTA4MzUzNi0yMTAyLTYwOTAxOTk3NzIyMTg5Mg==&country_code=MX",
    "order_created_at": "2025-07-17T12:21:06.162000-05:00",
    "claims": null,
    "customer_detail": null,
    "seller_shipping_cost": null,
    "coupon": null,
    "items": [
        {
            "product": {
                "custom_s1": null,
                "discount": "0.0",
                "custom_variation": null,
                "is_virtual": false,
                "gtin": null,
                "brand": "MENUMASTER",
                "custom_i5": null,
                "custom_s2": null,
                "asin": "B096N51JKW",
                "ean": "728028129472",
                "cost": null,
                "custom_f4": null,
                "id_product": "27954100",
                "product_code_sat": "52141502",
                "official_store_id": "2371",
                "discount_from": null,
                "custom_i2": null,
                "mpn": "LIFMCS10DSE",
                "custom_f2": null,
                "jan": null,
                "stock": 2,
                "custom_i1": null,
                "channel_stock": null,
                "dimensions_unit": "cm",
                "shipping_width": "64.0",
                "tags": "horno de microondas industrial,microondas comercial,horno Menumaster,microondas 1.2 pies,microondas para restaurante,horno microondas de alta capacidad,microondas profesional,electrodom\u00e9sticos industriales,horno microondas para cocina,microondas para negocios",
                "custom_f5": null,
                "custom_i4": null,
                "special_price": "0.0",
                "price": "526.82",
                "weight": "0.1",
                "weight_unit": "kg",
                "id_parent": null,
                "msrp": null,
                "model": "LIFMCS10DSE",
                "custom_f3": null,
                "color": "gris",
                "special_price_amz": "0.0",
                "custom_f1": null,
                "color_text": null,
                "upc": null,
                "custom_variation_name": null,
                "discount_to": null,
                "images": [
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931413/products/86f66653-4672-45b8-98b1-facc1b29a4ea.jpg",
                    "https://d83g1ecahmg39.cloudfront.net/gallery/270931413/products/2b1538d6-ef21-461c-8733-289c55197eb9.jpg"
                ],
                "custom_i3": null,
                "shipping_depth": "46.0",
                "shipping_height": "50.0",
                "custom_s3": null,
                "name": "HORNO DE MICROONDAS INDUSTRIAL MENUMASTER MCS10DSE 1.2 PIES",
                "size": "1",
                "isbn_10": null,
                "secondary_color": null,
                "special_price_linio": null,
                "part_number": null,
                "custom_s5": null,
                "measure_unit_code_sat": null,
                "isbn_13": null,
                "custom_s4": null
            },
            "channel_sku": "LIFMCS10DSE",
            "ff_type": "fbm",
            "status": "paid",
            "marketplace_fee": "0.0",
            "price": "16299.0",
            "currency": "mxn",
            "discounts": [],
            "id_order": "609019977221892",
            "id_item": "600000021075719-1-1",
            "id_channel": 2102,
            "extra": null,
            "coupon_code": null,
            "carrier": "",
            "delivery_time": null,
            "is_combo": false,
            "name": "Horno de MICROONDAS INDUSTRIAL MENUMASTER MCS10DSE 1.2 PIES gris",
            "extra_charges": [],
            "providers": [],
            "product_id": "LIFMCS10DSE",
            "quantity": 2,
            "id_shop": 1083536,
            "sku": "LIFMCS10DSE",
            "combo_components": [],
            "tracking_code": "",
            "coupon_value": null,
            "stock": 0,
            "id_product": "27954100",
            "product_original_price": "17499.0",
            "product_special_price": null,
            "comments": "1",
            "shipments": []
        }
    ]
}