Get a store product by IDAsk AIget https://example.com/integrate/api/v1/store-products/{store_id}/{product_id}/Return a store product given it's ID.Path Paramsstore_idstringrequiredThe (child) Store ID to assign this product to. If not provided the api token's associated store will be used.product_idstringrequiredA unique ID for the product as a stringResponses 200Store Product 404Not FoundUpdated over 5 years ago