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": "2027bd60-dc33-43e6-8635-105b9be7c916",
"SourceImage": "sample string 3",
"ProdId": "ff8154b8-dc98-4ffd-b63d-ea569709243b",
"AttrValue1": "ffb35986-3dfe-4cb5-8da5-4e22b3c0e138",
"AttrValue2": "cccd0a63-e529-49b3-b381-cf166f8c10d7",
"AttrValue3": "ae8e595b-65ed-49f9-af8b-0ef70392ae24",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "2027bd60-dc33-43e6-8635-105b9be7c916",
"SourceImage": "sample string 3",
"ProdId": "ff8154b8-dc98-4ffd-b63d-ea569709243b",
"AttrValue1": "ffb35986-3dfe-4cb5-8da5-4e22b3c0e138",
"AttrValue2": "cccd0a63-e529-49b3-b381-cf166f8c10d7",
"AttrValue3": "ae8e595b-65ed-49f9-af8b-0ef70392ae24",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]