Shipping information – A_PARCEL

Information about delivery agencies and package dimensions.

Please regard that these are the package dimensions and not the actual article dimensions.

TBCATALOG / PRODUCTDATA / PRODUCT / A_PARCEL

Node Mandatory Data type (Length) Description
A_PARCEL N Information about shipping type and dimensions
Attribute: type N String(50) Shipping type of the article
Element: A_PIECES Y posINT Number of package pieces (always 1)
Element: A_WIDTH Y posINT Width of the article in cm
Element: A_HEIGHT Y posINT Height of the article in cm
Element: A_LENGTH Y posINT Length of the article in cm
Element: A_WEIGHT Y FLOAT Weight of the article in kg

Superordinate element:

Example XML

<A_PARCEL type="other_parcel"> <A_PIECES>1</A_PIECES> <A_WIDTH>90</A_WIDTH> <A_HEIGHT>30</A_HEIGHT> <A_LENGTH>50</A_LENGTH> <A_WEIGHT>2.4</A_WEIGHT> </A_PARCEL>