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": "be826fc2-0ca7-44b4-8179-4254cc8022cf",
"SourceImage": "sample string 3",
"ProdId": "bf691ee8-1cf2-4aaa-81aa-3a3712aeb873",
"AttrValue1": "b69b0b20-5054-470e-8ffe-896d140a468b",
"AttrValue2": "3448c435-1349-45ca-be9e-f67c7eefd468",
"AttrValue3": "991503f8-78e7-414b-a4ef-2768b1fb67ff",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "be826fc2-0ca7-44b4-8179-4254cc8022cf",
"SourceImage": "sample string 3",
"ProdId": "bf691ee8-1cf2-4aaa-81aa-3a3712aeb873",
"AttrValue1": "b69b0b20-5054-470e-8ffe-896d140a468b",
"AttrValue2": "3448c435-1349-45ca-be9e-f67c7eefd468",
"AttrValue3": "991503f8-78e7-414b-a4ef-2768b1fb67ff",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]