Plain label order code examples

Plain label orders don’t require a carrier, because the merchant is organising their own method of delivery to the customer.

{
    "order": {
        "courier_allocation": "PlainLabel",
        "delivery_address": "1 Test",
        "delivery_postcode": "2009",
        "delivery_state": "NSW",
        "delivery_suburb": "Pyrmont",
        "authority_to_leave": "Yes",
        "receiver_contact_number": "0411000444",
        "retailer_invoice": "SO-123plainlabel",
        "parcel_attributes": [{
                "qty": 1,
                "weight": 4.1,
                "length": 0.2,
                "depth": 0.1,
                "width": 0.9
            }
        ],
        "product_attributes": [{
                "quantity": 2,
                "title": "Blue Hat",
                "price": 21.90
            }
        ],
        "user_attributes": {
            "email": "john.smith@shippit.com",
             "mobile": "0411000000",
            "first_name": "John",
            "last_name": "Smith"
        }
    }
}