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

Commit

Permalink
fix: this is the correct API ver
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jul 7, 2020
1 parent f259195 commit a455fbf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/sections/shipment-invoicing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ import { HttpClient, RequestMeta, Resource } from '../http'
import { ensureArray, ensureString } from '../parsing'
import { getServiceStatusByResource } from './shared'

/**
* The first API version is what's written in the docs directory name
* but the second one is what's used in the request examples
* Keeping both for now as reference, and encountered an issue in integrations
* early on (something about incorrect address) that resolved itself for some reason
*/
const SHIPMENT_INVOICING_API_VERSION = '2018-11-01'
// const SHIPMENT_INVOICING_API_VERSION = '2018-09-01'
const SHIPMENT_INVOICING_API_VERSION = '2018-09-01'

export interface GetFbaOutboundShipmentDetailParameters {
MarketplaceId: string
Expand Down

0 comments on commit a455fbf

Please sign in to comment.