MyDeal Orders will be pushed from MyDeal to a sellers Neto dashboard + tracking will be fetched from a seller's Neto to MyDeal.
MyDeal will push each order within 30 minutes from when the order is made. Once the order has been pushed to your Neto Dashboard, please ensure to acknowledge these orders and update the tracking information for each order only when the order has been dispatched.
Please note that MyDeal Orders will come in the form of dispatch_CUSTOMERID@mydeal.com.au. You can easily filter your MyDeal's orders through the customer email (@mydeal.com.au).
Order Status can be adjusted to suit a seller's requirements. Sellers will need to contact their account manager to make any such changes.
MyDeal fetches tracking information from the Neto GetOrder endpoint. Data must be available at this endpoint to confirm that an order has been shipped and so that payment might be triggered on time.
MyDeal fetches tracking information within 3 hours from when the tracking number has been uploaded.
References:
- Neto API AddOrder - https://developers.neto.com.au/documentation/engineers/api-documentation/orders-invoices/addorder
- Neto API GetOrder - https://developers.neto.com.au/documentation/engineers/api-documentation/orders-invoices/getorder
--------------------------------------------------------------------------------------------------------------------
Shipping can be directly linked to a seller's Neto.
There are 2 ways in which MyDeal can integrate with a seller's Neto Shipping Method:
1. Integrating to a particular Neto Shipping Method ID. The freight rates for the freight calculator at MyDeal will be based on this particular Shipping Method. See example below:
"status": "Active"
"name": "Standard Shipping"
"id": "12"
"description": "Road delivery Australia wide."
Reference:
- Neto API GetShippingMethods - https://developers.neto.com.au/documentation/engineers/api-documentation/shipping/getshippingmethods
- Neto API GetShippingQuote (to be used with a particular Shipping Method ID) - https://developers.neto.com.au/documentation/engineers/api-documentation/shipping/getshippingquote
2. Integrating to all Neto Shipping Method IDs. The freight rates for the freight calculator at MyDeal will be based on the cheapest freight rate across all of the available Shipping Methods.
Note:
- Shipping Methods with "PickUp": "true" will be excluded
- All orders will still be pushed with the Neto Shipping Method provided during the initial integration setup
Reference:
- Neto API GetShippingQuote - https://developers.neto.com.au/documentation/engineers/api-documentation/shipping/getshippingquote