Inquiries about REST API usage

  1. When registering the product, can I enter the category using REST API?

  2. I’m curious about the order process in REST API.

  • API to view new orders when a customer’s purchase occurs
  • API to check new orders
  • Shipment processing (invoice registration) API for an order
  • Shipping Status Change API for Order
    Does it support API that can perform the above processing process?
  1. Is there an item in REST API that can collect or answer customer inquiries?

Hi - I’d recommend using the GraphQL API for these processes since REST is legacy and you’ll need to migrate to GraphQL when REST is fully deprecated.