Wix – Gotchas
Create a professional website with the Wix website builder. Choose a customizable designer-made template and add the features you need.
5 gotchas across 3 resources
These are connector-specific behaviors and limitations to be aware of when integrating.
Customers1 gotcha
customersAllWix does not expose a native cross-page total record count in list responses. meta.total_count will not appear. Surfacing the total requires a POST to the Wix Stores query endpoint (/wix-stores/v1/{resource}/query) which returns a totalResults field — an extra API call not currently implemented.
Orders1 gotcha
ordersAllWix does not expose a native cross-page total record count in list responses. meta.total_count will not appear. Surfacing the total requires a POST to the Wix Stores query endpoint (/wix-stores/v1/{resource}/query) which returns a totalResults field — an extra API call not currently implemented.
Products3 gotchas
productsAllWix V3 catalog assigns unique SKUs and weights to each product variant. The product-level sku and weight fields represent only the first variant for backward compatibility. To access complete variant data across all product variations, reference the individual variants[].sku and variants[].weight fields which contain the accurate data for each variant.
productsAllWix does not expose a native cross-page total record count in list responses. meta.total_count will not appear. Surfacing the total requires a POST to the Wix Stores query endpoint (/wix-stores/v1/{resource}/query) which returns a totalResults field — an extra API call not currently implemented.
productsOneWix V3 catalog assigns unique SKUs and weights to each product variant. The product-level sku and weight fields represent only the first variant for backward compatibility. To access complete variant data across all product variations, reference the individual variants[].sku and variants[].weight fields which contain the accurate data for each variant.