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": "a28ab0cd-8ed1-4a66-a55a-ad8ada6f4673",
"SourceImage": "sample string 3",
"ProdId": "73186389-69f5-4f7f-8c01-42159364de31",
"AttrValue1": "b84f3158-46da-430a-a5c7-95290c821a72",
"AttrValue2": "5a9aec2e-17df-427a-8038-d95f39fb57b9",
"AttrValue3": "73171c97-54f0-45c7-979b-419b8f135b31",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "a28ab0cd-8ed1-4a66-a55a-ad8ada6f4673",
"SourceImage": "sample string 3",
"ProdId": "73186389-69f5-4f7f-8c01-42159364de31",
"AttrValue1": "b84f3158-46da-430a-a5c7-95290c821a72",
"AttrValue2": "5a9aec2e-17df-427a-8038-d95f39fb57b9",
"AttrValue3": "73171c97-54f0-45c7-979b-419b8f135b31",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]