JavaScript
Product
Product Details
Fetch detailed information about a product from a given URL. Requests are async by default, or use mode=sync to wait up to 30 seconds for completion.
POST
JavaScript
Authorizations
Body
application/json
Direct product URL
Example:
"https://www.nike.com/u/custom-nike-ja-3-by-you-10002205"
Response mode. Use sync to wait up to 30 seconds for the backing worker flow to complete.
Available options:
async, sync Example:
"async"
An ordered array of option values to select for the product. Will be selected in the order listed.
Example:
["regular", "black", "10-w"]Country code for the product's location
Example:
"US"
When true, bypass any cached product details and force a fresh fetch. Fresh results still repopulate the cache.
Example:
false