developer_guide:call_reference:getfeaturesrequest
Table of Contents
GetFeaturesRequest
Overview
GetFeaturesRequest will return a list of features available for the specified package.
Learn More:
GetFeaturesRequest
XML
<?xml version="1.0" encoding="utf-8"?> <GetFeaturesRequest> <Username>string</Username> <Token>string</Token> <LinkID>string</LinkID> <LanguageCode>string</LanguageCode> </GetFeaturesRequest>
Elements
Name | Type | Occurrence | Meaning |
---|---|---|---|
GetFeaturesRequest | container | required | Parent Element |
Username | string | required | Merchant API Username (Not your Merchant Center login) |
Token | string | required | Hash of API Username and Password. Creating a Token |
LinkID | string | required | The Subscription Package ID Learn More |
LanguageCode | string | required | ISO Language Code (e.g. en-US). Learn More |
GetFeaturesResponse
XML
<?xml version="1.0" encoding="utf-8"?> <GetFeaturesResponse> <Ack>string</Ack> <Features> <Feature> <FeatureLinkID>string</FeatureLinkID> <Name>string</Name> <Description>string</Description> <Price>currency</Price> </Feature> <Feature> <FeatureLinkID>string</FeatureLinkID> <Name>string</Name> <Description>string</Description> <Price>currency</Price> </Feature> </Features> <Timestamp>timestamp</Timestamp> </GetFeaturesResponse>
Elements
Name | Type | Occurrence | Meaning |
---|---|---|---|
GetFeaturesResponse | container | required | Parent Element |
Features | container | conditional | Parent Element |
Feature | container | conditional | Parent Element |
Feature/FeatureLinkID | string | required | Unique Feature ID |
Feature/Name | string | required | Feature short name |
Feature/Description | string | required | Feature long name |
Feature/Price | currency | required | Feature price recurring |
Ack | string | always | Success, Error, or Warning |
Timestamp | string | always | All responses return the official SB time stamp in UTC/GMT |
developer_guide/call_reference/getfeaturesrequest.txt · Last modified: 2012/02/25 23:39 by matt