FEDEX debug mode is on - to hide these messages, turn debug mode off in the settings.
Business Address
FedEx REQUEST: Reveal
Array
(
    [From Address] => Array
        (
            [PostalCode] => 68300
            [CountryCode] => MX
        )

    [To Address] => Array
        (
            [Residential] => 
            [PostalCode] => 
            [City] => 
            [StateOrProvinceCode] => OA
            [CountryCode] => MX
        )

    [Packages] => Array
        (
            [0] => Array
                (
                    [Weight] => Array
                        (
                            [Value] => 2.2
                            [Units] => KG
                        )

                )

            [1] => Array
                (
                    [Weight] => Array
                        (
                            [Value] => 20
                            [Units] => KG
                        )

                )

        )

)
FedEx RESPONSE: Reveal
Array
(
    [0] => stdClass Object
        (
            [Severity] => ERROR
            [Source] => crs
            [Code] => 521
            [Message] => Destination postal code missing or invalid. 
            [LocalizedMessage] => Destination postal code missing or invalid. 
        )

    [1] => stdClass Object
        (
            [Severity] => ERROR
            [Source] => crs
            [Code] => 991
            [Message] => Rates and transit times are not available for the account number entered. For immediate assistance, please contact your local FedEx Customer Service..
            [LocalizedMessage] => Rates and transit times are not available for the account number entered. For immediate assistance, please contact your local FedEx Customer Service..
        )

)
FedEx REQUEST in XML Format: Reveal
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://fedex.com/ws/rate/v22"><SOAP-ENV:Body><ns1:RateRequest><ns1:WebAuthenticationDetail><ns1:UserCredential><ns1:Key>tMrOSouOlBVR9FeK</ns1:Key><ns1:Password>O4fLoVclodT8auoZT2uO9Cxjr</ns1:Password></ns1:UserCredential></ns1:WebAuthenticationDetail><ns1:ClientDetail><ns1:AccountNumber>629104372</ns1:AccountNumber><ns1:MeterNumber>114720664</ns1:MeterNumber></ns1:ClientDetail><ns1:TransactionDetail><ns1:CustomerTransactionId> *** WooCommerce Rate Request ***</ns1:CustomerTransactionId></ns1:TransactionDetail><ns1:Version><ns1:ServiceId>crs</ns1:ServiceId><ns1:Major>22</ns1:Major><ns1:Intermediate>0</ns1:Intermediate><ns1:Minor>0</ns1:Minor></ns1:Version><ns1:ReturnTransitAndCommit>true</ns1:ReturnTransitAndCommit><ns1:RequestedShipment><ns1:ShipTimestamp>2025-04-04T20:41:55+00:00</ns1:ShipTimestamp><ns1:DropoffType>REGULAR_PICKUP</ns1:DropoffType><ns1:PackagingType>YOUR_PACKAGING</ns1:PackagingType><ns1:TotalInsuredValue><ns1:Currency>NMP</ns1:Currency><ns1:Amount>2454</ns1:Amount></ns1:TotalInsuredValue><ns1:PreferredCurrency>NMP</ns1:PreferredCurrency><ns1:Shipper><ns1:Address><ns1:PostalCode>68300</ns1:PostalCode><ns1:CountryCode>MX</ns1:CountryCode></ns1:Address></ns1:Shipper><ns1:Recipient><ns1:Address><ns1:City></ns1:City><ns1:StateOrProvinceCode>OA</ns1:StateOrProvinceCode><ns1:PostalCode></ns1:PostalCode><ns1:CountryCode>MX</ns1:CountryCode><ns1:Residential>false</ns1:Residential></ns1:Address></ns1:Recipient><ns1:ShippingChargesPayment><ns1:PaymentType>SENDER</ns1:PaymentType><ns1:Payor><ns1:ResponsibleParty><ns1:AccountNumber>629104372</ns1:AccountNumber></ns1:ResponsibleParty></ns1:Payor></ns1:ShippingChargesPayment><ns1:CustomsClearanceDetail><ns1:DutiesPayment><ns1:PaymentType>SENDER</ns1:PaymentType><ns1:Payor><ns1:ResponsibleParty><ns1:AccountNumber>629104372</ns1:AccountNumber></ns1:ResponsibleParty></ns1:Payor></ns1:DutiesPayment><ns1:CustomsValue><ns1:Currency>NMP</ns1:Currency><ns1:Amount>2454</ns1:Amount></ns1:CustomsValue><ns1:CommercialInvoice><ns1:Purpose>SOLD</ns1:Purpose></ns1:CommercialInvoice></ns1:CustomsClearanceDetail><ns1:RateRequestTypes>LIST</ns1:RateRequestTypes><ns1:PackageCount>2</ns1:PackageCount><ns1:RequestedPackageLineItems><ns1:SequenceNumber>1</ns1:SequenceNumber><ns1:GroupNumber>1</ns1:GroupNumber><ns1:GroupPackageCount>1</ns1:GroupPackageCount><ns1:InsuredValue><ns1:Currency>NMP</ns1:Currency><ns1:Amount>2108</ns1:Amount></ns1:InsuredValue><ns1:Weight><ns1:Units>KG</ns1:Units><ns1:Value>2.2</ns1:Value></ns1:Weight></ns1:RequestedPackageLineItems><ns1:RequestedPackageLineItems><ns1:SequenceNumber>2</ns1:SequenceNumber><ns1:GroupNumber>1</ns1:GroupNumber><ns1:GroupPackageCount>1</ns1:GroupPackageCount><ns1:InsuredValue><ns1:Currency>NMP</ns1:Currency><ns1:Amount>346</ns1:Amount></ns1:InsuredValue><ns1:Weight><ns1:Units>KG</ns1:Units><ns1:Value>20</ns1:Value></ns1:Weight></ns1:RequestedPackageLineItems></ns1:RequestedShipment></ns1:RateRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
FedEx RESPONSE in XML Format: Reveal
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><RateReply xmlns="http://fedex.com/ws/rate/v22"><HighestSeverity>ERROR</HighestSeverity><Notifications><Severity>ERROR</Severity><Source>crs</Source><Code>521</Code><Message>Destination postal code missing or invalid. </Message><LocalizedMessage>Destination postal code missing or invalid. </LocalizedMessage></Notifications><Notifications><Severity>ERROR</Severity><Source>crs</Source><Code>991</Code><Message>Rates and transit times are not available for the account number entered. For immediate assistance, please contact your local FedEx Customer Service..</Message><LocalizedMessage>Rates and transit times are not available for the account number entered. For immediate assistance, please contact your local FedEx Customer Service..</LocalizedMessage></Notifications><TransactionDetail><CustomerTransactionId> *** WooCommerce Rate Request ***</CustomerTransactionId></TransactionDetail><Version><ServiceId>crs</ServiceId><Major>22</Major><Intermediate>0</Intermediate><Minor>0</Minor></Version></RateReply></SOAP-ENV:Body></SOAP-ENV:Envelope>

CARNERINA NO. 3 api aba 20 kgs

$245.00

CARNERINA NO. 3 api aba 20 kg Alimento balanceado de alta tecnología para cerdos en engorda de 74 a 100 kg.

Disponible para reserva

Categoría: Código SKU: 41313 Etiquetas:

Descripción

CARNERINA NO. 3 api aba 20 kgs

¡DA CLIK AQUI PARA REALIZAR TU PEDIDO!

Thank you for reading this post, don't forget to subscribe!

Alimento balanceado de alta tecnología para cerdos en engorda de 74 a 100 kg.

Medicaciones disponibles: Flavomicina

Gramajes disponibles: 20 kg

Consumo por etapa: 3 kg

Periodo de consumo: De 133 a 161 días

Registro SADER A-0544-505

Tabla nutricional

PROTEÍNA CRUDA MÍN (%) 14
FIBRA CRUDA MAX (%) 5
CENIZAS MAX (%) 8
HUMEDAD MAX (%) 12
ELN (%) 58
GRASAS MÍN (%) 3

Registro SADER A-0544-505

Información adicional

Peso 20 g
Dimensiones 600 × 500 × 1000 cm