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
Application API Scope — server-to-server, sent in the x-api-key header. See Authentication.
Path parameters
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.