Resource: FullRefresh/
Verb: PUT
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.
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>
Verb: DELETE
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
Returns: HTTP 200 on successful request.
Query String Arguments:
- <none>
Example JSON:
- <none>