Last active
June 22, 2022 13:35
-
-
Save tmclnk/9b66709fd21d4b06e143c0fed9d2edc0 to your computer and use it in GitHub Desktop.
Inventory/ItemsInChunksList Response => Inventory/ItemPriceAndAvailabilityList Request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inventory/ItemsInChunksList Response => Inventory/ItemPriceAndAvailabilityList Request | |
jq '{request : {dsItemPriceAndAvailRequest: {dtPriceAndAvailRequest: [{CustomerID:"1234",ShiptoSequence:"0", SaleType:"WHSE"}], dtItemToProcessRequest: [.response.ItemsInChunksListResponse.dsItemsInChunksListResponse.dtItemsInChunksListResponse[] | {ItemCode: .ItemCode, OrderQty: "1", "UOM":""}]}}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment