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": "ea2d08aa-6bd6-4376-9ee7-196e73204e29",
"SourceImage": "sample string 3",
"ProdId": "afac81b9-022c-4424-9c2f-08db253af8e6",
"AttrValue1": "dd506799-ef12-46ae-aa6a-b6f09773e47e",
"AttrValue2": "4dd6a2b3-b439-48b3-abed-73283f6260c7",
"AttrValue3": "9c38f290-425a-44a0-9abf-639ecb64a877",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "ea2d08aa-6bd6-4376-9ee7-196e73204e29",
"SourceImage": "sample string 3",
"ProdId": "afac81b9-022c-4424-9c2f-08db253af8e6",
"AttrValue1": "dd506799-ef12-46ae-aa6a-b6f09773e47e",
"AttrValue2": "4dd6a2b3-b439-48b3-abed-73283f6260c7",
"AttrValue3": "9c38f290-425a-44a0-9abf-639ecb64a877",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]