ATUM has provided access to certain data regarding items/orders/shipments. We'll be going over those endpoints and how to use them. ReferenceId and Order are interchangable and mean the same thing.
Authorization for these end points uses http basic username password authentication.
Base url: https://www.atum.bio/eCommerce/restful
Get all information about ordered items
- Request method
- get
- Output
- csv
Parameters
Name | Type | Required | Description |
---|
Get the item status based upon itemIds passed in.
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|---|---|---|
itemIds | Integer[] | Yes | Item ids in order |
include | String[] | No | Options that will trigger more information to be present
|
Get all items in this order defined by refId
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|---|---|---|
refId | Integer | Yes | ReferenceId aka OrderId |
Download ALL files for an item. Can be from shipment and design process.
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|---|---|---|
itemId | Integer | Yes | itemId provided when placing order |
Get all orders that haven’t been shipped or canceled yet.
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|
Download files associated with shipment
- Request method
- get
- Output
- zip
Parameters |Name|Type|Required|Description| |----|----|-----------| |refId|Integer|Yes|ReferenceId aka OrderId| |shipmentNumber|Integer|Yes|Shipment number provided when we ship the order. There can be multiple shipments for a an order.|
Download ALL files for an order regardless of shipment
- Request method
- get
- Output
- zip
Parameters
Name | Type | Required | Description |
---|---|---|---|
refId | Integer | Yes | ReferenceId aka OrderId |
Get gene information for order placed
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|---|---|---|
referenceId | Integer | Yes | ReferenceId aka OrderId |
Get all inhouse vector information.
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|
Get all customs vectors for this account(not just contact).
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|
Get all billing and shipping addresses in address book.
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|
Get all payment methods in account(not not just contact)
- Request method
- get
- Output
- json
Parameters
Name | Type | Required | Description |
---|