id int64 1 7 | title stringclasses 4
values | url stringlengths 31 67 | embeddings sequence | text stringlengths 31 854 |
|---|---|---|---|---|
1 | Welcome to Rutter | https://docs.rutterapi.com/reference | [] | Welcome to Rutter's developer guides! Here, you'll find information about Link, our front-end library that allows merchants to share their data with you in one-click, and our unified API for Commerce & Accounting platforms. We've tried our best to make this documentation comprehensive and helpful. If you have suggestio... |
2 | Welcome to Rutter | https://docs.rutterapi.com/reference | [] | Quickstart, JavaScript Quickstart, or Webhooks Quickstart guides. Updated about 2 months ago Rutter’s mission is to enable new commerce experiences. We believe that by providing a universal commerce API, we can accelerate the development of new products by abstracting away the complexities of dealing with different eco... |
1 | Welcome to Rutter | https://docs.rutterapi.com/docs | [] | 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 | Welcome to Rutter | https://docs.rutterapi.com/docs | [] | and is not safe for programmatic use. Welcome to Rutter's developer guides! Here, you'll find information about Link, our front-end library that allows merchants to share their data with you in one-click, and our unified API for Commerce & Accounting platforms. We've tried our best to make this documentation comprehens... |
3 | Welcome to Rutter | https://docs.rutterapi.com/docs | [] | please take a look at our React Quickstart, JavaScript Quickstart, or Webhooks Quickstart guides. Updated about 2 months ago |
1 | Introduction to Link | https://docs.rutterapi.com/recipes | [] | Rutter Link is the client-side component that your users will interact with in order to link their accounts to Rutter and allow you to access their accounts via the Rutter API. Rutter Link will handle credential validation, OAuth, and error handling for each platform that we support. Link works across all modern browse... |
2 | Introduction to Link | https://docs.rutterapi.com/recipes | [] | on the resulting object. The create function takes in an object as an argument. Below is an example: After the Rutter Instance is created, the resulting object has the following functions: The open function opens the Merchant Auth popup, and will return a publicToken after a successful authentication to the callback yo... |
1 | https://docs.rutterapi.com/discuss | [] | After a merchant connects their platform with you, a new Connection is created. Each connection created in Rutter goes through the same stages: The Initial Sync stage represents when a connection is first made and Rutter attempts to sync data for the first time. As soon as the connection is established, Rutter pulls da... | |
2 | https://docs.rutterapi.com/discuss | [] | maximum rate-limit. If you need a subset of data as quickly as possible or if you want to increase the initial synchronization speed, please see the Configuring a Speedup section below. When the connection is ready, you will receive an INITIAL_UPDATE webhook. If you try to fetch data from Rutter before the connection i... | |
3 | https://docs.rutterapi.com/discuss | [] | Please keep in mind the returned data may be incomplete. The Historical Sync stage represents the stage after the Initial Sync is finished and Rutter attempts to sync the remaining batches of historical data for a connection. By default, the initial download attempts to synchronize all historical data for a merchant so... | |
4 | https://docs.rutterapi.com/discuss | [] | the initial & historical synchronization is finished, Rutter subscribes to all available webhooks and regularly polls the merchant's platform to keep data synchronized. At this point, you will receive webhooks for all updates to the data, for example Order Webhooks. We allow prefetching of data so that a customer can g... | |
5 | https://docs.rutterapi.com/discuss | [] | recent 6 months of orders and products, followed by the most recent 8 months of customers, and then the remaining 18 months of orders and products and the remaining 16 months of customers. After these initial 24 months of orders, products, and customers have been synced, we start a continuous data sync every 10 minutes... | |
6 | https://docs.rutterapi.com/discuss | [] | 3 The remaining 18 months of orders and products and the remaining 16 months of customers HISTORICAL_UPDATE N/A Any future orders/products PRODUCT_CREATED/PRODUCT_UPDATED ORDER_CREATED/ORDER_UPDATED If a merchant pauses the connection by uninstalling your application from their system, Rutter will fire a CONNECTION_NEE... | |
7 | https://docs.rutterapi.com/discuss | [] | connect with the merchant's data, and you will receive a CONNECTION_DISABLED webhook and you may need to ask the merchant to reconnect or resolve the issue. To understand why a connection is disabled, you can use Fetch a Connection Status to see a list of standardized reasons. Once the merchant reconnects their platfor... | |
1 | Webhooks Quickstart | https://docs.rutterapi.com/reference/introduction-to-rutter | [] | After a merchant connects their store with your app, it takes some time to load an initial dataset that you fetch via our API. While Rutter is loading the data, responses will fail with an error_code of PRODUCT_NOT_READY. For more details, see Errors Overview. We recommend using our Connection Webhooks to get notified ... |
2 | Webhooks Quickstart | https://docs.rutterapi.com/reference/introduction-to-rutter | [] | updates. To let Rutter know what your webhook URL is, go to the Platforms page in the dashboard. Paste in the public URL that ngrok generated for you in the previous step. That's it! Now, you can run through the connection flow again, and check that events are sent to your webhook URL. Updated over 1 year ago Rutter’s ... |
3 | Webhooks Quickstart | https://docs.rutterapi.com/reference/introduction-to-rutter | [] | merchant systems of records. To get a demo or learn more about how we can work together, please connect with us! Use our published Postman collection to quickly test out our endpoints with your keys. You can also use this link. |
1 | https://docs.rutterapi.com/reference/basic-concepts | [] | ReadMe transforms your API docs into interactive hubs that help developers succeed. Trusted by more than 2500 leading developer experience teams Easy-to-edit guides to help developers get started Real-time API logs for troubleshooting and insights Changelog and more to keep users in the loop Manage multiple APIs in one... | |
2 | https://docs.rutterapi.com/reference/basic-concepts | [] | commerce platform. A single end-user of your application may use Quickbooks & Shopify, and each one of these is a separate connection. Connections are generated when a merchant goes through the Rutter Link flow. Each Connection has a unique access_token, which is used to identify calls to our API. A Platform is a speci... | |
3 | https://docs.rutterapi.com/reference/basic-concepts | [] | a product, and is tied to a SKU number and inventory levels. | |
1 | https://docs.rutterapi.com/reference/supported-platforms | [] | Weâre happy to answer your questions on integrations, checkout, pricing, and everything else! Fill out the form and weâll contact you within 24 hours. Rutter adds new integrations constantly, and in this section, we detail the platforms we currently support. Want to support a platform that currently isn't listed? C... | |
1 | https://docs.rutterapi.com/reference/supported-commerce-platforms | [] | Rutter adds new integrations constantly, and below are the currently supported platforms. Platform Enumeration Read APIs Write APIs Shopify SHOPIFY Fully Supported Products, Fulfillments Amazon AMAZON Fully Supported Squarespace SQUARESPACE Fully Supported Products, Fulfillments BigCommerce BIG_COMMERCE Fully Supported... | |
2 | https://docs.rutterapi.com/reference/supported-commerce-platforms | [] | Walmart WALMART Waitlist Mercado Libre MERCADO_LIBRE Waitlist | |
1 | Welcome to Rutter | https://docs.rutterapi.com/reference | [] | Welcome to Rutter's developer guides! Here, you'll find information about Link, our front-end library that allows merchants to share their data with you in one-click, and our unified API for Commerce & Accounting platforms. We've tried our best to make this documentation comprehensive and helpful. If you have suggestio... |
2 | Welcome to Rutter | https://docs.rutterapi.com/reference | [] | Quickstart, JavaScript Quickstart, or Webhooks Quickstart guides. Updated about 2 months ago Rutter’s mission is to enable new commerce experiences. We believe that by providing a universal commerce API, we can accelerate the development of new products by abstracting away the complexities of dealing with different eco... |
1 | Welcome to Rutter | https://docs.rutterapi.com/docs | [] | 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 | Welcome to Rutter | https://docs.rutterapi.com/docs | [] | and is not safe for programmatic use. Welcome to Rutter's developer guides! Here, you'll find information about Link, our front-end library that allows merchants to share their data with you in one-click, and our unified API for Commerce & Accounting platforms. We've tried our best to make this documentation comprehens... |
3 | Welcome to Rutter | https://docs.rutterapi.com/docs | [] | please take a look at our React Quickstart, JavaScript Quickstart, or Webhooks Quickstart guides. Updated about 2 months ago |
1 | Introduction to Link | https://docs.rutterapi.com/recipes | [] | Rutter Link is the client-side component that your users will interact with in order to link their accounts to Rutter and allow you to access their accounts via the Rutter API. Rutter Link will handle credential validation, OAuth, and error handling for each platform that we support. Link works across all modern browse... |
2 | Introduction to Link | https://docs.rutterapi.com/recipes | [] | on the resulting object. The create function takes in an object as an argument. Below is an example: After the Rutter Instance is created, the resulting object has the following functions: The open function opens the Merchant Auth popup, and will return a publicToken after a successful authentication to the callback yo... |
1 | https://docs.rutterapi.com/discuss | [] | After a merchant connects their platform with you, a new Connection is created. Each connection created in Rutter goes through the same stages: The Initial Sync stage represents when a connection is first made and Rutter attempts to sync data for the first time. As soon as the connection is established, Rutter pulls da... | |
2 | https://docs.rutterapi.com/discuss | [] | maximum rate-limit. If you need a subset of data as quickly as possible or if you want to increase the initial synchronization speed, please see the Configuring a Speedup section below. When the connection is ready, you will receive an INITIAL_UPDATE webhook. If you try to fetch data from Rutter before the connection i... | |
3 | https://docs.rutterapi.com/discuss | [] | Please keep in mind the returned data may be incomplete. The Historical Sync stage represents the stage after the Initial Sync is finished and Rutter attempts to sync the remaining batches of historical data for a connection. By default, the initial download attempts to synchronize all historical data for a merchant so... | |
4 | https://docs.rutterapi.com/discuss | [] | the initial & historical synchronization is finished, Rutter subscribes to all available webhooks and regularly polls the merchant's platform to keep data synchronized. At this point, you will receive webhooks for all updates to the data, for example Order Webhooks. We allow prefetching of data so that a customer can g... | |
5 | https://docs.rutterapi.com/discuss | [] | recent 6 months of orders and products, followed by the most recent 8 months of customers, and then the remaining 18 months of orders and products and the remaining 16 months of customers. After these initial 24 months of orders, products, and customers have been synced, we start a continuous data sync every 10 minutes... | |
6 | https://docs.rutterapi.com/discuss | [] | 3 The remaining 18 months of orders and products and the remaining 16 months of customers HISTORICAL_UPDATE N/A Any future orders/products PRODUCT_CREATED/PRODUCT_UPDATED ORDER_CREATED/ORDER_UPDATED If a merchant pauses the connection by uninstalling your application from their system, Rutter will fire a CONNECTION_NEE... | |
7 | https://docs.rutterapi.com/discuss | [] | connect with the merchant's data, and you will receive a CONNECTION_DISABLED webhook and you may need to ask the merchant to reconnect or resolve the issue. To understand why a connection is disabled, you can use Fetch a Connection Status to see a list of standardized reasons. Once the merchant reconnects their platfor... | |
1 | Webhooks Quickstart | https://docs.rutterapi.com/reference/introduction-to-rutter | [] | After a merchant connects their store with your app, it takes some time to load an initial dataset that you fetch via our API. While Rutter is loading the data, responses will fail with an error_code of PRODUCT_NOT_READY. For more details, see Errors Overview. We recommend using our Connection Webhooks to get notified ... |
2 | Webhooks Quickstart | https://docs.rutterapi.com/reference/introduction-to-rutter | [] | updates. To let Rutter know what your webhook URL is, go to the Platforms page in the dashboard. Paste in the public URL that ngrok generated for you in the previous step. That's it! Now, you can run through the connection flow again, and check that events are sent to your webhook URL. Updated over 1 year ago Rutter’s ... |
3 | Webhooks Quickstart | https://docs.rutterapi.com/reference/introduction-to-rutter | [] | merchant systems of records. To get a demo or learn more about how we can work together, please connect with us! Use our published Postman collection to quickly test out our endpoints with your keys. You can also use this link. |
1 | https://docs.rutterapi.com/reference/basic-concepts | [] | ReadMe transforms your API docs into interactive hubs that help developers succeed. Trusted by more than 2500 leading developer experience teams Easy-to-edit guides to help developers get started Real-time API logs for troubleshooting and insights Changelog and more to keep users in the loop Manage multiple APIs in one... | |
2 | https://docs.rutterapi.com/reference/basic-concepts | [] | commerce platform. A single end-user of your application may use Quickbooks & Shopify, and each one of these is a separate connection. Connections are generated when a merchant goes through the Rutter Link flow. Each Connection has a unique access_token, which is used to identify calls to our API. A Platform is a speci... | |
3 | https://docs.rutterapi.com/reference/basic-concepts | [] | a product, and is tied to a SKU number and inventory levels. | |
1 | https://docs.rutterapi.com/reference/supported-platforms | [] | Weâre happy to answer your questions on integrations, checkout, pricing, and everything else! Fill out the form and weâll contact you within 24 hours. Rutter adds new integrations constantly, and in this section, we detail the platforms we currently support. Want to support a platform that currently isn't listed? C... | |
1 | https://docs.rutterapi.com/reference/supported-commerce-platforms | [] | Rutter adds new integrations constantly, and below are the currently supported platforms. Platform Enumeration Read APIs Write APIs Shopify SHOPIFY Fully Supported Products, Fulfillments Amazon AMAZON Fully Supported Squarespace SQUARESPACE Fully Supported Products, Fulfillments BigCommerce BIG_COMMERCE Fully Supported... | |
2 | https://docs.rutterapi.com/reference/supported-commerce-platforms | [] | Walmart WALMART Waitlist Mercado Libre MERCADO_LIBRE Waitlist | |
1 | https://docs.rutterapi.com/reference/supported-accounting-platforms | [] | Rutter adds new integrations constantly, and below are the currently supported platforms. Platform Enumeration Status Quickbooks Online QUICKBOOKS_ONLINE Supported Quickbooks Desktop QUICKBOOKS_DESKTOP Waitlist Xero XERO Waitlist Oracle Netsuite NETSUITE Supported FreshBooks FRESHBOOKS Waitlist Sage Business Cloud Acco... | |
1 | https://docs.rutterapi.com/reference/sandbox-overview | [] | Test the Rutter API Rutter Sandbox is an environment that enables developers to test the Rutter API with realistic data without needing to authenticate merchants via Rutter Link. With Rutter Sandbox, you can confirm that your integration works the way you intend. In the sandbox, you can test Rutter Link without needing... | |
2 | https://docs.rutterapi.com/reference/sandbox-overview | [] | Sandbox. We also provide you with an existing set of active connections so you can quickly test the Rutter API. You can find the sandbox access tokens in your Rutter Dashboard: With this access token, you can fetch information from a sandbox Shopify store and get realistic data. Just make sure to change the base URL of... | |
3 | https://docs.rutterapi.com/reference/sandbox-overview | [] | Orders with Rutter Sandbox. To use the other routes listed below, go to the corresponding API page in our standard API docs, and simply change the subdomain of your request URL from production to sandbox. At the moment, we support the following endpoints in sandbox mode: | |
1 | https://docs.rutterapi.com/reference/rutter-link-sandbox-1 | [] | The sandbox environment makes it easy to test out the Rutter Link authentication flow. Be sure you've read through Introduction to Link to get an overview on how it works. To test Rutter Link, pass in your sandbox public key which you can find on your Rutter Dashboard: In the Rutter Link popup, select a platform (ex. S... | |
2 | https://docs.rutterapi.com/reference/rutter-link-sandbox-1 | [] | fetch data from that connection. Rutter Link Sandbox Function Clarification Rutter Link Sandbox is designed for you to test the authentication flow only. The public_token/access_token generated by Rutter Link Sandbox currently cannot be used to make requests to Rutter Sandbox. | |
1 | https://docs.rutterapi.com/reference/sandbox-fetch-all-orders | [] | The /orders endpoint allows developers to receive user-authorized order data for a merchant's store. Due to the potentially large number of orders associated with an Item, results are paginated. Manipulate the cursor parameter in the request (using the next_cursor from the response when available) to fetch all orders. ... | |
1 | https://docs.rutterapi.com/reference/merchant-authentication | [] | To make API calls to fetch a merchant's data, they must first give you access to their store's data. Rutter Link does the heavy-lifting of getting access to a merchant's account for you, while ensuring that the process is user-friendly and secure. To see an example of this in action, you create an account and see our t... | |
1 | https://docs.rutterapi.com/reference/authentication | [] | Rutter uses your client_id and client_secret keys to control access to our API via HTTP Basic Auth. You can find your keys in your dashboard for each of our API environments (sandbox, production). You must keep these keys secret, so make sure it isn't available in publicly accessible areas, such as GitHub and client-si... | |
2 | https://docs.rutterapi.com/reference/authentication | [] | and the client_secret. Authorization: Basic base64({client_id}:{client_secret}) For example, if your client_id is my_client_id and your client_secret is my_client_secret, the header will be: Authorization: Basic bXlfY2xpZW50X2lkOm15X2NsaWVudF9zZWNyZXQ= Authorization Header For all requests to merchant data, you must ad... | |
1 | https://docs.rutterapi.com/reference/connection-lifecycle | [] | After a merchant connects their platform with you, a new Connection is created. Each connection created in Rutter goes through the same stages: The Initial Sync stage represents when a connection is first made and Rutter attempts to sync data for the first time. As soon as the connection is established, Rutter pulls da... | |
2 | https://docs.rutterapi.com/reference/connection-lifecycle | [] | maximum rate-limit. If you need a subset of data as quickly as possible or if you want to increase the initial synchronization speed, please see the Configuring a Speedup section below. When the connection is ready, you will receive an INITIAL_UPDATE webhook. If you try to fetch data from Rutter before the connection i... | |
3 | https://docs.rutterapi.com/reference/connection-lifecycle | [] | Please keep in mind the returned data may be incomplete. The Historical Sync stage represents the stage after the Initial Sync is finished and Rutter attempts to sync the remaining batches of historical data for a connection. By default, the initial download attempts to synchronize all historical data for a merchant so... | |
4 | https://docs.rutterapi.com/reference/connection-lifecycle | [] | the initial & historical synchronization is finished, Rutter subscribes to all available webhooks and regularly polls the merchant's platform to keep data synchronized. At this point, you will receive webhooks for all updates to the data, for example Order Webhooks. We allow prefetching of data so that a customer can g... | |
5 | https://docs.rutterapi.com/reference/connection-lifecycle | [] | recent 6 months of orders and products, followed by the most recent 8 months of customers, and then the remaining 18 months of orders and products and the remaining 16 months of customers. After these initial 24 months of orders, products, and customers have been synced, we start a continuous data sync every 10 minutes... | |
6 | https://docs.rutterapi.com/reference/connection-lifecycle | [] | 3 The remaining 18 months of orders and products and the remaining 16 months of customers HISTORICAL_UPDATE N/A Any future orders/products PRODUCT_CREATED/PRODUCT_UPDATED ORDER_CREATED/ORDER_UPDATED If a merchant pauses the connection by uninstalling your application from their system, Rutter will fire a CONNECTION_NEE... | |
7 | https://docs.rutterapi.com/reference/connection-lifecycle | [] | connect with the merchant's data, and you will receive a CONNECTION_DISABLED webhook and you may need to ask the merchant to reconnect or resolve the issue. To understand why a connection is disabled, you can use Fetch a Connection Status to see a list of standardized reasons. Once the merchant reconnects their platfor... | |
1 | https://docs.rutterapi.com/reference/rate-limiting | [] | When using Rutter, you will not experience the normal rate-limits imposed by a specific Ecommerce platform (e.g. Shopify). Rutter has its own rate-limits, but these are much more lenient and will be negotiated as part of your production plan. In order to offer fast performance to merchants' data, Rutter uses a combinat... | |
2 | https://docs.rutterapi.com/reference/rate-limiting | [] | Rutter will begin downloading the data immediately, but it will not be ready until the INITIAL_UPDATE webhook fires. Rutter does an "initial sync" of a merchant's data when they authenticate your app. This may take hours to days depending on the size of the store, and the most requested data will be cached first. Once ... | |
1 | https://docs.rutterapi.com/reference/connections-overview | [] | The Connections endpoints are used to manage Connections, which are the individual stores that merchants have shared their data to you with. You can use these endpoints to create a new connection manually and send an authentication link directly to a merchant, or get access to the raw credentials for a specific platfor... | |
1 | https://docs.rutterapi.com/reference/connection-url | [] | One of the returned fields in the connection object from the Create a Connection endpoint is the link_url, which is a unique, stable link that you can send to a merchant for Merchant Authentication. The link_url points to the Rutter Link web app, which handles the authentication flow for each Ecommerce platform. Once t... | |
2 | https://docs.rutterapi.com/reference/connection-url | [] | customize the authentication experience. Here are some examples: Loads the authentication flow directly to the Wix-specific step: https://link.rutterapi.com/connection/123?platform=wix Loads the authentication flow directly to the Wix-specific step and on completion the merchant will be redirected to Google: https://li... | |
3 | https://docs.rutterapi.com/reference/connection-url | [] | the connection will be added to this url. If the value is https://www.google.com?q=customparameter, the final URL will be https://www.google.com?q=customparameter&public_token=PUBLIC_TOKEN This value must be encoded properly in UTF-8 format shopifystore example if shopifyStore is specified, the Shopify authentication s... | |
1 | https://docs.rutterapi.com/reference/create-a-connection | [] | Generates new connections programmatically. POST body is optional, unless you are creating a connection with existing credentials/tokens. Allows programmatic creation of connections. Leave the body empty to create a completely new connection for a new merchant. If platform is specified, associated credentials (OAuth, B... | |
1 | https://docs.rutterapi.com/reference/fetch-active-connections | [] | Returns all active connections for your Rutter account. | |
1 | https://docs.rutterapi.com/reference/fetch-a-connection | [] | The /connections endpoint allows developers to fetch general information about a merchant's store, including the URL and name of the store. Property Type Description connection object | |
1 | https://docs.rutterapi.com/reference/fetch-a-connection-status | [] | The /status endpoint allows developers to fetch general information about a merchant's store and its synchronization process. Property Type Description platform string The ENUM of its platform based on Supported Commerce Platforms needs_update_status object Contains bool needs_update. See below for more explanation dis... | |
2 | https://docs.rutterapi.com/reference/fetch-a-connection-status | [] | connection is established last_sync_completed_at string | null The latest ISO 8601 timestamp that Rutter successfully sync'ed with platform. If you see this is null, it means Rutter has never successfully made a sync through platform Needs Update Status: Historical Sync Status: Disabled Status: Enumeration Explanation ... | |
3 | https://docs.rutterapi.com/reference/fetch-a-connection-status | [] | the platform. Please check with merchant if the shop needs to be re-enabled SHOP_IS_LOCKED Platform has locked the shop. Please ask merchant to reach out to merchant to determine action needed to unlock store SHOP_PAYMENT_REQUIRED Payment required. Please ask merchant to make payment to platform SHOP_IS_UNAVAILABLE Con... | |
4 | https://docs.rutterapi.com/reference/fetch-a-connection-status | [] | Unable to establish a Connection with the store | |
1 | https://docs.rutterapi.com/reference/fetch-connection-credentials | [] | Allows you to fetch the underlying API keys and tokens that are used to make authenticated requests for each platform. Depending on the type of authentication used in the underlying platform, different fields may be returned. You should view the platform-specific API pages to properly format your request. If the creden... | |
2 | https://docs.rutterapi.com/reference/fetch-connection-credentials | [] | type is oauth1.0a, the 4 fields necessary to generate an authenticated requests are returned. If the credential type is basic, the platform API uses Basic access authentication. | |
1 | https://docs.rutterapi.com/reference/delete-a-connection | [] | Deletes a Connection to a merchant's store. | |
1 | https://docs.rutterapi.com/reference/orders-overview | [] | Retrieve all of the orders from a merchant's store. A Rutter Order represents any order processed by a store owner's shop. For each order there is an associated Customer. For each order, there is an array of line_items, which are the products included in the order. For any status that is unknown or other, it's because ... | |
2 | https://docs.rutterapi.com/reference/orders-overview | [] | the platform specific order id for this order. order_number string Order number merchants typically see in their dashboard. Usually it's incremented by 1 for every new order status string The status of the order. One of: payment_status string The status of the payment associated with the order. One of: fulfillment_stat... | |
3 | https://docs.rutterapi.com/reference/orders-overview | [] | doesn't supply refunds information. billing_address Address | null The billing address of the customer for the order. This value can be null if the customer did not purchase the product online or as a guest. shipping_address Address | null The shipping address of the customer for the order. This value can be null if th... | |
4 | https://docs.rutterapi.com/reference/orders-overview | [] | shipping costs. This value is null if the no shipping was set. total_discount float The sum of all discounts applied to the total price. It should be non-negative. total_tax float | null The total tax paid on the order. This value is null if no tax was set on the order. total_price float The sum of all line item prices... | |
5 | https://docs.rutterapi.com/reference/orders-overview | [] | of the order. This can be null if the platform does not return correct information. created_at string The ISO 8601 timestamp the order was created. updated_at string The last ISO 8601 timestamp the order was updated. transactions Transactions[] Not included by default. See Fetch Order Expansions. There can be some diff... | |
1 | https://docs.rutterapi.com/reference/addresses | [] | Orders have an associated billing_address and shipping_address Property Type Description address1 string The street address of the address. address2 string | null An optional additional field for the street address of the address. If the address line 2 is not present, it can be null city string The city, town, or villa... | |
2 | https://docs.rutterapi.com/reference/addresses | [] | format) for the country of the address. first_name string The first name of the person associated with the address. last_name string The last name of the person associated with the address. phone string | null The phone number at the address. | |
1 | https://docs.rutterapi.com/reference/line-item-object | [] | Orders have associated line items, indicating what products are bought for this order along with its quantity. Property Type Description id string The ID of the line item. platform_id string The origin platform ID of the line item. You can use this ID to make custom API calls without Rutter to the platform. product_id ... | |
2 | https://docs.rutterapi.com/reference/line-item-object | [] | that product so the order lose the reference to the ID of that product. variant_id string | null Rutter ID of the product variant represented in the Line Item. If the variant has been deleted or does not exist in Rutter, the value will be null for the same reason above. If the product bought is a default product (meani... | |
3 | https://docs.rutterapi.com/reference/line-item-object | [] | the products associated with this line item added together. Typically it would be unit_cost times quantity plus other fees, if any. unit_cost float The price per unit of the variant associated with this line item. This should be the same as price of the variant from products endpoint. iso_currency_code string The ISO-4... | |
1 | https://docs.rutterapi.com/reference/fetch-all-orders-1 | [] | The /orders endpoint allows developers to receive user-authorized order data for a merchant's store. Due to the potentially large number of orders associated with an Item, results are paginated. Manipulate the count and offset parameters in conjunction with the total_orders response body field to fetch all available tr... | |
1 | https://docs.rutterapi.com/reference/fetch-an-order | [] | Property Type Description order object Order Object connection object | |
1 | https://docs.rutterapi.com/reference/fulfillment-overview | [] | Rutter allows updating specific orders with shipping/fulfillment information like carrier, tracking number, and tracking URL. Property Type Description id string The Rutter ID of the fulfillment. This value is a UUID generated by Rutter that uniquely identifies a fulfillment regardless of platforms. order_id string The... | |
2 | https://docs.rutterapi.com/reference/fulfillment-overview | [] | tracking_number string Tracking number associated with this parcel. Usually buyers can track tracking info using this number at carrier's website. line_items object[] The product variants and quantities associated as part of this fulfillment | |
1 | https://docs.rutterapi.com/reference/fulfill-an-order | [] | Property Type Description fulfillment object connection object After you create a fulfillment for an Order, Rutter automatically updates the fulfillment_status of the order to fulfilled both internally and in the Ecommerce platform. There can be some differences in field values due to platform-specific limitations or i... | |
2 | https://docs.rutterapi.com/reference/fulfill-an-order | [] | partial fulfillment: Etsy, Prestashop, Squarespace, WooCommerce, and Square. If you call fulfillment API even if with line_items, Rutter will ignore the supplied line_items and mark the order as fulfilled. | |
1 | https://docs.rutterapi.com/reference/transactions-overview-1 | [] | A Rutter Transaction represents any payment or attempted payment received by the merchant. Depending on the commerce platform connected, a Rutter Transaction may belong to an associated Rutter Order. Property Type Description id string The Rutter ID of the transaction. This value is a UUID generated by Rutter that uniq... | |
2 | https://docs.rutterapi.com/reference/transactions-overview-1 | [] | the payment gateway the transaction was processed through. gateway_data object | null An object containing additional metadata. This field is only populated for commerce platforms like Shopify that do their own payment processing & partner with another processor (Stripe), which attaches metadata to the transaction. Oth... | |
3 | https://docs.rutterapi.com/reference/transactions-overview-1 | [] | The ISO 8601 timestamp the transaction was created. | |
1 | https://docs.rutterapi.com/reference/fetch-all-transactions-1 | [] | Amazon: We currently obtain transactions for Amazon using Amazon Settlement Reports, which provides only 90 days worth of transactions data. PayPal/Shopify: Transactions will be pending status initially if the transaction needs investigation. Once the transaction is settled, PayPal/Shopify will create another transacti... | |
1 | https://docs.rutterapi.com/reference/payouts-overview | [] | A Rutter Payout represents a transfer of funds from a merchant's storefront account to their linked bank. Each payout object contains multiple linked Rutter Transaction objects. Property Type Description id string The Rutter ID of the payout. This value is a UUID generated by Rutter that uniquely identifies a payout re... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 3