POST v3/Order
Request Information
URI Parameters
None.
Body Parameters
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerInstructions | Collection of string |
None. |
|
| CustomerOrderNumber | string |
None. |
|
| OrderContact | Contact |
None. |
|
| OrderItems | Collection of OrderItem |
Required |
|
| PaymentTerms | string |
None. |
|
| PaymentType | PaymentTypes |
None. |
|
| PoNumber | string |
None. |
|
| PromotionCode | string |
None. |
|
| ProofEmail | string |
None. |
|
| RequestedInHand | date |
None. |
|
| RequestedShipDate | date |
None. |
|
| ShipToAddress | Address |
Required |
|
| SignZoneCustomerNumber | string |
Required |
|
| ThirdPartyShippingAccount | string |
None. |
|
| TestOnly | boolean |
None. |
|
| ShippingCarrier | string |
None. |
|
| ShippingMethod | string |
None. |
|
| CustomLabelLink | string |
None. |
|
| ShippingInstructions | string |
None. |
|
| MetaData | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerInstructions": [
"sample string 1",
"sample string 2"
],
"CustomerOrderNumber": "sample string 1",
"OrderContact": {
"Name": "sample string 1",
"PhoneNumber": "sample string 2",
"Email": "sample string 3"
},
"OrderItems": [
{
"Sku": "sample string 1",
"Quantity": 2.0,
"LineNumber": "sample string 3",
"ParentLineNumber": "sample string 4",
"CustomerLineNumber": "sample string 5",
"CustomerLineReference": "sample string 6",
"Uom": "sample string 7",
"Description": "sample string 8",
"UnitPrice": 1.0,
"ArtWorkLink": "sample string 9",
"CustomerInstructions": "sample string 10",
"ImprintLocationCodes": [
"sample string 1",
"sample string 2"
],
"ArtworkApproval": "sample string 11",
"ArtTypeCode": "sample string 12"
},
{
"Sku": "sample string 1",
"Quantity": 2.0,
"LineNumber": "sample string 3",
"ParentLineNumber": "sample string 4",
"CustomerLineNumber": "sample string 5",
"CustomerLineReference": "sample string 6",
"Uom": "sample string 7",
"Description": "sample string 8",
"UnitPrice": 1.0,
"ArtWorkLink": "sample string 9",
"CustomerInstructions": "sample string 10",
"ImprintLocationCodes": [
"sample string 1",
"sample string 2"
],
"ArtworkApproval": "sample string 11",
"ArtTypeCode": "sample string 12"
}
],
"PaymentTerms": "sample string 2",
"PaymentType": "Blank",
"PoNumber": "sample string 3",
"PromotionCode": "sample string 4",
"ProofEmail": "sample string 5",
"RequestedInHand": "2026-05-06T06:54:21.5416707-05:00",
"RequestedShipDate": "2026-05-06T06:54:21.5416707-05:00",
"ShipToAddress": {
"CompanyName": "sample string 1",
"StreetAddress1": "sample string 2",
"StreetAddress2": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"Zip": "sample string 6",
"Country": "sample string 7",
"Contact": "sample string 8"
},
"SignZoneCustomerNumber": "sample string 6",
"ThirdPartyShippingAccount": "sample string 7",
"TestOnly": true,
"ShippingCarrier": "sample string 8",
"ShippingMethod": "sample string 9",
"CustomLabelLink": "sample string 10",
"ShippingInstructions": "sample string 11",
"MetaData": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.