Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 425 Bytes

product-price-point-response.md

File metadata and controls

27 lines (19 loc) · 425 Bytes

Product Price Point Response

Structure

ProductPricePointResponse

Fields

Name Type Tags Description
PricePoint models.ProductPricePoint Required -

Example (as JSON)

{
  "price_point": {
    "id": 248,
    "name": "name0",
    "handle": "handle6",
    "price_in_cents": 196,
    "interval": 44
  }
}