Greetings, I'm referencing the documentation for the checkout API, and it seems to contrast with what actually happens. https://shopify.dev/tutorials/sell-through-the-checkout-api#reserva...
May 5, 2020
We are a sales channel and are using the payment API (/admin/api/2020-01/checkouts/#{token}/payments.json) to process payments on checkouts that we created. Under the request_details for the input, w...
Nov 12, 2019
Greetings, On the requirements for the sales channel app, there's a requirement for an account connection component. What is the expectation if our sales channel does not require loggi...
Greetings, I'm attempting to upload a 16x16 svg icon for the navigation link for my app, but the process continues to fail. I'm able to upload the app icon on the main setup page witho...
No content to show
User Activity
07-16-2020
@sunilyadav84 That approach works well if you are building your own custom theme from scratch and control the entire ecosystem. My approach is better if you have a theme from another source (i.e. bought or a default Shopify theme), and you want to ad...
07-03-2020
@jsimoes I'd need much more context to say for certain, but it sounds like Shopify isn't really the solution you need. If you have the skills to build a basic app for selling your product you just need a payment processor. I'd recommend Stripe, they ...
06-26-2020
There are a few different ways you can accomplish this by building a react component and publishing a UMD build of the component to NPM.The https://github.com/insin/nwb/blob/master/docs/guides/ReactComponents.md#universal-module-definition-umd-build ...
05-21-2020
Thanks, I'll need to take a look at the store front API more closely to make an informed decision. At first glance there may be some blockers to our current setup. We would be grateful if you could pass along the feedback for the checkout API. In the...
05-21-2020
Greetings, We are a sales channel using the checkout API. Recently we had a scenario, where we attempted to create a checkout with an OOS item and received a 422 HTTP response. The error message in the response just stated that there was invalid inp...
03-02-2020
@hassain Thanks, I just sent over a direct message with some example orders we placed. We are eager to understand this issue to prevent any issues with fulfillment of our orders. I can confirm that no order would be for $0.00. Please let me know if t...
Greetings, We are a sales channel app (with permissions to use the checkout API). We are able to successfully create checkouts, and process payments using Stripe tokens for our checkouts. However, when the orders are created for the brands we partner...
The method I'm referencing, is done using the admin API. It's not a configuration that can be managed in the Admin UI for your store. You would need to make requests for each order the admin API for the backend store to create orders with unique name...
Thanks for the prompt response!
11-04-2019
Greetings, According to the REST API documentation here:The name field should be read only. However, I am able to set this field when I create orders with this API. Can someone confirm what the behavior should be? I'm hesitant to rely on setting thi...
Thanks for the response. We were able to move forward. I just wanted to note the experience in case anyone else runs into the same issue. In our case we ended up setting the since_id to null, which works the same as setting the value to 0. What we f...
When querying the get orders endpoint without a since_id value set, the orders are returned in a descending order, but when I query with the since_id they are ascending. This creates an issue when you make a first query without the since_id, but atte...