Create a new order via the Zinc API
retailer
- The retailer code of the supported retailerproducts
- A list of product objects that should be orderedretailer_credentials
- Your account login detailspayment_method
- Credit card or gift card balancebilling_address
- Address associated with payment methodshipping_method
or shipping
- The desired shipping methodshipping_address
- Where the order will be deliveredis_gift
- Boolean indicating if this is a gift orderrequest_id
in the response which you’ll then use for retrieving the status of the order. The following illustration shows the flow for a typical order.
Order status flow for a typical Zinc order
Selecting an offer & shipping
Flow chart for making an order
handling_days_max
to 5
in your seller selection criteria. The Zinc API would then filter out all offers which would not ship and upload a tracking number within 5 days.Handling days filtering:"handling_days_max": 6
in your seller selection criteria, then any offer that won’t ship in 6 days or less from now would be excluded from your buying selection. Thus, if two sellers are offering the same product, but one has a guaranteed shipping date 10 days away and the other seller has a guaranteed shipping date 5 days away, the second seller’s offer would be selected.handling_days_max
."max_days": 5
on the shipping parameter, the Zinc API would attempt to select the cheapest shipping method that took fewer than 5 days to arrive. Thus, if there was a shipping method that took 3 days and cost ten dollars and another shipping method that took 7 days but cost two dollars, the first shipping option would be selected.Use your client token as the username. Leave the password blank.
Order created successfully
The response is of type object
.