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": "2a9f0ec9-83af-4b8a-8c48-1b197bf46bea",
"SourceImage": "sample string 3",
"ProdId": "18b6f8a2-49f1-49b5-b4f2-b8eb13513c6c",
"AttrValue1": "35bc6da6-adf2-432e-8b33-75201689041d",
"AttrValue2": "8444754f-9264-4e48-a818-3d15c038d1c0",
"AttrValue3": "103c9c65-87a4-4260-8d5c-73541ced0cef",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "2a9f0ec9-83af-4b8a-8c48-1b197bf46bea",
"SourceImage": "sample string 3",
"ProdId": "18b6f8a2-49f1-49b5-b4f2-b8eb13513c6c",
"AttrValue1": "35bc6da6-adf2-432e-8b33-75201689041d",
"AttrValue2": "8444754f-9264-4e48-a818-3d15c038d1c0",
"AttrValue3": "103c9c65-87a4-4260-8d5c-73541ced0cef",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]