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

Was this helpful?

  1. SkyHub API Guides

Best practices for updating price and inventory

PreviousProduct CategoryNextHomologation - "B2W Entrega" Shipping Label

Last updated 6 years ago

Was this helpful?

Today the Seller can have types of products, simple or configurable. To know more about what each type is, visit our link below:

To avoid errors or divergence of information in the updates we offer two types of requests:

Stock and Price Update for "SIMPLE PRODUCT"

Stock: https://api.skyhub.com.br/products/{sku}

Price: https://api.skyhub.com.br/products/{sku}

Stock and Price Update for "CONFIGURABLE PRODUCT"

We recommend that the update be performed by the variation code, since the merchant may have variation of stock and price.

Stock: https://api.skyhub.com.br/variations/{sku}

Price: https://api.skyhub.com.br/variations/{sku}

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

Product Integration