Skip to content

Instantly share code, notes, and snippets.

@jevy
Created December 14, 2011 19:00
Show Gist options
  • Save jevy/1477961 to your computer and use it in GitHub Desktop.
Save jevy/1477961 to your computer and use it in GitHub Desktop.
Sample API for a Postcard Design
{ design:
product: 5, # The ID of the postcard product
pages: [
images: [
main_image # ID of the image uploaded elsewhere
]
,
text_fields: [
sender_name,
sender_street,
....,
message_line1,
message_line2,
...
],
images: [
stamp # ID of the image uploaded elsewhere
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment