NOTE: This is an article for the legacy API. To access updated information on this endpoint, please reference the HTML guide attached to the bottom of the REST API Access document
Description: Initiates a request for StockIQ to begin a full refresh. Note that this initiates only the steps for which the StockIQ application is in control. For example, in a hosted scenario we cannot cause files to be uploaded from within your own network - that must be initiated internally either via the StockIQ Sync Agent or your own upload process.
Resource: FullRefresh/
Verb: PUT
Returns: HTTP 200
Query String Arguments:
-
refreshType: Specifies which type of refresh to run, usually full is what you want.
- 1 = Full
- 2 = Partial
- 4 = OnHand
- 8 = Demand
- 16 = Supply
Example JSON:
- <none>
Description: Attempts to cancel a full refresh already in progress. Note that StockIQ will periodically check for a pending cancel request during the full refresh process, but this is only done during certain steps, so this request can take a while to be fulfilled
Verb: DELETE
Returns: HTTP 200 on successful request.
Query String Arguments:
- <none>
Example JSON:
- <none>