Description

The Carton feed provides details on the shipping containers used to pack and ship orders. Radial does not normally provide this feed, but can provide it if necessary.

Exchange Frequency

Hourly or less

Sender/Receiver

From Radial to the merchant.

XML Schema

The Carton feed follows the schema: ShipmentContainerDetailsFeed_XSD (1).xsd.

Note:

  • Bundle Parent lines do not flow in the files.

  • The order line number for the bundle item is the child line number on sales order.

ClosedExamples

The first example shows a typical carton feed for packaging for a single SKU; the second example includes details on a SKU that is the packaging for a bundle.
Copy this code sample.
<?xml version="1.0" encoding="UTF-8"?>
<ContainerDetails fileType="Shipment Container Details" fileStartTime="2019-03-04 00:00:00" fileEndTime="2019-03-05 11:16:28">
    <Container sellerId="TMS_US" containerNo="32638623821213" trackingNo="1Z99F4280340171442" length="14.0000" lengthUOM="IN" width="10.0000" widthUOM="IN" height="6.0000" heightUOM="IN" grossWeight="19.3580" grossWeightUOM="Lbs">
        <Carton cartonId="00000999990016108935" packedDateTime="2019-03-05 11:08:00">
            <Order orderNo="100512370480" orderDate="2019-02-20 07:16:00">
                <OrderLine itemId="147-20-020-057" lineId="28" sublineId="1">
                    <ShipmentLine shipmentDate="2019-03-05 11:08:00" shippingCarrier="INUP" shippingServiceLevel="GROUND" quantity="47">
                        <ShippingAddress>
                            <FirstName>First</FirstName>
                            <LastName>Last</LastName>
                            <AddressLine1>Line1</AddressLine1>
                            <AddressLine2>Line2</AddressLine2>
                            <AddressLine3>Line3</AddressLine3>
                            <City>Kop</City>
                            <State>PA</State>
                            <Country>US</Country>
                            <ZipCode>19406</ZipCode>
                        </ShippingAddress>
                        <Lot>
                            <LotId lotQty="47">P317</LotId>
                        </Lot>
                        <ExtendedAttributes>        
                            <ExtendedAttribute name="str1212" type="typestr">32y1376253</ExtendedAttribute>
                        </ExtendedAttributes>        
                    </ShipmentLine>
                </OrderLine>
            </Order>
            <ExtendedAttributes>        
                <ExtendedAttribute name="str1212" type="typestr">32y1376253</ExtendedAttribute>
            </ExtendedAttributes>
        </Carton>
        <ExtendedAttributes>        
            <ExtendedAttribute name="str1212" type="typestr">32y1376253</ExtendedAttribute>
        </ExtendedAttributes>
    </Container>
</ContainerDetails>

Copy this code sample.
<?xml version="1.0" encoding="UTF-8"?>
<ContainerDetails fileType="Shipment Container Details" fileStartTime="2019-03-04 00:00:00" fileEndTime="2019-03-05 11:16:28">
    <Container sellerId="TMS_US" containerNo="32638623821213" trackingNo="1Z99F4280340171442" length="14.0000" lengthUOM="IN" width="10.0000" widthUOM="IN" height="6.0000" heightUOM="IN" grossWeight="19.3580" grossWeightUOM="Lbs">
        <Carton cartonId="00000999990016108935" packedDateTime="2019-03-05 11:08:00">
            <Order orderNo="100512370480" webOrderId="0040-1005123703827" orderDate="2019-02-20 07:16:00">
                <OrderLine itemId="147-20-020-057" lineId="28" sublineId="1" isBundle="TRUE" bundleParentLineId="2" bundleParentItemId="147-Bundle999">
                    <ShipmentLine shipmentDate="2019-03-05 11:08:00" shippingCarrier="INUP" shippingServiceLevel="GROUND" quantity="47">
                        <ShippingAddress>
                            <FirstName>First</FirstName>
                            <LastName>Last</LastName>
                            <AddressLine1>Line1</AddressLine1>
                            <AddressLine2>Line2</AddressLine2>
                            <AddressLine3>Line3</AddressLine3>
                            <City>Kop</City>
                            <State>PA</State>
                            <Country>US</Country>
                            <ZipCode>19406</ZipCode>
                        </ShippingAddress>
                        <Lot>
                            <LotId lotQty="47">P317</LotId>
                        </Lot>
                        <ExtendedAttributes>        
                            <ExtendedAttribute name="str1212" type="typestr">32y1376253</ExtendedAttribute>
                        </ExtendedAttributes>        
                    </ShipmentLine>
                </OrderLine>
            </Order>
            <ExtendedAttributes>        
                <ExtendedAttribute name="str1212" type="typestr">32y1376253</ExtendedAttribute>
            </ExtendedAttributes>
        </Carton>
        <ExtendedAttributes>        
            <ExtendedAttribute name="str1212" type="typestr">32y1376253</ExtendedAttribute>
        </ExtendedAttributes>
    </Container>
</ContainerDetails>