Viewing API Data in Acumatica

Viewing API Data in Acumatica

API data can be viewed in Acumatica for the purpose of tracking schema fields that will be used in data transfers, as well as exposing the data being transferred between Acumatica and the commerce platform for debugging purposes.

Viewing Schema APIs

Schema data can be viewed in Acumatica to show what schema is being included within the API call. Once schema is selected (See Sec. 2.2.1-3), it will be included in the entity’s API call to the commerce platform. Navigate to the Commerce Connector Workspace and find the APIs section. The following Schema can be viewed:

  • Category
  • Customer
  • Product

Click one of the Schema options. The Output Json Return Value will display the hard coded form that includes all the schema field to be included in data transfers.

Figure 11 – The raw basic data of Product Schema being synced

Viewing Product Data APIs

Raw product data can be viewed in Acumatica to show the information being passed from Acumatica to the commerce platform in an API call. When data has been transferred between Acumatica and the commerce platform, the raw data can be viewed by navigating to the Commerce Connector Workspace and finding the APIs section. The following data fields can be viewed:

  • Category
  • Customer
  • Order
  • Product

Click one of the Data options. In the ID field, enter the ID of the category/customer/order/product into the ID Box. A visualization of the API data being sent between Acumatica and the commerce platform will appear.

Figure 12 – Raw order data being viewed within the Order Data Screen