Description:
Move your app forward with the Uber API
Base url: api.uber.com/v1/
Get all products with all attributes.
Field | Type | Description |
---|---|---|
product_id | string | Unique identifier representing a specific product. |
description | string | Description of product. |
display_name | string | Display name of product. |
category | string | Category of product. For example, "gizmo". |
components | Object[] | Array of component objects |
- component_id | integer | Unique identifier representing a specific component of a product. |
- component_name | string | Display name of component. |
alternative_names | String[] |
Field | Type | Description |
---|---|---|
code | integer | |
message | string | |
fields | string |
Create a product.
Name | In | Required | Type | Description |
---|---|---|---|---|
name | body | true | string | Product name |
tag | body | true | string |
Field | Type | Description |
---|---|---|
product_id | integer | Updated product's id. |
Field | Type | Description |
---|---|---|
code | integer | |
message | string | |
fields | string |
Update a subset of a product's attributes.
Name | In | Required | Type | Description |
---|---|---|---|---|
product_id | query | true | integer | Product ID. |
Field | Type | Description |
---|---|---|
product_id | integer | Updated product's id. |
Field | Type | Description |
---|---|---|
code | integer | |
message | string | |
fields | string |