Dropshipment v2 - Createorder

POST {{base_url}}/v2/dropshipment

Dropshipment v2 - Createorder

Creates a dropshipment order.

If one of the orders has an invalid address, none of the orders will be created.

Please read the API reference for more information

Request Body

[{"name"=>"action", "value"=>"createorder", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"nonce", "value"=>"{{nonce}}", "datatype"=>"string"}, {"name"=>"signature", "value"=>"{{signature}}", "datatype"=>"string"}, {"name"=>"order", "value"=>"[{\"customer_ref_id\": \"customer_orderid\", \"address\": { \"name\": \"John Doe\", \"email\": \"john.doe@example.com\", \"address1\": \"1357 Woodhill Avenue\", \"city\": \"Crofton\", \"zip\": \"21114\", \"state\": \"Maryland\", \"country\": \"US\" }, \"products\": [{ \"ean\": \"3700546707100\", \"quantity\": 1 }], \"force_address\": true }]", "datatype"=>"string"}, {"name"=>"customerid", "value"=>"873215482315", "datatype"=>"number"}, {"name"=>"testmode", "value"=>"1", "datatype"=>"number"}]

RESPONSES

status: OK

{"status":503,"body":{},"error":"Invalid Params wrong HEIGHT value : out of range"}