# Shipping Types

<table><thead><tr><th width="253">Type</th><th>Explanation</th></tr></thead><tbody><tr><td>0</td><td>There is no shipping cost.</td></tr><tr><td>1</td><td>The shipping cost will be deducted from me (the platform) and added to the seller (merchant).</td></tr><tr><td>2</td><td>The shipping cost will be deducted from the seller (merchant) and added to me (the platform).</td></tr><tr><td>3</td><td>Action to be taken.</td></tr></tbody></table>
