Account Statuses
The
account_status objectAccountStatus is a lookup value describing the standing of a customer account, such as whether shipments or all activity should be held.
idstringAccount status ID.
objectstringenumValues:account_statusResource type identifier.
codestringenumValues:normalpreferredhold_shipmentMachine-readable status code.
This is the value used as a customer's status.
normal: standard account with no restrictions.preferred: account flagged as preferred (e.g. for prioritized handling).hold_shipment: shipments to this account are held; orders may still be placed.hold_all: all activity for this account is held.
namestringHuman-readable label for the status.
ownerownernullableOwner of this resource.
Account statuses are system-owned platform defaults shared across all accounts.
objectstringenumValues:ownerResource type identifier.
typestringenumValues:systemaccountWhere this resource came from.
system: a platform-provided default shared across all accounts; not editable.account: created and owned by a specific account; theaccountfield identifies which.
accountaccountnullableThe account that owns this resource.
Present only when type is account; system-owned resources have no owning account.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.