SDSamtec Developer Portal
APIsOrdersReference

Submits a new order for processing.

CLIENT SCOPE: intended for use by clients submitting orders to Samtec

POST
/v1/new
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

In: header

Header Parameters

client-app-name?string

Name of the client application

Default"samtec-dev-portal"

Request Body

Order and line item data. All dates should be passed in ISO 8601 date + no time + time zone offset format, e.g. 2023-06-17T00:00:00+00:00. Use a HoldReason if you need to make sure a Customer Service representative review this order and contact you for details.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/new" \  -H "Content-Type: application/json" \  -d '{}'
[  "TTQ44XTJM6P8"]