id
int64
1
7
title
stringclasses
4 values
url
stringlengths
31
67
embeddings
list
text
stringlengths
31
854
2
https://docs.rutterapi.com/reference/product-webhooks
[]
when the job has completed. A product object will be returned on POST /product success, and an error message will be returned on failure. In the platforms where image upload and/or variant create run asynchronously after the initial POST /products request, we will send an error message in case variant create or image u...
1
https://docs.rutterapi.com/reference/errors
[]
A comprehensive breakdown of all Rutter client and server-side errors We use standard HTTP response codes for success and failure notifications, and our errors are further classified by error_type. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are...
2
https://docs.rutterapi.com/reference/errors
[]
and is not safe for programmatic use.
1
https://docs.rutterapi.com/reference/connection-errors
[]
Errors can occur related to a particular Connection. Returned when a data request has been made for an endpoint that is not yet ready. Returned when a data request has been made for an endpoint that has not been activated for your account. Returned when a data request has made with an invalid access_token or HTTP Basic...
2
https://docs.rutterapi.com/reference/connection-errors
[]
request has been made for a connection that needs re-authentication.
1
https://docs.rutterapi.com/reference/invalid-request-errors
[]
Errors related to invalid request formats and values. Returned when a data request has been made without access_token. To obtain access_token, please use Exchange Tokens to exchange your public_token with access_token. Returned when a data request has been made with a malformed pagination cursor.