s

sdk-shipping

Newegg marketplace sellers can take advantage of discounted shipping rates by using the Newegg Shipping Label Service for Newegg Marketplace orders.
https://developer.newegg.com/
Files download
File Operation
sdk-shipping-2.0.0.jar download
sdk-shipping-2.0.0.pom download
sdk-shipping-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.newegg.marketplace</groupId>
  <artifactId>sdk-shipping</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.newegg.marketplace:sdk-shipping:2.0.0'
Gradle Kotlin
implementation("com.newegg.marketplace:sdk-shipping:2.0.0")
Scala SBT
libraryDependencies += "com.newegg.marketplace" % "sdk-shipping" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.newegg.marketplace', module='sdk-shipping', version='2.0.0')
)
Apache Ivy
<dependency org="com.newegg.marketplace" name="sdk-shipping" rev="2.0.0" />
Leiningen
[com.newegg.marketplace/sdk-shipping "2.0.0"]
Apache Buildr
'com.newegg.marketplace:sdk-shipping:jar:2.0.0'