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": "717dcdb2-0096-43a3-8fc2-329563c396fd",
"SourceImage": "sample string 3",
"ProdId": "dcaaa55a-cc86-441c-b42e-20705fc72df0",
"AttrValue1": "caccedb1-f5bd-45cd-b24f-5519c071471f",
"AttrValue2": "dd70cbee-1658-40c1-871c-05a0bde5d151",
"AttrValue3": "23357075-0f43-4c13-800b-615a4cdf51eb",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "717dcdb2-0096-43a3-8fc2-329563c396fd",
"SourceImage": "sample string 3",
"ProdId": "dcaaa55a-cc86-441c-b42e-20705fc72df0",
"AttrValue1": "caccedb1-f5bd-45cd-b24f-5519c071471f",
"AttrValue2": "dd70cbee-1658-40c1-871c-05a0bde5d151",
"AttrValue3": "23357075-0f43-4c13-800b-615a4cdf51eb",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]