From f6a5ddb7c3f805c128c1adc5d373918b5723e181 Mon Sep 17 00:00:00 2001 From: TravisCornelius Date: Sun, 28 Apr 2019 22:14:48 -0500 Subject: [PATCH] Added Adjustment ENUMS Manual_Adjust doesn't seem to be working --- docs/Model/V1AdjustInventoryRequest.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Model/V1AdjustInventoryRequest.md b/docs/Model/V1AdjustInventoryRequest.md index c2ad06d..ff43fd4 100644 --- a/docs/Model/V1AdjustInventoryRequest.md +++ b/docs/Model/V1AdjustInventoryRequest.md @@ -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)