cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error as "Invalid <ShippingPackage>." while pulish the Offer

Hi,

i have created offer with bellow data.

{
  "offerId": "40041956011",
  "sku": "CAR-LLL",
  "marketplaceId": "EBAY_US",
  "format": "FIXED_PRICE",
  "listingDescription": "This is a new product.&nbsp;\nDescription here.",
  "availableQuantity": 50,
  "quantityLimitPerBuyer": 2,
  "pricingSummary": {
    "price": {
      "value": "249.99",
      "currency": "USD"
    },
    "pricingVisibility": "PRE_CHECKOUT"
  },
  "listingPolicies": {
    "returnPolicyId": "264204754014",
    "fulfillmentPolicyId": "264204745014",
    "shippingCostOverrides": [
      {
        "shippingServiceType": "DOMESTIC"
      }
    ],
    "eBayPlusIfEligible": false
  },
  "categoryId": "57988",
  "merchantLocationKey": "ship1",
  "tax": {
    "applyTax": false
  },
  "status": "UNPUBLISHED",
  "listingDuration": "DAYS_30",
  "lotSize": 50,
  "includeCatalogProductDetails": false,
  "hideBuyerDetails": false,
  "shippingOptions": [
    {
      "shippingCost": {
        "value": "0.00",
        "currency": "USD"
      },
      "shippingServiceCode": "USPSPriorityMail",
      "shipToLocations": [
        {
          "countryCode": "US"
        }
      ],
      "packageType": "USPSPriorityMailFlatRateBox"
    }
  ]
}

 

but when i when i am checking the offer data using getOffer in API exlorer tool but not geting "shippingoption" node in joson data. 
when i am going to publish the data using API explorer tool getting. bellow error.

{
  "errors": [
    {
      "errorId": 25101,
      "domain": "API_INVENTORY",
      "subdomain": "Selling",
      "category": "Request",
      "message": "Invalid <ShippingPackage>."
    }
  ]
}

can any one help me to solve the issue ?

 

Message 1 of 2
latest reply
1 REPLY 1

Error as "Invalid <ShippingPackage>." while pulish the Offer

Hi, was this ever solved? Having the same issue.

Message 2 of 2
latest reply