# OrderCreateShippingLineInput - admin - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a shipping line to create for an order. ### Access Scopes ## Fields * [code](/docs/api/admin/2024-10/scalars/String): String - A reference to the shipping method. * [priceSet](/docs/api/admin/2024-10/input-objects/MoneyBagInput): MoneyBagInput! - The price of this shipping method in the shop currency. Can't be negative. * [source](/docs/api/admin/2024-10/scalars/String): String - The source of the shipping method. * [taxLines](/docs/api/admin/2024-10/input-objects/OrderCreateTaxLineInput): OrderCreateTaxLineInput - A list of tax line objects, each of which details a tax applicable to this shipping line. * [title](/docs/api/admin/2024-10/scalars/String): String! - The title of the shipping method. ## Input objects with this input object * [OrderCreateOrderInput](/docs/api/admin/2024-10/input-objects/OrderCreateOrderInput) ## Examples