Skip to content

Commit

Permalink
Merge pull request #72 from ingrammicro-xvantage/feature/tweak-workflow
Browse files Browse the repository at this point in the history
Feature/tweak workflow
  • Loading branch information
im-deviprakash authored Nov 11, 2024
2 parents 1a03542 + 2f65e0c commit 5573bdb
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions openapispec/unified/XI-Resellers-API-Spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,7 @@ paths:
description: ID of the plan
required: false
schema:
oneOf:
- type: string
- type: integer
type: string
example: 471490
- name: showGroupInfo
in: query
Expand Down Expand Up @@ -9473,9 +9471,7 @@ components:
type: object
properties:
availabilityByWarehouseId:
oneOf:
- type: string
- type: integer
type: string
description: Plant/warehouse Id of a particular location in order to get just the inventory of that location.
availabilityForAllLocation:
type: boolean
Expand All @@ -9502,15 +9498,11 @@ components:
nullable: true
description: The UPC code for the product. Consists of 12 numeric digits that are uniquely assigned to each trade item.
quantityRequested:
oneOf:
- type: string
- type: integer
type: string
nullable: true
description: Number of quantity of the Product.
planID:
oneOf:
- type: string
- type: integer
type: string
nullable: true
description: Id of the plan
additionalAttributes:
Expand Down

0 comments on commit 5573bdb

Please sign in to comment.