<- Object

Object

All versions ->

InventoryAdjustmentReasonBeta

Represents an inventory adjustment reason.

Link to section

Properties

Link to section

id

Required

The identifier for this inventory adjustment reason.

Link to section

name

string

The seller-facing name for a custom inventory adjustment reason. This field is empty for standard and system-generated adjustment reasons.

Link to section

direction

string

Indicates whether this inventory adjustment reason increases or decreases inventory. This field is set for custom reasons and for standard seller-selectable reasons. It is empty for system-generated inventory events.

Link to section

created_at

string

Read only An RFC 3339-formatted timestamp that indicates when the custom adjustment reason was created. This field is empty for standard adjustment reasons.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

updated_at

string

Read only An RFC 3339-formatted timestamp that indicates when the custom adjustment reason was last updated. This field is empty for standard adjustment reasons.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

is_deleted

boolean

Indicates whether this custom inventory adjustment reason has been deleted. Deleted custom reasons can still be retrieved by ID, but are omitted from list responses unless deleted reasons are explicitly included. To restore a deleted custom reason, call RestoreInventoryAdjustmentReason. This field is always false for standard and system-generated adjustment reasons.