Jump to content

mukherjeerohit93

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • First Name
    Rohit
  • Last Name
    Mukherjee

mukherjeerohit93's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi guys, My shop integrates with a web service that needs to update it's order status and tracking number. I've been through the official documentation. I'm aware that I can access JSON versions of the API's by providing the query parameter output_format=JSON 1. Is there any place I can get a comprehensive list of the API's with the query parameters they accept (/api?output_format=JSON) 2. Is it possible for me to provide data for POST/PUT api's via query parameters or do I have to always provide XML? 3. I want to update the order status, what api should I hit and what XML schema/JSON parameters do I have to provide for this? I can update the tracking number by hitting: api/order_carriers/{id}?output_format=JSON. I don't know how to pass in the parameters though. Sorry if this information is documented there, I'd appreciate any help in this direction. Thanks, Rohit
×
×
  • Create New...