Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Added Adjustment Type ENUMS to documentation #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/Model/V1AdjustInventoryRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@ Name | Getter | Setter | Type | Description | Notes

Note: All properties are protected and only accessed via getters and setters.

## Adjustment Types
adjustment_type | Description
------------ | ------------ |
SALE | Deduct from inventory
RECEIVE_STOCK | Add to inventory
MANUAL_ADJUST |


[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)