Sends order information to the seller when an order is updated.
You can subscribe to this Webhook by clicking here.
Our Webhooks use Basic Authentication and are submitted to your API via a POST.
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| OrderID | integer | positive # | The ID belonging to the Order |
| LastModifiedDate | DateTime | DateTime | The Date of when the order was last modified |
| OrderAcknowledgeDate | DateTime | DateTime | The Date the Order was Acknowledged |
| PaymentReceivedDate | DateTime | DateTime | The Date payment was recieved for the Order |
| FFLReceivedDate | DateTime | DateTime | The Date the FFL was received from the Buyer |
| ShipDate | DateTime | DateTime | The Date the Order was Shipped |
| OrderCompleteDate | DateTime | DateTime | The Date the Order was completed |