Create Order

All parameters are AND filters

{
  "id": 0,
  "created_date": "2022-07-25T03:10:50Z",
  "purchase_date": "2022-07-25T03:10:50Z",
  "reference_id": "string",
  "order_number": "string",
  "status": "Processing",
  "type": "DTC",
  "channel": {
    "id": 0,
    "name": "ShipBobs-Shopify-Store"
  },
  "shipping_method": "Free 2-day Shipping",
  "recipient": {
    "name": "John Doe",
    "address": {
      "type": "MarkFor",
      "address1": "100 Nowhere Blvd",
      "address2": "Suite 100",
      "company_name": "Wayne Enterprises",
      "city": "Gotham City",
      "state": "NJ",
      "country": "US",
      "zip_code": "07093"
    },
    "email": "[email protected]",
    "phone_number": "555-555-5555"
  },
  "products": [
    {
      "id": 0,
      "reference_id": "TShirtBlueM",
      "quantity": 0,
      "quantity_unit_of_measure_code": "string",
      "sku": "TShirtBlueM",
      "gtin": "string",
      "upc": "string",
      "unit_price": 0,
      "external_line_id": 0
    }
  ],
  "tags": [
    {
      "name": "Handling instructions",
      "value": "Fragile"
    }
  ],
  "shipments": [
    {
      "store_order_id": "string",
      "id": 0,
      "order_id": 0,
      "reference_id": "string",
      "recipient": {
        "name": "John Doe",
        "address": {
          "type": "MarkFor",
          "address1": "100 Nowhere Blvd",
          "address2": "Suite 100",
          "company_name": "Wayne Enterprises",
          "city": "Gotham City",
          "state": "NJ",
          "country": "US",
          "zip_code": "07093"
        },
        "email": "[email protected]",
        "phone_number": "555-555-5555"
      },
      "created_date": "2022-07-25T03:10:50Z",
      "last_update_at": "2022-07-25T03:10:50Z",
      "status": "None",
      "status_details": [
        {
          "name": "string",
          "description": "string",
          "id": 0,
          "inventory_id": 0,
          "exception_fulfillment_center_id": 0
        }
      ],
      "location": {
        "id": 0,
        "name": "Cicero (IL)"
      },
      "invoice_amount": 0,
      "insurance_value": 0,
      "ship_option": "Standard",
      "package_material_type": "Box",
      "tracking": {
        "carrier": "USPS",
        "tracking_number": "860C8CDC8F0B4FC7AB69AC86C20539EC",
        "carrier_service": "Priority",
        "tracking_url": "https://www.example.com/tracking?id=860C8CDC8F0B4FC7AB69AC86C20539EC",
        "bol": "string",
        "shipping_date": "2022-07-25T03:10:50Z",
        "pro_number": "string",
        "scac": "string"
      },
      "products": [
        {
          "id": 0,
          "reference_id": "TShirtBlueM",
          "name": "Medium Blue T-Shirt",
          "sku": "TShirtBlueM",
          "inventory_items": [
            {
              "id": 0,
              "name": "Medium Blue T-Shirt",
              "quantity": 0,
              "quantity_committed": 0,
              "lot": "22222",
              "expiration_date": "2022-07-25T03:10:50Z",
              "serial_numbers": [
                "string"
              ],
              "is_dangerous_goods": true
            }
          ]
        }
      ],
      "parent_cartons": [
        {
          "type": "Box or pallet",
          "barcode": "string",
          "measurements": {
            "total_weight_oz": 0,
            "length_in": 0,
            "width_in": 0,
            "depth_in": 0
          },
          "cartons": [
            {
              "id": 0,
              "type": "Box or pallet",
              "barcode": "string",
              "measurements": {
                "total_weight_oz": 0,
                "length_in": 0,
                "width_in": 0,
                "depth_in": 0
              },
              "carton_details": [
                {
                  "products": [
                    {
                      "id": 0,
                      "reference_id": "TShirtBlueM",
                      "name": "Medium Blue T-Shirt",
                      "sku": "TShirtBlueM",
                      "inventory_items": [
                        {
                          "id": 0,
                          "name": "Medium Blue T-Shirt",
                          "quantity": 0,
                          "quantity_committed": 0,
                          "lot": "22222",
                          "expiration_date": "2022-07-25T03:10:50Z",
                          "serial_numbers": [
                            "string"
                          ],
                          "is_dangerous_goods": true
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "measurements": {
        "total_weight_oz": 0,
        "length_in": 0,
        "width_in": 0,
        "depth_in": 0
      },
      "require_signature": true,
      "estimated_fulfillment_date": "2022-07-25T03:10:50Z",
      "actual_fulfillment_date": "2022-07-25T03:10:50Z",
      "estimated_fulfillment_date_status": "AwaitingInventoryAllocation",
      "is_tracking_uploaded": true,
      "gift_message": "string"
    }
  ],
  "gift_message": "string",
  "shipping_terms": {
    "carrier_type": "Parcel",
    "payment_term": "Collect"
  },
  "retailer_program_data": {
    "purchase_order_number": "string",
    "retailer_program_type": "string",
    "mark_for_store": "string",
    "delivery_date": "2022-07-25T03:10:50Z",
    "addresses": [
      {
        "type": "MarkFor",
        "address1": "100 Nowhere Blvd",
        "address2": "Suite 100",
        "company_name": "Wayne Enterprises",
        "city": "Gotham City",
        "state": "NJ",
        "country": "US",
        "zip_code": "07093"
      }
    ],
    "customer_ticket_number": "string"
  }
}
Was this page helpful?
Leave a Reply

Your email address will not be published.