getProduct( )


Retrieves a product.

Note: To retrieve a non-visible product (visible: false), your app must have the required SCOPE.STORES.PRODUCT_READ_ADMIN permission scope.

Method Declaration
Copy
Method Parameters
productIdstringRequired

Product ID.


optionsGetProductOptions
Returns
Return Type:Promise<V3Product>
Errors
403Permission Denied

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?