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": "0f21f366-b0c7-4a80-a721-c212d52132a6",
"SourceImage": "sample string 3",
"ProdId": "d1e337d1-cae4-4588-9827-4257e888ef17",
"AttrValue1": "8847c92f-0811-4ad6-b42f-5ce4d755c2c0",
"AttrValue2": "490b1bf6-96fa-4d69-8afb-59cf0167dfdc",
"AttrValue3": "3e5991bb-769a-4ee8-8293-bdc70071aebf",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "0f21f366-b0c7-4a80-a721-c212d52132a6",
"SourceImage": "sample string 3",
"ProdId": "d1e337d1-cae4-4588-9827-4257e888ef17",
"AttrValue1": "8847c92f-0811-4ad6-b42f-5ce4d755c2c0",
"AttrValue2": "490b1bf6-96fa-4d69-8afb-59cf0167dfdc",
"AttrValue3": "3e5991bb-769a-4ee8-8293-bdc70071aebf",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]