object InventorySnapshot

Fields

FieldTypeDescription
snapshot_idString
job_user_idString
job_account_idString
warehouse_idString
customer_account_idString
notification_emailString
email_errorString
post_urlString
post_errorString
post_url_pre_checkBoolean
statusString
errorString
created_atISODateTime
enqueued_atISODateTime
updated_atISODateTime
snapshot_urlString
snapshot_expirationISODateTime
new_formatBoolean

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
}