Retrieve a price code
Returns a single price code configured for a product, and the price it maps to. Returns 404 when the product has no such price code, and when the product does not exist for the authenticated merchant. Both Application API Scope and Storefront API Scope credentials can read price codes; only Application API Scope can change them.
Authentication
Path parameters
Price code to address. Surrounding whitespace is trimmed and matching is case-insensitive. URL-encode any character that is not safe in a path segment; + is read as a literal +, not as a space. A price code containing / cannot be addressed, which is why it cannot be created.
Response
Price code the price is mapped to. Up to 100 characters. Matching is case-insensitive, so Cust_1 and cust_1 are the same price code.
Price charged for the product when this price code applies, as a decimal string with two decimal places. null on price codes created by a product feed without a price; a price code written through this API always has a price.