Skip to content

Commit

Permalink
fix: Remove sku from Compatibility
Browse files Browse the repository at this point in the history
From the eBay docs: "For the createOrReplaceProductCompatibility call, the SKU value for the inventory item is actually passed in as part of the call URI, and not in the request payload."
  • Loading branch information
olliechick committed Nov 3, 2020
1 parent 06c55a4 commit 506d988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/restfulTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ export type CompatibleProduct = {

export type Compatibility = {
compatibleProducts: CompatibleProduct[]
sku: string
}

export type Specification = {
Expand Down

0 comments on commit 506d988

Please sign in to comment.