This action will create an order
- API endpoint slug
- shippo.create_order
- Filter code method
- Shippo.createOrder.skip(string?: reason)
- Runtime method
- runAction("shippo.create_order", {})
Action fields
- Label
- Name
- Helper text
- The name of the recipient for the order
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setName(string: name)
- Label
- Email
- Helper text
- The email for the recipient of the order
- Slug
- email
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setEmail(string: email)
- Label
- Company
- Helper text
- The company name of the recipient for the order
- Slug
- company
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setCompany(string: company)
- Label
- Street Address Line 1
- Helper text
- Line 1 of the recipient address.
- Slug
- street1
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setStreet1(string: street1)
- Label
- Street Address Line 2
- Helper text
- Line 2 of the recipient address.
- Slug
- street2
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setStreet2(string: street2)
- Label
- City
- Helper text
- The city of the recipient address
- Slug
- city
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setCity(string: city)
- Label
- State
- Helper text
- The state of the recipient address
- Slug
- state
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setState(string: state)
- Label
- Zip
- Helper text
- The zip code of the recipient address
- Slug
- zip
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setZip(string: zip)
- Label
- Country
- Helper text
- The country of the recipient address
- Slug
- country
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setCountry(string: country)
- Label
- Order Number
- Helper text
- A custom order number.
- Slug
- order_number
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setOrderNumber(string: orderNumber)
- Label
- Order Status
- Helper text
- The status of the order.
- Slug
- order_status
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setOrderStatus(string: orderStatus)
- Label
- Line Item Title
- Helper text
- The title of the line item.
- Slug
- line_item_title
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setLineItemTitle(string: lineItemTitle)
- Label
- Line Item Sku
- Helper text
- The SKU of the line item.
- Slug
- line_item_sku
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setLineItemSku(string: lineItemSku)
- Label
- Line Item Quantity
- Helper text
- The quantity of the line item.
- Slug
- line_item_quantity
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setLineItemQuantity(string: lineItemQuantity)
- Label
- Line Item Price
- Helper text
- The price of the line item, per quantity.
- Slug
- line_item_total_price
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setLineItemTotalPrice(string: lineItemTotalPrice)
- Label
- Line Item Currency
- Helper text
- Enter the 3-letter currency code (i.e. USD, EUR, GBP).
- Slug
- line_item_currency
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setLineItemCurrency(string: lineItemCurrency)
- Label
- Line Item Weight
- Helper text
- The numerical weight value of the line item.
- Slug
- line_item_weight
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setLineItemWeight(string: lineItemWeight)
- Label
- Line Item Weight Unit
- Helper text
- The weight unit of the line item.
- Slug
- line_item_weight_unit
- Required
- true
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setLineItemWeightUnit(string: lineItemWeightUnit)
- Label
- Shipping method
- Slug
- shipping_method
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setShippingMethod(string: shippingMethod)
- Label
- Shipping Cost
- Helper text
- The shipping cost.
- Slug
- shipping_cost
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setShippingCost(string: shippingCost)
- Label
- Shipping Cost Currency
- Helper text
- Enter the 3-letter currency code (i.e. USD, EUR, GBP).
- Slug
- shipping_cost_currency
- Required
- false
- Can have default value
- true
- Filter code method
- Shippo.createOrder.setShippingCostCurrency(string: shippingCostCurrency)