DELETE product/ProductCatalog?ItemNames[0]={ItemNames[0]}&ItemNames[1]={ItemNames[1]}

Action take a list of Item Names and will Delete the product from FreightPOP.

Pass HTTP Authorization request header with value "Bearer {token}" to perform this action.

EndPoint

Production Url: https://enterprise.freightpop.com/product/ProductCatalog

Sandbox Url: https://sandbox-api.freightpop.com/product/ProductCatalog

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ItemNames

Collection of string
Required

Body Parameters

None.

Response Information

Resource Description

BadResponse
NameDescriptionTypeAdditional information
Data

Data returned by api

Object

None.

Code

Response code returned by api

HttpStatusCode

None.

Message

Human readable message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 100,
  "Message": "sample string 2",
  "Data": {}
}