Get product

GET /self/{shopId}/v2/products/{productId}

Path parameters

  • shopId integer(int32) Required
  • productId integer(int64) Required

Responses

  • 200

    Product

GET /self/{shopId}/v2/products/{productId}
curl \
 --request GET 'https://dev.sellpass.io/self/{shopId}/v2/products/{productId}' \
 --header "Authorization: $API_KEY"