Packages
Retrieve a package price rule
Returns a single PriceRule belonging to the given Package. Requires read access to the package's site.
get/shop/packages/{packageId}/price-rules/{priceRuleId}
Response
A single PriceRule belonging to a Package.
Example response
{
"data": {
"price": 4800
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.