Skip to content

Instantly share code, notes, and snippets.

@mikekelly
Last active December 14, 2015 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikekelly/5168665 to your computer and use it in GitHub Desktop.
Save mikekelly/5168665 to your computer and use it in GitHub Desktop.
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/users/2/stores",
"title": "This Collection"
},
"first": {
"href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0",
"title": "First Page of this Collection"
},
"prev": {
"href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0",
"title": "Previous Page of this Collection"
},
"next": {
"href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0",
"title": "Next Page of this Collection"
},
"last": {
"href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0",
"title": "Last Page of this Collection"
}
},
"_embedded": {
"stores": [
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/stores/2",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "https://api-sandbox.foxycart.com/stores/2/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "https://api-sandbox.foxycart.com/stores/2/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "https://api-sandbox.foxycart.com/stores/2/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "https://api-sandbox.foxycart.com/stores/2/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "https://api-sandbox.foxycart.com/stores/2/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "https://api-sandbox.foxycart.com/stores/2/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "https://api-sandbox.foxycart.com/stores/2/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "https://api-sandbox.foxycart.com/store_subscription_settings/2",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "https://api-sandbox.foxycart.com/stores/2/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "https://api-sandbox.foxycart.com/stores/2/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "https://api-sandbox.foxycart.com/stores/2/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "https://api-sandbox.foxycart.com/stores/2/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "https://api-sandbox.foxycart.com/stores/2/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "https://api-sandbox.foxycart.com/stores/2/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "https://api-sandbox.foxycart.com/stores/2/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "https://api-sandbox.foxycart.com/stores/2/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "https://api-sandbox.foxycart.com/stores/2/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "https://api-sandbox.foxycart.com/stores/2/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "https://api-sandbox.foxycart.com/stores/2/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "https://api-sandbox.foxycart.com/stores/2/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "https://api-sandbox.foxycart.com/stores/2/language_overrides",
"title": "Language Overrides for This Store"
}
},
"_embedded": {
"attributes": [
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/6",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/2",
"title": "This Store"
}
},
"visibility": "private",
"name": "store attribute 1",
"value": "value 1",
"date_created": "2011-10-05T14:28:30-0700",
"date_modified": "2011-10-05T14:28:30-0700"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/8",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/2",
"title": "This Store"
}
},
"visibility": "private",
"name": "store attribute 2",
"value": "value 2",
"date_created": "2011-10-05T14:28:30-0700",
"date_modified": "2011-10-05T14:28:30-0700"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/30",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/2",
"title": "This Store"
}
},
"visibility": "private",
"name": "store attribute 3",
"value": "value 3",
"date_created": "2011-10-05T14:28:30-0700",
"date_modified": "2011-10-05T14:28:30-0700"
}
]
},
"store_version_uri": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-1834417342",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": "2012-10-09T07:57:23-0700"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/stores/4",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "https://api-sandbox.foxycart.com/stores/4/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "https://api-sandbox.foxycart.com/stores/4/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "https://api-sandbox.foxycart.com/stores/4/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "https://api-sandbox.foxycart.com/stores/4/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "https://api-sandbox.foxycart.com/stores/4/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "https://api-sandbox.foxycart.com/stores/4/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "https://api-sandbox.foxycart.com/stores/4/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "https://api-sandbox.foxycart.com/store_subscription_settings/4",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "https://api-sandbox.foxycart.com/stores/4/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "https://api-sandbox.foxycart.com/stores/4/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "https://api-sandbox.foxycart.com/stores/4/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "https://api-sandbox.foxycart.com/stores/4/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "https://api-sandbox.foxycart.com/stores/4/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "https://api-sandbox.foxycart.com/stores/4/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "https://api-sandbox.foxycart.com/stores/4/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "https://api-sandbox.foxycart.com/stores/4/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "https://api-sandbox.foxycart.com/stores/4/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "https://api-sandbox.foxycart.com/stores/4/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "https://api-sandbox.foxycart.com/stores/4/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "https://api-sandbox.foxycart.com/stores/4/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "https://api-sandbox.foxycart.com/stores/4/language_overrides",
"title": "Language Overrides for This Store"
}
},
"store_version_uri": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"store_name": "my test store again",
"store_domain": "testdomain-1527932851",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": null
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/stores/6",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "https://api-sandbox.foxycart.com/stores/6/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "https://api-sandbox.foxycart.com/stores/6/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "https://api-sandbox.foxycart.com/stores/6/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "https://api-sandbox.foxycart.com/stores/6/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "https://api-sandbox.foxycart.com/stores/6/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "https://api-sandbox.foxycart.com/stores/6/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "https://api-sandbox.foxycart.com/stores/6/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "https://api-sandbox.foxycart.com/store_subscription_settings/6",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "https://api-sandbox.foxycart.com/stores/6/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "https://api-sandbox.foxycart.com/stores/6/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "https://api-sandbox.foxycart.com/stores/6/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "https://api-sandbox.foxycart.com/stores/6/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "https://api-sandbox.foxycart.com/stores/6/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "https://api-sandbox.foxycart.com/stores/6/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "https://api-sandbox.foxycart.com/stores/6/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "https://api-sandbox.foxycart.com/stores/6/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "https://api-sandbox.foxycart.com/stores/6/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "https://api-sandbox.foxycart.com/stores/6/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "https://api-sandbox.foxycart.com/stores/6/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "https://api-sandbox.foxycart.com/stores/6/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "https://api-sandbox.foxycart.com/stores/6/language_overrides",
"title": "Language Overrides for This Store"
}
},
"store_version_uri": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-1120551015",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 1,
"first_payment_date": null,
"date_created": null,
"date_modified": null
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "https://api-sandbox.foxycart.com/stores/8/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "https://api-sandbox.foxycart.com/stores/8/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "https://api-sandbox.foxycart.com/stores/8/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "https://api-sandbox.foxycart.com/stores/8/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "https://api-sandbox.foxycart.com/stores/8/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "https://api-sandbox.foxycart.com/stores/8/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "https://api-sandbox.foxycart.com/stores/8/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "https://api-sandbox.foxycart.com/store_subscription_settings/8",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "https://api-sandbox.foxycart.com/stores/8/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "https://api-sandbox.foxycart.com/stores/8/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "https://api-sandbox.foxycart.com/stores/8/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "https://api-sandbox.foxycart.com/stores/8/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "https://api-sandbox.foxycart.com/stores/8/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "https://api-sandbox.foxycart.com/stores/8/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "https://api-sandbox.foxycart.com/stores/8/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "https://api-sandbox.foxycart.com/stores/8/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "https://api-sandbox.foxycart.com/stores/8/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "https://api-sandbox.foxycart.com/stores/8/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "https://api-sandbox.foxycart.com/stores/8/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "https://api-sandbox.foxycart.com/stores/8/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "https://api-sandbox.foxycart.com/stores/8/language_overrides",
"title": "Language Overrides for This Store"
}
},
"_embedded": {
"attributes": [
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3541",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "foo",
"value": "boo",
"date_created": "2012-10-26T14:09:30-0700",
"date_modified": "2012-10-26T14:09:30-0700"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3681",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "foo",
"value": "bar",
"date_created": "2012-11-09T12:27:48-0800",
"date_modified": "2012-11-09T12:27:48-0800"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3727",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "hello",
"value": "world",
"date_created": "2012-11-14T12:34:13-0800",
"date_modified": "2012-11-14T12:34:13-0800"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3739",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "hello",
"value": "world!",
"date_created": "2012-12-21T15:22:32-0800",
"date_modified": "2012-12-21T15:22:32-0800"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3741",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "hello!",
"value": "world!",
"date_created": "2012-12-21T15:30:10-0800",
"date_modified": "2012-12-21T15:30:10-0800"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3743",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "Hello You!",
"value": "My world!",
"date_created": "2012-12-21T15:41:38-0800",
"date_modified": "2012-12-21T15:41:38-0800"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3745",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "Hello you!!",
"value": "My world...",
"date_created": "2012-12-21T15:47:24-0800",
"date_modified": "2012-12-21T15:47:24-0800"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/store_attributes/3883",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "https://api-sandbox.foxycart.com/stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "foobars",
"value": "my data",
"date_created": "2013-02-08T13:22:29-0800",
"date_modified": "2013-02-08T13:22:29-0800"
}
]
},
"store_version_uri": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-713108882",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "http://somethingcooler.com",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": "2012-12-21T15:48:24-0800"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.foxycart.com/stores/10",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "https://api-sandbox.foxycart.com/stores/10/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "https://api-sandbox.foxycart.com/stores/10/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "https://api-sandbox.foxycart.com/stores/10/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "https://api-sandbox.foxycart.com/stores/10/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "https://api-sandbox.foxycart.com/stores/10/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "https://api-sandbox.foxycart.com/stores/10/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "https://api-sandbox.foxycart.com/stores/10/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "https://api-sandbox.foxycart.com/store_subscription_settings/10",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "https://api-sandbox.foxycart.com/stores/10/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "https://api-sandbox.foxycart.com/stores/10/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "https://api-sandbox.foxycart.com/stores/10/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "https://api-sandbox.foxycart.com/stores/10/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "https://api-sandbox.foxycart.com/stores/10/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "https://api-sandbox.foxycart.com/stores/10/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "https://api-sandbox.foxycart.com/stores/10/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "https://api-sandbox.foxycart.com/stores/10/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "https://api-sandbox.foxycart.com/stores/10/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "https://api-sandbox.foxycart.com/stores/10/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "https://api-sandbox.foxycart.com/stores/10/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "https://api-sandbox.foxycart.com/stores/10/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "https://api-sandbox.foxycart.com/stores/10/language_overrides",
"title": "Language Overrides for This Store"
}
},
"store_version_uri": "https://api-sandbox.foxycart.com/property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-797791801",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": null
}
]
},
"total_items": "5",
"returned_items": 5,
"limit": 20,
"offset": 0
}
{
"_links": {
"self": {
"href": "token:users/2/stores",
"title": "This Collection"
},
"first": {
"href": "token:users/2/stores?offset=0",
"title": "First Page of this Collection"
},
"prev": {
"href": "token:users/2/stores?offset=0",
"title": "Previous Page of this Collection"
},
"next": {
"href": "token:users/2/stores?offset=0",
"title": "Next Page of this Collection"
},
"last": {
"href": "token:users/2/stores?offset=0",
"title": "Last Page of this Collection"
},
"curies": [{
"href": "https://api-sandbox.foxycart.com/{rel}",
"name": "token"
}]
},
"_embedded": {
"stores": [
{
"_links": {
"self": {
"href": "token:stores/2",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "token:stores/2/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "token:property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "token:stores/2/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "token:stores/2/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "token:stores/2/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "token:stores/2/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "token:stores/2/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "token:stores/2/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "token:store_subscription_settings/2",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "token:stores/2/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "token:stores/2/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "token:stores/2/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "token:stores/2/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "token:stores/2/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "token:stores/2/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "token:stores/2/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "token:stores/2/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "token:stores/2/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "token:stores/2/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "token:stores/2/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "token:stores/2/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "token:stores/2/language_overrides",
"title": "Language Overrides for This Store"
}
},
"_embedded": {
"attributes": [
{
"_links": {
"self": {
"href": "token:store_attributes/6",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/2",
"title": "This Store"
}
},
"visibility": "private",
"name": "store attribute 1",
"value": "value 1",
"date_created": "2011-10-05T14:28:30-0700",
"date_modified": "2011-10-05T14:28:30-0700"
},
{
"_links": {
"self": {
"href": "token:store_attributes/8",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/2",
"title": "This Store"
}
},
"visibility": "private",
"name": "store attribute 2",
"value": "value 2",
"date_created": "2011-10-05T14:28:30-0700",
"date_modified": "2011-10-05T14:28:30-0700"
},
{
"_links": {
"self": {
"href": "token:store_attributes/30",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/2",
"title": "This Store"
}
},
"visibility": "private",
"name": "store attribute 3",
"value": "value 3",
"date_created": "2011-10-05T14:28:30-0700",
"date_modified": "2011-10-05T14:28:30-0700"
}
]
},
"store_version_uri": "token:property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-1834417342",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": "2012-10-09T07:57:23-0700"
},
{
"_links": {
"self": {
"href": "token:stores/4",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "token:stores/4/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "token:property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "token:stores/4/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "token:stores/4/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "token:stores/4/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "token:stores/4/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "token:stores/4/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "token:stores/4/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "token:store_subscription_settings/4",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "token:stores/4/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "token:stores/4/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "token:stores/4/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "token:stores/4/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "token:stores/4/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "token:stores/4/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "token:stores/4/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "token:stores/4/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "token:stores/4/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "token:stores/4/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "token:stores/4/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "token:stores/4/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "token:stores/4/language_overrides",
"title": "Language Overrides for This Store"
}
},
"store_version_uri": "token:property_helpers/store_versions/21",
"store_name": "my test store again",
"store_domain": "testdomain-1527932851",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": null
},
{
"_links": {
"self": {
"href": "token:stores/6",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "token:stores/6/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "token:property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "token:stores/6/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "token:stores/6/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "token:stores/6/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "token:stores/6/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "token:stores/6/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "token:stores/6/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "token:store_subscription_settings/6",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "token:stores/6/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "token:stores/6/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "token:stores/6/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "token:stores/6/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "token:stores/6/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "token:stores/6/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "token:stores/6/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "token:stores/6/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "token:stores/6/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "token:stores/6/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "token:stores/6/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "token:stores/6/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "token:stores/6/language_overrides",
"title": "Language Overrides for This Store"
}
},
"store_version_uri": "token:property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-1120551015",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 1,
"first_payment_date": null,
"date_created": null,
"date_modified": null
},
{
"_links": {
"self": {
"href": "token:stores/8",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "token:stores/8/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "token:property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "token:stores/8/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "token:stores/8/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "token:stores/8/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "token:stores/8/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "token:stores/8/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "token:stores/8/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "token:store_subscription_settings/8",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "token:stores/8/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "token:stores/8/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "token:stores/8/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "token:stores/8/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "token:stores/8/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "token:stores/8/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "token:stores/8/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "token:stores/8/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "token:stores/8/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "token:stores/8/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "token:stores/8/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "token:stores/8/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "token:stores/8/language_overrides",
"title": "Language Overrides for This Store"
}
},
"_embedded": {
"attributes": [
{
"_links": {
"self": {
"href": "token:store_attributes/3541",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "foo",
"value": "boo",
"date_created": "2012-10-26T14:09:30-0700",
"date_modified": "2012-10-26T14:09:30-0700"
},
{
"_links": {
"self": {
"href": "token:store_attributes/3681",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "foo",
"value": "bar",
"date_created": "2012-11-09T12:27:48-0800",
"date_modified": "2012-11-09T12:27:48-0800"
},
{
"_links": {
"self": {
"href": "token:store_attributes/3727",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "hello",
"value": "world",
"date_created": "2012-11-14T12:34:13-0800",
"date_modified": "2012-11-14T12:34:13-0800"
},
{
"_links": {
"self": {
"href": "token:store_attributes/3739",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "hello",
"value": "world!",
"date_created": "2012-12-21T15:22:32-0800",
"date_modified": "2012-12-21T15:22:32-0800"
},
{
"_links": {
"self": {
"href": "token:store_attributes/3741",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "hello!",
"value": "world!",
"date_created": "2012-12-21T15:30:10-0800",
"date_modified": "2012-12-21T15:30:10-0800"
},
{
"_links": {
"self": {
"href": "token:store_attributes/3743",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "Hello You!",
"value": "My world!",
"date_created": "2012-12-21T15:41:38-0800",
"date_modified": "2012-12-21T15:41:38-0800"
},
{
"_links": {
"self": {
"href": "token:store_attributes/3745",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "Hello you!!",
"value": "My world...",
"date_created": "2012-12-21T15:47:24-0800",
"date_modified": "2012-12-21T15:47:24-0800"
},
{
"_links": {
"self": {
"href": "token:store_attributes/3883",
"title": "This store attribute"
},
"https://api.foxycart.com/rels/store": {
"href": "token:stores/8",
"title": "This Store"
}
},
"visibility": "private",
"name": "foobars",
"value": "my data",
"date_created": "2013-02-08T13:22:29-0800",
"date_modified": "2013-02-08T13:22:29-0800"
}
]
},
"store_version_uri": "token:property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-713108882",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "http://somethingcooler.com",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": "2012-12-21T15:48:24-0800"
},
{
"_links": {
"self": {
"href": "token:stores/10",
"title": "This Store"
},
"https://api.foxycart.com/rels/attributes": {
"href": "token:stores/10/attributes",
"title": "Attributes for This Store"
},
"https://api.foxycart.com/rels/store_version": {
"href": "token:property_helpers/store_versions/21",
"title": "This store version"
},
"https://api.foxycart.com/rels/users": {
"href": "token:stores/10/users",
"title": "Users for This Store"
},
"https://api.foxycart.com/rels/user_accesses": {
"href": "token:stores/10/user_accesses",
"title": "User Access for This Store"
},
"https://api.foxycart.com/rels/customers": {
"href": "token:stores/10/customers",
"title": "Customers for This Store"
},
"https://api.foxycart.com/rels/carts": {
"href": "token:stores/10/carts",
"title": "Carts for This Store"
},
"https://api.foxycart.com/rels/transactions": {
"href": "token:stores/10/transactions",
"title": "Transactions for This Store"
},
"https://api.foxycart.com/rels/subscriptions": {
"href": "token:stores/10/subscriptions",
"title": "Subscriptions for This Store"
},
"https://api.foxycart.com/rels/subscription_settings": {
"href": "token:store_subscription_settings/10",
"title": "Subscription Settings for This Store"
},
"https://api.foxycart.com/rels/product_categories": {
"href": "token:stores/10/product_categories",
"title": "Product Categories for This Store"
},
"https://api.foxycart.com/rels/taxes": {
"href": "token:stores/10/taxes",
"title": "Taxes for This Store"
},
"https://api.foxycart.com/rels/payment_method_sets": {
"href": "token:stores/10/payment_method_sets",
"title": "Payment Method Sets for This Store"
},
"https://api.foxycart.com/rels/coupons": {
"href": "token:stores/10/coupons",
"title": "Coupons for This Store"
},
"https://api.foxycart.com/rels/template_sets": {
"href": "token:stores/10/template_sets",
"title": "Template Sets for This Store"
},
"https://api.foxycart.com/rels/cart_templates": {
"href": "token:stores/10/cart_templates",
"title": "Cart Templates for This Store"
},
"https://api.foxycart.com/rels/cart_include_templates": {
"href": "token:stores/10/cart_include_templates",
"title": "Cart Include Templates for This Store"
},
"https://api.foxycart.com/rels/checkout_templates": {
"href": "token:stores/10/checkout_templates",
"title": "Checkout Templates for This Store"
},
"https://api.foxycart.com/rels/receipt_templates": {
"href": "token:stores/10/receipt_templates",
"title": "Receipt Templates for This Store"
},
"https://api.foxycart.com/rels/email_templates": {
"href": "token:stores/10/email_templates",
"title": "Email Templates for This Store"
},
"https://api.foxycart.com/rels/error_entries": {
"href": "token:stores/10/error_entries",
"title": "Error Entries for This Store"
},
"https://api.foxycart.com/rels/downloadables": {
"href": "token:stores/10/downloadables",
"title": "Downloadables for This Store"
},
"https://api.foxycart.com/rels/language_overrides": {
"href": "token:stores/10/language_overrides",
"title": "Language Overrides for This Store"
}
},
"store_version_uri": "token:property_helpers/store_versions/21",
"store_name": "my test store",
"store_domain": "testdomain-797791801",
"use_remote_domain": 0,
"store_url": "http://example.com/",
"receipt_continue_url": "",
"store_email": "example@example.com",
"from_email": "",
"postal_code": "37211",
"region": "TN",
"country": "US",
"locale_code": "en_US",
"hide_currency_symbol": 0,
"hide_decimal_characters": 0,
"use_international_currency_symbol": 0,
"language": "english.inc.php",
"logo_url": "",
"checkout_type": "default_account",
"bcc_on_receipt_email": 1,
"use_data_feed": 0,
"data_feed_url": "",
"data_feed_key": "",
"use_cart_validation": 0,
"use_shared_authentication": 0,
"shared_authentication_url": "",
"use_email_dns": 0,
"customer_password_hash_type": "sha256_salted_suffix",
"customer_password_hash_config": "48",
"features_multiship": 0,
"shipping_address_type": "residential",
"timezone": "America/Los_Angeles",
"unified_order_entry_password": "",
"affiliate_id": 0,
"minfraud_score_threshold": 0,
"is_active": 0,
"first_payment_date": null,
"date_created": null,
"date_modified": null
}
]
},
"total_items": "5",
"returned_items": 5,
"limit": 20,
"offset": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment