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": "fbe13e26-dac1-4901-8553-96f046d5cf06",
"SourceImage": "sample string 3",
"ProdId": "c462ee54-2347-4592-bd71-71f53f6d9c7f",
"AttrValue1": "2ea0236b-77f8-4513-be5c-376ddb399d4b",
"AttrValue2": "74bdf347-4721-4d92-921f-94db24be5145",
"AttrValue3": "37b1506a-c5dd-49de-89f3-dc4ed5c2e471",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "fbe13e26-dac1-4901-8553-96f046d5cf06",
"SourceImage": "sample string 3",
"ProdId": "c462ee54-2347-4592-bd71-71f53f6d9c7f",
"AttrValue1": "2ea0236b-77f8-4513-be5c-376ddb399d4b",
"AttrValue2": "74bdf347-4721-4d92-921f-94db24be5145",
"AttrValue3": "37b1506a-c5dd-49de-89f3-dc4ed5c2e471",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]