Retrieve Account Status
BetaGET
/v1/sales/account-statuses/{id}This endpoint is idempotent. Learn more
Returns an account status by ID or code.
idstringAccount status ID or code.
include[]optional arrayenumValues:ownerSub-objects to expand in the response. When omitted, sub-objects are returned as null.
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.
ownerownerExpandablenullableOwner 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.
Responses
200
Successful response for Retrieve Account Status