GET

Get Product


Retrieves a product with the provided ID.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Manage Products
Read Products
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/stores-reader/v1/products/{id}

Path Params
idstringRequired

Requested product ID.

Query Params
includeMerchantSpecificDataboolean

Whether merchant specific data, such as cost and profit data, should be included in the response. Requires permissions to manage products.

Response Object
productProduct

Requested product data.

Get Product including merchant-specific data
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?