GET /Server/GoodsInfo Command | ||||||||||
| Line: 48 to 48 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
ExampleSample Request | ||||||||||
| Changed: | ||||||||||
| < < |
GET /Server/GoodsInfo?GoodsNo=60 HTTP/1.0 | |||||||||
| > > |
GET /Server/GoodsInfo?GoodsNo=4060090 HTTP/1.0 | |||||||||
| Content-Type: text/html Date: Mon, 28 Jan 2008 07:13:49 GMT | ||||||||||
| Line: 71 to 74 | ||||||||||
|
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
|
| ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
|
| ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
|
| ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
|
| ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
|
| ||||||||||
| Deleted: | ||||||||||
| < < |
| |||||||||
GET /Server/GoodsInfo Command | ||||||||||
| Line: 43 to 43 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
Example | ||||||||||
| Line: 95 to 96 | ||||||||||
|
| ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
GET /Server/GoodsInfo Command | ||||||||||
| Line: 40 to 40 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
| ||||||||||
GET /Server/GoodsInfo Command | ||||||||||
| Line: 44 to 44 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
Example | ||||||||||
| Line: 90 to 93 | ||||||||||
|
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
GET /Server/GoodsInfo Command | |||||||||||||||||||||||||||||||||||||
| Line: 32 to 32 | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||
| Added: | |||||||||||||||||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||||||||||||||||
Example | |||||||||||||||||||||||||||||||||||||
| Line: 55 to 67 | |||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||
| Added: | |||||||||||||||||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||
| Line: 65 to 86 | |||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||
| Added: | |||||||||||||||||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||
| Added: | |||||||||||||||||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||||||||||||||||
| Line: 1 to 1 | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Added: | |||||||||||||||||||||||||||||||||||||||||||||||||
| > > |
GET /Server/GoodsInfo CommandThe GET /Server/GoodsInfo command gets the goods information for a given ItemNo or GoodsNo.Authentication RequiredAnonymous requests are allowed. Documentation for authentication of REST Requests can be found here.Parameters
Item Field
ExampleSample RequestGET /Server/GoodsInfo?GoodsNo=60 HTTP/1.0 Content-Type: text/html Date: Mon, 28 Jan 2008 07:13:49 GMTSample Response HTTP/1.1 200 OK x-gp-request-id: kWKN9dJip1L x-gp-api-version: 20060620 Date: Mon, 28 Jan 2008 07:13:49 GMT Content-Type: application/xml Content-Length: 863 Connection: close Server: GPAPI <?xml version="1.0" encoding="UTF-8" ?> <ServerGoodsInfoResult> <SubCategoryNo>109</SubCategoryNo> <SubCategoryName>Pet feed</SubCategoryName> <CategoryNo>01</CategoryNo> <CategoryName>Food</CategoryName> <Name>Pet Food</Name> <Gold>0</Gold> <Pink>0</Pink> <Green>15</Green> <Prize>0</Prize> <GoodsNo>60</GoodsNo> <ItemImageURL>http://www.gopets.net/files/goodsimg/webimg_00000060.jpg</ItemImageURL> </ServerGoodsInfoResult>Back to Server API Operations -- Home.rallison - 28 Jan 2008 | ||||||||||||||||||||||||||||||||||||||||||||||||