Authorizations
Format: "Bearer <access_token>"
Response
Deletion event successfully sent
Publish one or more listings created by the calling user’s company. If no node URLs are specified, all write-enabled nodes for the authenticated company are targeted.
curl --request POST \
--url https://api.seminode.com/v1/me/listings/publish \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"listings": [
{
"attributes": {
"coo": "<string>",
"currency": "<string>",
"custom": {},
"date_code": "<string>",
"description": "<string>",
"eccn": "<string>",
"lot_no": "<string>",
"moq": 123,
"mpq": 123,
"packaging": "<string>"
},
"batch_id": "<string>",
"company": "<string>",
"contact": {
"methods": [
"<string>"
],
"reply_url": "<string>"
},
"encrypted": {
"ciphertext": "<string>",
"payload": {}
},
"errors": {},
"image_url": "<string>",
"internal_no": "<string>",
"material_no": "<string>",
"mfr": "<string>",
"qty": 123,
"timing": {
"expiry": 123,
"lead_time": "<string>",
"lead_time_int": 123,
"required_date": 123
},
"type": "<string>",
"unit_price": 123
}
],
"urls": [
"<string>"
]
}'{
"detail": "<string>"
}Format: "Bearer <access_token>"
Listing IDs and optional node URLs
Deletion event successfully sent
Was this page helpful?
curl --request POST \
--url https://api.seminode.com/v1/me/listings/publish \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"listings": [
{
"attributes": {
"coo": "<string>",
"currency": "<string>",
"custom": {},
"date_code": "<string>",
"description": "<string>",
"eccn": "<string>",
"lot_no": "<string>",
"moq": 123,
"mpq": 123,
"packaging": "<string>"
},
"batch_id": "<string>",
"company": "<string>",
"contact": {
"methods": [
"<string>"
],
"reply_url": "<string>"
},
"encrypted": {
"ciphertext": "<string>",
"payload": {}
},
"errors": {},
"image_url": "<string>",
"internal_no": "<string>",
"material_no": "<string>",
"mfr": "<string>",
"qty": 123,
"timing": {
"expiry": 123,
"lead_time": "<string>",
"lead_time_int": 123,
"required_date": 123
},
"type": "<string>",
"unit_price": 123
}
],
"urls": [
"<string>"
]
}'{
"detail": "<string>"
}