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:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "f0f7a391-e6b0-41f1-a7df-4115d8332d11",
"SourceImage": "sample string 3",
"ProdId": "044cc2f2-9efd-4e03-ad17-d4e4197dbcd1",
"AttrValue1": "001bd52d-440c-419c-b8b4-2d48995f1c19",
"AttrValue2": "28466a40-7cf1-465e-96fc-0096bc47e210",
"AttrValue3": "fd4fda40-6012-4ff3-b9d5-6ff56fe3025d",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "f0f7a391-e6b0-41f1-a7df-4115d8332d11",
"SourceImage": "sample string 3",
"ProdId": "044cc2f2-9efd-4e03-ad17-d4e4197dbcd1",
"AttrValue1": "001bd52d-440c-419c-b8b4-2d48995f1c19",
"AttrValue2": "28466a40-7cf1-465e-96fc-0096bc47e210",
"AttrValue3": "fd4fda40-6012-4ff3-b9d5-6ff56fe3025d",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]