Order Reconciliations
Explore how the Order Reconciliations API call offers insights into failed orders, aiding in Shopify to HotWax Commerce synchronization.
Provides log insights for failed orders that may not have been successfully downloaded from Shopify to HotWax Commerce. To retrieve the log details of these failed orders, make a GET request to the /solr-query
endpoint.
Request
End Point https://<instance.name>.hotwax.io/api/solr-query
Example: https://demo-oms.hotwax.io/api/solr-query
Request Format
Parameter Table
Parameter Name | Description |
---|---|
| The Type of the document |
| A single index or associated transaction log and configuration files |
Response
Body
Sample
Parameter Table
Parameter Name | Description |
---|---|
| Shopify Store URL containing order details |
| Unique identifier of the order in Shopify |
| Date when the order was created on Shopify |
| Date when the order import from Shopify to HotWax Commerce was first attempted |
| The type of the document |
| Time duration of the data, also called time to live |
| The error message for the job failure |
| The timestamp for the API call |
| Data expiry date |
| Unique identifier of the document |
Last updated