SkyHub API English
  • About SkyHub API
  • Sandbox and Production Environments
  • Authentication and Data Format
  • Pagination and Filters
  • HTTP Response Status Codes
  • Request Limits
  • Getting Started
  • Best Practices
  • Homologation Process
  • Freight Service
  • SkyHub API Guides
    • Product Integration
    • How to homologate my integration with SkyHub?
    • Shipping Label Service
    • Order integration and its statuses
    • Order and Product Filtering
    • Deleting items via API
    • Queues - Order Integration Queue
    • Product Category
    • Best practices for updating price and inventory
    • Homologation - "B2W Entrega" Shipping Label
    • Products Attributes
    • Query Synchronization and Production Errors
Powered by GitBook
On this page
  • List error categories
  • Get an error category
  • Get products with error
  • Get products with error by category:
  • Get orders with errors
  • Get orders with error by error category
  • Ignore product and order errors

Was this helpful?

  1. SkyHub API Guides

Query Synchronization and Production Errors

PreviousProducts Attributes

Last updated 6 years ago

Was this helpful?

This guide will explain how to consult products that have had errors connecting in B2W and also production errors after the connection. You will also be able to query orders synchronization errors.

List error categories

Performing the query below will list all error categories in SkyHub.

https://api.skyhub.com.br/sync_errors/categories

The code field of the query above refers to error category, such as "link_b2w_products".

Get an error category

In this query you can get all errors and solutions mapped to a particular category as an example we will use the error category "link_b2w_product".

https://api.skyhub.com.br/sync_errors/categories/link_b2w_products

Get products with error

In the query below you will be able to obtain all your products that you encounter with any type of error.

https://api.skyhub.com.br/sync_errors/products

Field

Description

error_qty

total of products with error

entity_id

SKU number with error

message

error message

last_accurence

date of the last error occurrence of this product

error_code

error code

error_category_code

error category code

Get products with error by category:

The example below will only return products with an error of a given category. In this case we will continue to use the example error category "link_b2w_products" to create a query.

https://api.skyhub.com.br/sync_errors/products?error_category_code=link_b2w_products

The query returns the total of products with error for the category chosen in the query and also its sku and error.

Get orders with errors

In the query below you will be able to get all of your orders that are with any type of error.

https://api.skyhub.com.br/sync_errors/orders

This query will return with the total of failed orders, their delivery, and reason for the error.

Get orders with error by error category

https://api.skyhub.com.br/sync_errors/orders?error_category_code=sync_order_skyhub_to_mtkp 

Ignore product and order errors

Products:

When we use the "PATCH" method, we inform Skyhub that we do not want to see that particular error again, this mean, after correcting the problem, you can inform SkyHub that you have made the correction and do not want to see that error again, and it will not appear again.

PATCH /sync_errors/products

Orders:

PATCH /sync_errors/orders

If you have any question, please send an e-mail to api@skyhub.com.br