Thetis IMS
Integration

OpenAPI 3

The document below describes our REST API in terms of the OpenAPI version 3 standard.

{ “openapi” : “3.0.1”, “info” : { “title” : “IMS API version 2”, “description” : “Thetis IMS REST API version 2”, “version” : “2022-07-03T06:30:11Z” }, “servers” : [ { “url” : “https://api.thetis-ims.com/{basePath}", “variables” : { “basePath” : { “default” : “/2” } } } ], “paths” : { “/productGroups” : { “get” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full”, “api/purchasing” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full”, “api/purchasing” ] }, { “api_key” : [ ] } ] } }, “/sellers” : { “get” : { “parameters” : [ { “name” : “sellerNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/sellers/{id}/dataDocument” : { “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/splitToNewLot” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/splitToExistingLot” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/globalTradeItems/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full”, “api/forecasting” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/customers” : { “get” : { “parameters” : [ { “name” : “globalLocationNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “addressMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “customerNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/returnShipments/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/shipments/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}/attachments” : { “post” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/createAdjustmentList” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/customers/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/shippingContainers/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/createCostOfSalesList” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/accounting”, “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/globalTradeItems” : { “get” : { “parameters” : [ { “name” : “onlyMoreThanOneLocation”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “stockKeepingUnitMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “businessItemNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyChosenProductGroups”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyActive”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “locationNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “itemCategoryNameMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productGroupNameMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “sizeMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxEstimatedSalesWeeks”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “materialMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxNumRows”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “inboundShipmentNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “piggyback”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “supplierNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productNameMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyHasNotDrawnItems”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxNumItemsSaleable”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “packagingTypeMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “seasonMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “descriptionMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “hazardClassMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “chosenProductGroups”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “brandMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyMissing”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “firstRow”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “colorMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyReorderingAllowed”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “suppliersItemNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “globalTradeItemNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyStockLevelBelowAverage”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyDueForReordering”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “minNumItemsSaleable”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full”, “api/purchasing”, “api/forecasting” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}/stockTakingLinesToDo” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/shipmentLines/{id}” : { “delete” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/createOrderProposal” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}/globalTradeItemLotsToPutAway” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/sellers/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/createTransportBooking” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}/globalTradeItemsToOrder” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/globalTradeItems/{id}/attachments” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } } } }, “/locations” : { “get” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/products” : { “get” : { “parameters” : [ { “name” : “activeSubstanceNameMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “season”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “chosenProductGroups”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “brand”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “piggyback”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyChosenProductGroups”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productNameMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productGroupNameMatch”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/products/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}/shipmentLinesToPack” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/printDocument” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/globalTradeItems/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/suppliers/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/inboundShipmentLines” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/reservations” : { “get” : { “parameters” : [ { “name” : “onlyOpen”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNotAvailable”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyBundles”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “stockKeepingUnitMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “shipmentNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “textMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoShipmentLines”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/receiveReturnedToExistingLot” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/shipments” : { “get” : { “parameters” : [ { “name” : “onlyNotCancelled”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “customerNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “pickingListNumber”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “postalCodeMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyPartlyDelivered”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyOnHold”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “ourReferenceMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “sellersReferenceMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoDeliveryNote”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “carriersShipmentNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNotOnHold”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “carrierName”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “piggyback”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryNoteNumber”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “countryCode”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryDate”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “shippingStatus”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryHorizonInDays”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoPickingList”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “sellerNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “shipmentNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoConsignmentNote”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “firstRow”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryNoteWithinCommonTimeInterval”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyPackingFinished”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “dateDeliveryNoteCreated”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryAddressMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “consignmentNoteNumber”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } }, “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “302” : { “description” : “302 response”, “content” : { } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/consignment”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/globalTradeItemLots/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/purchasing” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/auditLogEntries” : { “get” : { “parameters” : [ { “name” : “idGreaterThan”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “entityName”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxNumRows”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “type”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/includedItems” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } } } }, “/contexts/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales”, “api/purchasing”, “api/consignment” ] }, { “api_key” : [ ] } ] } }, “/inboundShipments” : { “get” : { “parameters” : [ { “name” : “onlyWithPurchaseOrder”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryHorizon”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoGoodsReceipt”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyExpectedToday”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “firstRow”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “purchaseOrderNumber”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoPurchaseOrder”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “invoiceNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “supplierAddressMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoCostVarianceList”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryNoteNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxNumRows”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “inboundShipmentNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “dateGoodsReceiptCreated”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “piggyback”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “supplierNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “deliveryAddressMatch”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/events/{id}/messages” : { “post” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full”, “api/consigment” ] }, { “api_key” : [ ] } ] } }, “/customers/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “api_key” : [ ] } ] } }, “/documents/{id}/inventoryPostings” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/accounting”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/suppliers” : { “get” : { “parameters” : [ { “name” : “supplierNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “addressMatch”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/carriers” : { “get” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/contexts/{id}/dataDocument” : { “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/printResource” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents” : { “get” : { “parameters” : [ { “name” : “onlyCancelled”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “workStatus”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNotCancelled”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “documentType”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “documentNumber”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/returnShipments/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] }, “delete” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/shipmentLines” : { “get” : { “parameters” : [ { “name” : “onlyNotAvailable”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “customerNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoDeliveryNote”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNotCancelled”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “stockKeepingUnitMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “globalTradeItemNumber”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “shipmentNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyShowAbandoned”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/shipments/{id}/deliveryNote” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/pack” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/shipments/{id}/attachments” : { “post” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/shipmentLines/{id}/{attribute}” : { “put” : { “parameters” : [ { “name” : “attribute”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } }, { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } } } }, “/products/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/inboundShipments/{id}/inventoryTransactions” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchase”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/receiveToExistingLot” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/shippingContainers/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] }, “delete” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/consignment” ] }, { “api_key” : [ ] } ] } }, “/returnShipments” : { “get” : { “parameters” : [ { “name” : “piggyback”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “customerNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxNumRows”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNoReturnReceipt”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “returnShipmentNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “firstRow”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/receiveReturnedToNewLot” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/documents/{id}/globalTradeItemsToReplenish” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full” ] }, { “api_key” : [ ] } ] } }, “/shipments/{id}/inventoryTransactions” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/purchasing”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/invocations/createDeliveryNote” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/receiveToNewLot” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/globalTradeItems/{id}/includedItems” : { “post” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/inboundShipments/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] }, “delete” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/purchasing” ] }, { “api_key” : [ ] } ] } }, “/stockTakings/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/invocations/createReturnReceipt” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/shippingContainers” : { “get” : { “parameters” : [ { “name” : “trackingNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “customerNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/productCustomsInformations” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/invocations/createGoodsReceipt” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/shipments/{id}/globalTradeItemInstances” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/shipments/{id}” : { “get” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full”, “api/consignment” ] }, { “api_key” : [ ] } ] }, “delete” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/full” ] }, { “api_key” : [ ] } ] }, “patch” : { “parameters” : [ { “name” : “id”, “in” : “path”, “required” : true, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/sales” ] }, { “api_key” : [ ] } ] } }, “/invocations/countGlobalTradeItemLot” : { “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/sales”, “api/purchasing”, “api/full” ] }, { “api_key” : [ ] } ] } }, “/globalTradeItemLots” : { “get” : { “parameters” : [ { “name” : “onlyDueForStockTaking”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxNumItemsRemaining”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “maxNumItemsPosted”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyRemaining”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “batchNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “globalTradeItemNumber”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “stockKeepingUnitMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “trackingNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyValue”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyOld”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “locationNumberMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “itemCategoryNameMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “daysToExpirationDate”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “sizeMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “daysToBestBeforeDate”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “productNameMatch”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “inventorySortDateBefore”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “minDaysSinceLastStockTaking”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “lotStatus”, “in” : “query”, “schema” : { “type” : “string” } }, { “name” : “onlyNotPickable”, “in” : “query”, “schema” : { “type” : “string” } } ], “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/purchasing” ] }, { “api_key” : [ ] } ] }, “post” : { “responses” : { “422” : { “description” : “422 response”, “content” : { } }, “500” : { “description” : “500 response”, “content” : { } }, “200” : { “description” : “200 response”, “content” : { “application/json” : { “schema” : { “$ref” : “#/components/schemas/Empty” } } } } }, “security” : [ { “Cognito” : [ “api/full”, “api/purchasing” ] }, { “api_key” : [ ] } ] } } }, “components” : { “schemas” : { “Empty” : { “title” : “Empty Schema”, “type” : “object” } }, “securitySchemes” : { “api_key” : { “type” : “apiKey”, “name” : “x-api-key”, “in” : “header” }, “Cognito” : { “type” : “apiKey”, “name” : “Authorization”, “in” : “header”, “x-amazon-apigateway-authtype” : “cognito_user_pools” } } } }