POST Api/GS1/NewGS1Product
Request Information
URI Parameters
None.
Body Parameters
GS1CreateProductView| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Collection of GS1ProductResult |
None. |
|
| DestImages | Collection of GS1ProductImageCondition |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of GS1ProductImageCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| Gtin | string |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| SourceImage | string |
None. |
|
| ProdId | globally unique identifier |
None. |
|
| AttrValue1 | globally unique identifier |
None. |
|
| AttrValue2 | globally unique identifier |
None. |
|
| AttrValue3 | globally unique identifier |
None. |
|
| ImageType | ImageType |
None. |
|
| ImagePaths | Collection of KeyValue |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Gtin": "sample string 1",
"MerchantId": "fd8789b8-6a99-4901-ac2b-ff5127a2e524",
"SourceImage": "sample string 3",
"ProdId": "861e4010-82db-49e1-b4ba-8f187afd0136",
"AttrValue1": "233326ad-1913-441b-bcd3-6d1f184cb965",
"AttrValue2": "84bb6f21-1aca-4407-846d-a131e32d41b5",
"AttrValue3": "c5b77482-733c-4d89-9339-5008ed6bbc1e",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "fd8789b8-6a99-4901-ac2b-ff5127a2e524",
"SourceImage": "sample string 3",
"ProdId": "861e4010-82db-49e1-b4ba-8f187afd0136",
"AttrValue1": "233326ad-1913-441b-bcd3-6d1f184cb965",
"AttrValue2": "84bb6f21-1aca-4407-846d-a131e32d41b5",
"AttrValue3": "c5b77482-733c-4d89-9339-5008ed6bbc1e",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]