Shipping Method Entity

<shippingMethod>
    <name />      // Name in the buyer's country's language
    <price />     // Price the seller is charged for shipping
</shippingMethod>

See also: Order Entity

Example

<shippingMethod>
    <name>Kompaktbrief + Einwurfeinschreiben</name>
    <price>2.80</price>
</shippingMethod>