APIANT
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-05-2024 04:31 PM
Topic Started
1
Topics Started
Topic Solutions
2
Solutions
Post Count
31
Posts
Post Kudos
40
Likes

Community Badges

In the UI, when I add an option (i.e. color) with a value (i.e. white) to a product with variants, white will be added as a default option value for all variants. Can this be done via API? Simply ad...
I'm trying to customize the name that shows up here in the order: And here in the Stats dashboard: I thought the source_name was the way to do it according to the doc: ...
Currently all my orders created via API show as "Paid" even if I didn't fulfill them and did not add a transaction:
This JSON to create a new product, taken from the Shopify help documentation, works ok: { "product": { "title": "Burton Custom Freestyle 151", "body_html": "<strong>Good snowboard!&l...
No content to show

User Activity

Here's the solution. After creating the order, fetch the order, the the fulfillment order IDs (if there is more than one location assigned) and move each item to the appropriate location using the Move fulfillment order endpoint:  
We couldn't create a new development store every time we reached 50 orders. This wasn't really feasible as we often test hundreds of orders a week, so we built this template on our platform Smartsheet ➞ Shopify orders. Handles discounts, taxes, payme...
Hi @Shay,This is our third development store, and our experience is that the checkout function is disabled at the same time the 50 order limit is reached.I can guarantee no real orders were ever attempted to be placed on these development stores.Here...
In short, if the Shopify's Bogus Gateway is used, the 50 orders max per test account limit should be removed.
@Olivia Can you remove the "Accepted solution" from this issue because your instructions to "To test orders as intended, please complete checkout from the online store checkout using test mode as described earlier." and "To clarify, this is expected ...
I wanted to up everyone on this issue.The key in @Olivia response is this:Note: Going forward, test transactions cannot be completed using drafts, however, unlimited online store test transactions can still be made.I was able to make this work by cre...
Looks like I lost the ability to mark an answer as a solution...? I hope I didn't upset you @Olivia and you demoted me LOL 
Here's how I solved it. Not sure it's the most efficient way, but it works.First a recap:I have a product with only one option "Size" that needs 2 options "Color" first then "Size"Since the Product only has one option called "Size", I first rename th...
I was able to replicate the problem on our dev platform with the exact same product:https://share.apiant.com/YEuZbOvxBut still can't figure out why it worked with the other product and not this one. 
Hi @Olivia You wrote "If you are following our published guidelines on testing orders in development stores, you will not be impacted by this."If I am not mistaken, most developers here are trying to explain that we are indeed testing orders in devel...
 I have the same issue, but it works in our development environment and not in production.This is the use case where it works:https://share.apiant.com/4gunGnRvThis product ID 4572485484644Option 1 is "Size" with values "2" "4"published_scope is globa...
Could we have an update on this issue please @Olivia ?
Hi @Olivia We just started experiencing the same issue as well.We do have (for testing) Bogus Gateway activated:We have a Development partner plan: But when we try to enter these bogus credit card info: Just clicking "Pay by credit card" skips the cr...
Is this how to do this?:Create a simple order and fulfill it  POST /admin/api/2020-01/orders.json { "order": { "email": "foo@example.com", "fulfillment_status": "fulfilled", "fulfillments": [ { "location_id": 48752903 ...
The location that appears above each item:I tried the Origin location ID but it doesn't seem to work
This widget could not be displayed.
This widget could not be displayed.