Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 461 Bytes

list-product-price-points-response.md

File metadata and controls

29 lines (21 loc) · 461 Bytes

List Product Price Points Response

Structure

ListProductPricePointsResponse

Fields

Name Type Tags Description
PricePoints []models.ProductPricePoint Required -

Example (as JSON)

{
  "price_points": [
    {
      "id": 40,
      "name": "name2",
      "handle": "handle8",
      "price_in_cents": 108,
      "interval": 92
    }
  ]
}