Source
This page was generated with Wiki Builder. Do not change the format!
Info
Get the details of a specific Vendor. PREVIEW: This service is not yet active, but we are returning the planned schema of the endpoint for review, comment, and preparation for its eventual implementation.
- URI: /Destiny2/{membershipType}/Profile/{destinyMembershipId}/Character/{characterId}/Vendors/{vendorHash}/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
characterId | integer:int64 | Yes | The Destiny Character ID of the character for whom we're getting vendor info. |
destinyMembershipId | integer:int64 | Yes | Destiny membership ID of another user. You may be denied. |
membershipType | BungieMembershipType:Enum | Yes | A valid non-BungieNet membership type. |
vendorHash | integer:uint32 | Yes | The Hash identifier of the Vendor to be returned. |
Query String Parameters
Name | Schema | Required | Description |
---|---|---|---|
components | DestinyComponentType:Enum[] | No | A comma separated list of components to return (as strings or numeric values). See the DestinyComponentType enum for valid components to request. You must request at least one component to receive results. |
Example
Request
Response
PlatformErrorCode: 200
{
// Type: DestinyVendorResponse
"Response": {
// Type: SingleComponentResponseOfDestinyVendorComponent
"vendor": {},
// Type: SingleComponentResponseOfDestinyVendorCategoriesComponent
"categories": {},
// Type: DictionaryComponentResponseOfint32AndDestinyVendorSaleItemComponent
"sales": {},
// Type: DestinyItemComponentSetOfint32
"itemComponents": {}
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}