Sku Methods

The methods used to fetch skus.

Fetch Sku

Both Games and Parts can be Skus. Depending on the sku used in the URI this method will return a different wing_object_type for each sku.

 GET /api/sku/xxx
session_id

Optional. The unique session id provided by a Session method.

Returns:

 {
   "id" : "xxx",
   "name" : "Prison Break",
   ...
 }
^ Back to Top ^