Products
From Hostway API Documentation
Revision as of 22:03, 14 April 2013 by Administrator (Talk | contribs)
Product Catalog API
The product catalog API provides acces to information about the current product offerings.
Contents |
download this selection of articles as a PDF book
Product Specifications
Product specifications are the high-level entities that can be purchased. A product specification includes open or more service specifications, describing the services provided with the product. Each product specification is offered in one or more ways, described by the included product offerings.
- GET /productSpecifications - Returns list of product specifications
- GET /productSpecifications/{productSpecificationId} - Returns details of single product specification
Product Offerings
The product offerings describe the terms under which a product is being offered. This includes the currency, billing period, etc.
- GET /productSpecifications/{productSpecificationId}/offerings - Returns all offerings for a product specification
- GET /productSpecifications/{productSpecificationId}/offerings/{offeringId} - Returns details about a product specification offering
- GET /productSpecifications/{productSpecificationId}/offerings/{offeringId}/prices - Returns all prices for a product specification offering
Service Specifications
Service specifications provide details about the services offered with a product.
- GET /productSpecifications/{productSpecificationId}/serviceSpecifications - Returns all service specifications for a product
- GET /serviceSpecifications/{serviceSpecificationId} - Returns service specification details
- GET /serviceSpecifications/{serviceSpecificationId}/attributes - Returns service specification attributes
See also