Questions tagged [channeladvisor]

11 questions
2
votes
0 answers

ChannelAdvisor GZIP webhooks with ColdFusion

I am trying to use the new ChannelAdvisor webhooks but the header Content-Encoding comes through as gzip. So when I try to retrieve the content from the HTTP POST using getHTTPRequestData().content it gives the following bad…
2
votes
0 answers

Parital Refund with channel advisor Issue

Anyone familiar with Partial Refunds in channel Advisor ? I am Working with channel advisor API for Refund, I Could'nt refund the amount using API Anyone knows the channel advisor refund API Request? Also I couldnt find the selleradjustmentID in my…
Edwin Thomas
  • 466
  • 4
  • 16
1
vote
2 answers

Working with ChannelAdvisor REST API in PHP - requests not working in CURL

I would like to integrate with ChannelAdvisor REST API using the SOAP Credentials Flow. Based on their documentation, I have setup the following in PostMan (rest client in Chrome browser) like this: When I make the rest; the rest api server…
Latheesan
  • 23,247
  • 32
  • 107
  • 201
0
votes
1 answer

Connecting to Channel Advisor API

I am completely new to APIs and have done some reading. After not being able to connect to the API via a Web data source (https://api.channeladvisor.com/oauth2/token), I am trying to connect to Channel Advisor's API via Power Query (Excel, but it…
Dolunaykiz
  • 323
  • 1
  • 8
0
votes
0 answers

Channel Advisor with Magento 2 Integration

my question is simple, in my company they ask me to synchronize my store made in Magento 2 with Channeladvisor, can someone here help me, because we still do not have the necessary budget for a paid component, is there a free module? or any other…
RolyM
  • 63
  • 1
  • 7
0
votes
0 answers

Magento2 and Channel Advisor Sync

I am starting with Magento 2 and in my company they ask me to synchronize Channel Advissor for inventories and others, is there any way or free extension to achieve it?
RolyM
  • 63
  • 1
  • 7
0
votes
1 answer

Filter Products by Distribution Center Quantity Channel advisor REST API

I am working on a django project in which I am fetching products from Channel Advisor platform using the file export feature. I am using the filter '$filter=ProfileID eq and TotalQuantity gt…
Ajith
  • 1
  • 3
0
votes
1 answer

post httpwebrequest to channel advisor

I am trying to get new token from channeladvisor ecommerce I am using this code // HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://api.channeladvisor.com/oauth2/token"); var…
Khaled
  • 1
  • 1
0
votes
1 answer

Amazon S3 image hosting with Shopify

I have an AWS S3 bucket that I store product images on. I sell on multiple sales channels and use ChannelAdvisor to share all my product data to all the different sites. My image URLs are sent via ChannelAdvisor to the sites. Amazon reads my images…
Mullenb
  • 651
  • 6
  • 20
0
votes
1 answer

Channel Advisor not updaing order information

I am using channel advisor UpdateOrderList operation. $request = array('accountID' => 'acount id', 'updateOrderSubmitList'=> array( "OrderID"=>$ca_id, "ShippingInfo"=>array(.... ) ) ); My result is success. But no change in order shipping…
swapnil shahane
  • 243
  • 1
  • 4
  • 13
0
votes
2 answers

PHP ChannelAdvisor DistributionCenter Entry Remove

I want to delete data for the DistributionCenterCode 'Stock'(here the second entry) completely using PHP for ChannelAdvisor. But I am getting error but I have checked the DistributionCenterCode exists. SKU: ADLAACW009 stdClass…