Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
docs: fixes listInventorySupply example
Browse files Browse the repository at this point in the history
Closes #368
  • Loading branch information
moltar committed May 4, 2021
1 parent 6116959 commit 9f0f405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fulfillment-inventory/list-inventory-supply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
ListInventorySupplyRequestParameters,
RequestMeta,
ResponseGroup,
} from '@scaleleap/amazon-mws-api-sdk'
} from '../..'

/**
* Configure the HttpClient
Expand Down Expand Up @@ -56,7 +56,7 @@ const main = async () => {
* OPTIONAL
*/

// SellerSku: ['SKU123']
SellerSkus: ['SKU123'],
// ResponseGroup: responseGroup
}

Expand Down

0 comments on commit 9f0f405

Please sign in to comment.