Lag time API overview
Lag time is the number of days between the date an item is ordered and when it is shipped.
During item setup, lag time can be set to 0 days or 1 day. Any other value used will be defaulted to 1 day.
To request more than 1 day lag time, approval is required at the item setup category level. For more information on the approval process, see Marketplace Learn: Request Lag Time Exceptions.
Get lag time for an item
To retrieve the lag time for an item by SKU number, call the lag time API and specify item SKU code for the sku
query parameter.
Lag time exception XSD
Download the lag time exception XSDs: LagTimeException.zip.
Lag time JSON schema
Download the lag time JSON schema: LagTimeJsonSchema.zip.
Update lag time for bulk items
To update the lag time for items in bulk, call POST /v3/feeds/ and set the feedType
query parameter to lagtime
.
You need to use the lag time exception XSDs: LagTimeException.zip.
Updated about 2 months ago