object InventorySnapshot
Fields
| Field | Type | Description |
|---|---|---|
snapshot_id | String | |
job_user_id | String | |
job_account_id | String | |
warehouse_id | String | |
customer_account_id | String | |
notification_email | String | |
email_error | String | |
post_url | String | |
post_error | String | |
post_url_pre_check | Boolean | |
status | String | |
error | String | |
created_at | ISODateTime | |
enqueued_at | ISODateTime | |
updated_at | ISODateTime | |
snapshot_url | String | |
snapshot_expiration | ISODateTime | |
new_format | Boolean |
Referenced By
Example
{
"snapshot_id": "abc123",
"job_user_id": "abc123",
"job_account_id": "abc123",
"warehouse_id": "abc123",
"customer_account_id": "abc123",
"notification_email": "abc123",
"email_error": "abc123",
"post_url": "abc123",
"post_error": "abc123",
"post_url_pre_check": true,
"status": "abc123",
"error": "abc123",
"created_at": "abc123",
"enqueued_at": "abc123",
"updated_at": "abc123",
"snapshot_url": "abc123",
"snapshot_expiration": "abc123",
"new_format": true
}