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": "bece736e-95bb-4820-9a4e-4b00d71d6f82",
"SourceImage": "sample string 3",
"ProdId": "facca355-73db-4b8a-b988-f1af0c0fc313",
"AttrValue1": "c8dd2932-103c-4b7c-ad50-e0fa093b2b4c",
"AttrValue2": "3fedb56e-f8db-43b2-aa89-2171cfe264c8",
"AttrValue3": "1180a006-7460-4930-9301-42f63bd11b4c",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "bece736e-95bb-4820-9a4e-4b00d71d6f82",
"SourceImage": "sample string 3",
"ProdId": "facca355-73db-4b8a-b988-f1af0c0fc313",
"AttrValue1": "c8dd2932-103c-4b7c-ad50-e0fa093b2b4c",
"AttrValue2": "3fedb56e-f8db-43b2-aa89-2171cfe264c8",
"AttrValue3": "1180a006-7460-4930-9301-42f63bd11b4c",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]