POST AdminApi/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": "3c425534-398b-46c8-9657-88ee9a09e8dc",
"SourceImage": "sample string 3",
"ProdId": "1af90dab-aa52-45b4-a600-5d4684cc93e0",
"AttrValue1": "57f1871b-0af6-4620-9bdc-f1d652002ae0",
"AttrValue2": "774fbf81-4bbd-4dc0-a260-bd5ddff1d18c",
"AttrValue3": "5d9ec6a1-babb-4e64-af1f-c06db271d625",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "3c425534-398b-46c8-9657-88ee9a09e8dc",
"SourceImage": "sample string 3",
"ProdId": "1af90dab-aa52-45b4-a600-5d4684cc93e0",
"AttrValue1": "57f1871b-0af6-4620-9bdc-f1d652002ae0",
"AttrValue2": "774fbf81-4bbd-4dc0-a260-bd5ddff1d18c",
"AttrValue3": "5d9ec6a1-babb-4e64-af1f-c06db271d625",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]