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": "f4c2c674-add3-4e9f-a9d4-6ada28ff9442",
"SourceImage": "sample string 3",
"ProdId": "c16ee45a-d012-40e2-b439-d93f7a1ce5d3",
"AttrValue1": "59a20fd1-9f0b-429e-af9a-598a1faf1fdc",
"AttrValue2": "e7a36a6a-026b-4f33-8bb9-ab4edc413755",
"AttrValue3": "eb8a04c6-9674-4f83-8f3e-1b42ebae8f60",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "f4c2c674-add3-4e9f-a9d4-6ada28ff9442",
"SourceImage": "sample string 3",
"ProdId": "c16ee45a-d012-40e2-b439-d93f7a1ce5d3",
"AttrValue1": "59a20fd1-9f0b-429e-af9a-598a1faf1fdc",
"AttrValue2": "e7a36a6a-026b-4f33-8bb9-ab4edc413755",
"AttrValue3": "eb8a04c6-9674-4f83-8f3e-1b42ebae8f60",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]