Delivery Methods
The DeliveryMethods resource allows DeliveryMethods to be listed.
The full range of URIs and HTTP Verbs supported are:
Operation |
HTTP Action |
List a page of Delivery Methods |
GET /DeliveryMethods |
GET DeliveryMethods
These filters can be used with the GET DeliveryMethods endpoint:
Filter |
Description |
name |
Only return delivery methods that start with the specific name. |
modifiedSince |
Only return orders created or edited after a specified date, must be UTC format. |
Available Fields for DeliveryMethods:
Property |
Type |
Length |
Required |
Notes |
Guid |
Guid |
|
Yes |
Unique identifier. Can only be set when adding a record. |
LastModifiedOn |
Nullable DateTime |
|
|
|
Name |
String |
50 |
Yes |
|
Obsolete |
Boolean |
true ,false |
|
|
Examples for Request GET /DeliveryMethods
show xml example
show json example
Use the API Sandbox to see how the object is rendered in JSON or XML.
Note: An Unleashed account is required before you can use the API Sandbox.
Trial accounts are also allowed to connect to the API.
You can register a new account here: Register.