Jump to content

Alexander_SQSP

Squarespace Employee
  • Posts

    29
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello @Greg_C, It isn't possible to cancel a pending order via our API. You can only create or fulfill an order. Let me know if you have any other questions! Thanks, Alex
  2. Hello @Greg_C, Thanks for posting your question! Cancelled orders can not be un-cancelled as per our documentation . With that said, our API allows you to mark an order from "Pending" to "Fulfilled". Let me know if you have any other questions!
  3. Hello @bmannino, Thanks for posting your question! The Orders API does not include new Pickup Options provided in the Commerce panel, however you could create a custom checkout form where you collect pickup information. Data from the form will be included in the formSubmission list. Thanks @paul2009 for tagging me.
  4. Hello @Vathson, thanks for posting your question! Can you do a quick test if you're able to connect to your remote repository via terminal instead? You can type the following in your terminal: sftp -P 2030 <your-account-email-address>@dev.squarespace.com If you can connect without issues, it could be related to the settings you're using with your client. In that case, I'd recommend checking this guide. If the problem persists, please reach out to our support!
  5. Hello @Ima, Thanks for posting your question! I will echo @summitdigitaluk and recommend to get in touch with our support folks, so we can have a look at this. Thanks, Alex
  6. Hello @ksho, Thanks for posting your question! This example currently works for me, though I am not exactly sure the syntax in your example is correct: import requests url = "https://api.squarespace.com/1.0/commerce/products/<product id>/images" files=[ ('file',('<filename>',open('<path to image>','rb'),'image/jpeg')) ] headers = { 'Authorization': 'Bearer <api key>', 'User-Agent': '<your user-agent>' } response = requests.request("POST", url, headers=headers, files=files) print(response.text) Also, check that your images meets the platform requirements Let me know if this resolves the issue!
  7. Hello @JoeyS, Thanks for posting your question! If you're interested in building an extension, you can request OAuth credentials through this form: https://partner.squarespace.com/oauth-form When you receive the credentials, you can follow the documentation on how to use the Commerce APIs using OAuth 2.0: https://developers.squarespace.com/oauth What you see on our main page are official extension that have been handpicked by us. If you are interested in a collaboration, first build your extension and get some traction, and Squarespace will eventually reach out to you. Let me know if you have any additional questions!
  8. Hello @ThisJustin, Thanks for posting your question! This error is caused by an issue our end, I'm sorry for the trouble. Unfortunately the Development Server does not support the ARM-based architecture your M1 Mac is using. I made a record of this for our Engineering to review, however I do not not currently have an ETA for this implementation. Feel free to post in the thread if you have any additional questions!
  9. Hello @dearnaomichan, Thanks for posting your question! This issue is currently an expected behavior. Due to recent changes, any sites in Trial Mode will not have external access to uploaded files. Once a site is upgraded to a paid plan, file access will work as normal. Feel free to leave a comment if you have any additional questions!
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.